Shades of Red #FA0A03
Tints of Red #FA0A03
RGB
CMYK
RGB Variations
Color information
#FA0A03 (or 0xFA0A03) is known color: Red. HEX triplet: FA, 0A and 03. RGB value is (250,10,3). Sum of RGB (Red+Green+Blue) = 250+10+3=263 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.06% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0A03 is #05F5FC. Grayscale: #515151. Windows color (decimal): -390653 or 199418. OLE color: 199418.
HSL color Cylindrical-coordinate representation of color #FA0A03: hue angle of 1.7º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0A03 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.02 |
| HSL | 1.7º | 0.98% | 0.5% | - |
| HSV(B) | 1.7º | 0.99% | 0.98% | - |
| XYZ | 39.55 | 20.55 | 1.97 | - |
| YUV | 80.96 | 84.01 | 248.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 3 | 0 | 0.96 | 0.99 | 0.02 | 1.7 | 0.98 | 0.5 |
| Hex | FA | A | 3 | 0 | 60 | 63 | 2 | 2 | 62 | 32 |
| Octal | 372 | 12 | 3 | 0 | 140 | 143 | 2 | 2 | 142 | 62 |
| Binary | 11111010 | 1010 | 11 | 0 | 1100000 | 1100011 | 10 | 10 | 1100010 | 110010 |
Color Harmonies of #FA0A03
Complementary color
Monochromatic Colors of #FA0A03
Black with #FA0A03
Text Example
Text Example
White with #FA0A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A03; }
p { color: rgb(250,10,3); }
H1.HeaderClassName
{
color: #FA0A03;
}
.AnyTagClassName
{
color: #FA0A03;
}
</style>
background-color css
<style>
a { background-color: #FA0A03; }
a { background-color: rgb(250,10,3); }
div.DivClassName
{
background-color: #FA0A03;
}
.BgClassName
{
background-color: #FA0A03;
}
</style>
border-color css
<style>
span { border-color: #FA0A03; }
span { border-color: rgb(250,10,3); }
td.TdClassName
{
border-color: #FA0A03;
}
.TagClassName
{
border-color: #FA0A03;
}
</style>