#f40b0b color RGB value is (244,11,11)
#f40b0b color CMYK value
#f40b0b color HSL value
HSV(or HSB) | 0° | 95.5 | 95.7 |
XYZ | 37.488 | 19.497 | 2.104 |
Yxy | 0.634 | 0.33 | 19.497 |
LAB | 51.263 | 76.754 | 62.302 |
LUV | 51.263 | 165.352 | 35.658 |
Hunter-LAB | 44.155 | 74.278 | 28.083 |
CIE-LCH | 51.263 | 98.857 | 39.067 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | F4 | B | B |
Decimal | 244 | 11 | 11 |
Octal | 364 | 13 | 13 |
Binary | 11110100 | 00001011 | 00001011 |
Below, you can see some colors close to #f40b0b. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #f40b0b.
<span style="color:#f40b0b">Text here</span>
This paragraph has a background color of #f40b0b.
<p style="background-color:#f40b0b;">Content here</p>
This element has a border color of #f40b0b.
<div style="border:1px #f40b0b;">Content here</div>
.text {color:#f40b0b;}
.background {background-color:#f40b0b;}
.border {border:1px solid #f40b0b;}
.text-shadow {border:1px solid #f40b0b;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #feebeb is the lightest one.