Shades of Red #FA0B08
Tints of Red #FA0B08
RGB
CMYK
RGB Variations
Color information
#FA0B08 (or 0xFA0B08) is known color: Red. HEX triplet: FA, 0B and 08. RGB value is (250,11,8). Sum of RGB (Red+Green+Blue) = 250+11+8=269 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.94% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0B08 is #05F4F7. Grayscale: #525252. Windows color (decimal): -390392 or 527354. OLE color: 527354.
HSL color Cylindrical-coordinate representation of color #FA0B08: hue angle of 0.74º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0B08 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 8 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.02 |
| HSL | 0.74º | 0.96% | 0.51% | - |
| HSV(B) | 0.74º | 0.97% | 0.98% | - |
| XYZ | 39.59 | 20.58 | 2.12 | - |
| YUV | 82.12 | 86.18 | 247.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 8 | 0 | 0.96 | 0.97 | 0.02 | 0.74 | 0.96 | 0.51 |
| Hex | FA | B | 8 | 0 | 60 | 61 | 2 | 1 | 60 | 33 |
| Octal | 372 | 13 | 10 | 0 | 140 | 141 | 2 | 1 | 140 | 63 |
| Binary | 11111010 | 1011 | 1000 | 0 | 1100000 | 1100001 | 10 | 1 | 1100000 | 110011 |
Color Harmonies of #FA0B08
Complementary color
Monochromatic Colors of #FA0B08
Black with #FA0B08
Text Example
Text Example
White with #FA0B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B08; }
p { color: rgb(250,11,8); }
H1.HeaderClassName
{
color: #FA0B08;
}
.AnyTagClassName
{
color: #FA0B08;
}
</style>
background-color css
<style>
a { background-color: #FA0B08; }
a { background-color: rgb(250,11,8); }
div.DivClassName
{
background-color: #FA0B08;
}
.BgClassName
{
background-color: #FA0B08;
}
</style>
border-color css
<style>
span { border-color: #FA0B08; }
span { border-color: rgb(250,11,8); }
td.TdClassName
{
border-color: #FA0B08;
}
.TagClassName
{
border-color: #FA0B08;
}
</style>