Shades of Red #FA0F0B
Tints of Red #FA0F0B
RGB
CMYK
RGB Variations
Color information
#FA0F0B (or 0xFA0F0B) is known color: Red. HEX triplet: FA, 0F and 0B. RGB value is (250,15,11). Sum of RGB (Red+Green+Blue) = 250+15+11=276 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.58% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0F0B is #05F0F4. Grayscale: #555555. Windows color (decimal): -389365 or 724986. OLE color: 724986.
HSL color Cylindrical-coordinate representation of color #FA0F0B: hue angle of 1º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0F0B is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 11 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.02 |
| HSL | 1º | 0.96% | 0.51% | - |
| HSV(B) | 1º | 0.96% | 0.98% | - |
| XYZ | 39.66 | 20.69 | 2.22 | - |
| YUV | 84.81 | 86.36 | 245.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 11 | 0 | 0.94 | 0.96 | 0.02 | 1 | 0.96 | 0.51 |
| Hex | FA | F | B | 0 | 5E | 60 | 2 | 1 | 60 | 33 |
| Octal | 372 | 17 | 13 | 0 | 136 | 140 | 2 | 1 | 140 | 63 |
| Binary | 11111010 | 1111 | 1011 | 0 | 1011110 | 1100000 | 10 | 1 | 1100000 | 110011 |
Color Harmonies of #FA0F0B
Complementary color
Monochromatic Colors of #FA0F0B
Black with #FA0F0B
Text Example
Text Example
White with #FA0F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0F0B; }
p { color: rgb(250,15,11); }
H1.HeaderClassName
{
color: #FA0F0B;
}
.AnyTagClassName
{
color: #FA0F0B;
}
</style>
background-color css
<style>
a { background-color: #FA0F0B; }
a { background-color: rgb(250,15,11); }
div.DivClassName
{
background-color: #FA0F0B;
}
.BgClassName
{
background-color: #FA0F0B;
}
</style>
border-color css
<style>
span { border-color: #FA0F0B; }
span { border-color: rgb(250,15,11); }
td.TdClassName
{
border-color: #FA0F0B;
}
.TagClassName
{
border-color: #FA0F0B;
}
</style>