Shades of Red #FA0E04
Tints of Red #FA0E04
RGB
CMYK
RGB Variations
Color information
#FA0E04 (or 0xFA0E04) is known color: Red. HEX triplet: FA, 0E and 04. RGB value is (250,14,4). Sum of RGB (Red+Green+Blue) = 250+14+4=268 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.28% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0E04 is #05F1FB. Grayscale: #535353. Windows color (decimal): -389628 or 265978. OLE color: 265978.
HSL color Cylindrical-coordinate representation of color #FA0E04: hue angle of 2.44º 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 #FA0E04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.02 |
| HSL | 2.44º | 0.97% | 0.5% | - |
| HSV(B) | 2.44º | 0.98% | 0.98% | - |
| XYZ | 39.6 | 20.65 | 2.01 | - |
| YUV | 83.42 | 83.19 | 246.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 4 | 0 | 0.94 | 0.98 | 0.02 | 2.44 | 0.97 | 0.5 |
| Hex | FA | E | 4 | 0 | 5E | 62 | 2 | 2 | 61 | 32 |
| Octal | 372 | 16 | 4 | 0 | 136 | 142 | 2 | 2 | 141 | 62 |
| Binary | 11111010 | 1110 | 100 | 0 | 1011110 | 1100010 | 10 | 10 | 1100001 | 110010 |
Color Harmonies of #FA0E04
Complementary color
Monochromatic Colors of #FA0E04
Black with #FA0E04
Text Example
Text Example
White with #FA0E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0E04; }
p { color: rgb(250,14,4); }
H1.HeaderClassName
{
color: #FA0E04;
}
.AnyTagClassName
{
color: #FA0E04;
}
</style>
background-color css
<style>
a { background-color: #FA0E04; }
a { background-color: rgb(250,14,4); }
div.DivClassName
{
background-color: #FA0E04;
}
.BgClassName
{
background-color: #FA0E04;
}
</style>
border-color css
<style>
span { border-color: #FA0E04; }
span { border-color: rgb(250,14,4); }
td.TdClassName
{
border-color: #FA0E04;
}
.TagClassName
{
border-color: #FA0E04;
}
</style>