Shades of Red #FA0B05
Tints of Red #FA0B05
RGB
CMYK
RGB Variations
Color information
#FA0B05 (or 0xFA0B05) is known color: Red. HEX triplet: FA, 0B and 05. RGB value is (250,11,5). Sum of RGB (Red+Green+Blue) = 250+11+5=266 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.98% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0B05 is #05F4FA. Grayscale: #525252. Windows color (decimal): -390395 or 330746. OLE color: 330746.
HSL color Cylindrical-coordinate representation of color #FA0B05: hue angle of 1.47º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0B05 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.02 |
| HSL | 1.47º | 0.96% | 0.5% | - |
| HSV(B) | 1.47º | 0.98% | 0.98% | - |
| XYZ | 39.57 | 20.57 | 2.03 | - |
| YUV | 81.78 | 84.68 | 247.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 5 | 0 | 0.96 | 0.98 | 0.02 | 1.47 | 0.96 | 0.5 |
| Hex | FA | B | 5 | 0 | 60 | 62 | 2 | 1 | 60 | 32 |
| Octal | 372 | 13 | 5 | 0 | 140 | 142 | 2 | 1 | 140 | 62 |
| Binary | 11111010 | 1011 | 101 | 0 | 1100000 | 1100010 | 10 | 1 | 1100000 | 110010 |
Color Harmonies of #FA0B05
Complementary color
Monochromatic Colors of #FA0B05
Black with #FA0B05
Text Example
Text Example
White with #FA0B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B05; }
p { color: rgb(250,11,5); }
H1.HeaderClassName
{
color: #FA0B05;
}
.AnyTagClassName
{
color: #FA0B05;
}
</style>
background-color css
<style>
a { background-color: #FA0B05; }
a { background-color: rgb(250,11,5); }
div.DivClassName
{
background-color: #FA0B05;
}
.BgClassName
{
background-color: #FA0B05;
}
</style>
border-color css
<style>
span { border-color: #FA0B05; }
span { border-color: rgb(250,11,5); }
td.TdClassName
{
border-color: #FA0B05;
}
.TagClassName
{
border-color: #FA0B05;
}
</style>