Shades of Red #FA0905
Tints of Red #FA0905
RGB
CMYK
RGB Variations
Color information
#FA0905 (or 0xFA0905) is known color: Red. HEX triplet: FA, 09 and 05. RGB value is (250,9,5). Sum of RGB (Red+Green+Blue) = 250+9+5=264 (34% of max value = 765). Red value is 250 (98.05% from 255 or 94.70% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0905 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0905 is #05F6FA. Grayscale: #505050. Windows color (decimal): -390907 or 330234. OLE color: 330234.
HSL color Cylindrical-coordinate representation of color #FA0905: hue angle of 0.98º 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 #FA0905 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.02 |
| HSL | 0.98º | 0.96% | 0.5% | - |
| HSV(B) | 0.98º | 0.98% | 0.98% | - |
| XYZ | 39.55 | 20.53 | 2.02 | - |
| YUV | 80.6 | 85.34 | 248.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 5 | 0 | 0.96 | 0.98 | 0.02 | 0.98 | 0.96 | 0.5 |
| Hex | FA | 9 | 5 | 0 | 60 | 62 | 2 | 1 | 60 | 32 |
| Octal | 372 | 11 | 5 | 0 | 140 | 142 | 2 | 1 | 140 | 62 |
| Binary | 11111010 | 1001 | 101 | 0 | 1100000 | 1100010 | 10 | 1 | 1100000 | 110010 |
Color Harmonies of #FA0905
Complementary color
Monochromatic Colors of #FA0905
Black with #FA0905
Text Example
Text Example
White with #FA0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0905; }
p { color: rgb(250,9,5); }
H1.HeaderClassName
{
color: #FA0905;
}
.AnyTagClassName
{
color: #FA0905;
}
</style>
background-color css
<style>
a { background-color: #FA0905; }
a { background-color: rgb(250,9,5); }
div.DivClassName
{
background-color: #FA0905;
}
.BgClassName
{
background-color: #FA0905;
}
</style>
border-color css
<style>
span { border-color: #FA0905; }
span { border-color: rgb(250,9,5); }
td.TdClassName
{
border-color: #FA0905;
}
.TagClassName
{
border-color: #FA0905;
}
</style>