Shades of Red #FA0904
Tints of Red #FA0904
RGB
CMYK
RGB Variations
Color information
#FA0904 (or 0xFA0904) is known color: Red. HEX triplet: FA, 09 and 04. RGB value is (250,9,4). Sum of RGB (Red+Green+Blue) = 250+9+4=263 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.06% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0904 is #05F6FB. Grayscale: #505050. Windows color (decimal): -390908 or 264698. OLE color: 264698.
HSL color Cylindrical-coordinate representation of color #FA0904: hue angle of 1.22º degrees, saturation: 0.97, 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 #FA0904 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.02 |
| HSL | 1.22º | 0.97% | 0.5% | - |
| HSV(B) | 1.22º | 0.98% | 0.98% | - |
| XYZ | 39.54 | 20.53 | 1.99 | - |
| YUV | 80.49 | 84.84 | 248.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 4 | 0 | 0.96 | 0.98 | 0.02 | 1.22 | 0.97 | 0.5 |
| Hex | FA | 9 | 4 | 0 | 60 | 62 | 2 | 1 | 61 | 32 |
| Octal | 372 | 11 | 4 | 0 | 140 | 142 | 2 | 1 | 141 | 62 |
| Binary | 11111010 | 1001 | 100 | 0 | 1100000 | 1100010 | 10 | 1 | 1100001 | 110010 |
Color Harmonies of #FA0904
Complementary color
Monochromatic Colors of #FA0904
Black with #FA0904
Text Example
Text Example
White with #FA0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0904; }
p { color: rgb(250,9,4); }
H1.HeaderClassName
{
color: #FA0904;
}
.AnyTagClassName
{
color: #FA0904;
}
</style>
background-color css
<style>
a { background-color: #FA0904; }
a { background-color: rgb(250,9,4); }
div.DivClassName
{
background-color: #FA0904;
}
.BgClassName
{
background-color: #FA0904;
}
</style>
border-color css
<style>
span { border-color: #FA0904; }
span { border-color: rgb(250,9,4); }
td.TdClassName
{
border-color: #FA0904;
}
.TagClassName
{
border-color: #FA0904;
}
</style>