Shades of Red #FA0F00
Tints of Red #FA0F00
RGB
CMYK
RGB Variations
Color information
#FA0F00 (or 0xFA0F00) is known color: Red. HEX triplet: FA, 0F and 00. RGB value is (250,15,0). Sum of RGB (Red+Green+Blue) = 250+15+0=265 (35% of max value = 765). Red value is 250 (98.05% from 255 or 94.34% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0F00 is #05F0FF. Grayscale: #535353. Windows color (decimal): -389376 or 4090. OLE color: 4090.
HSL color Cylindrical-coordinate representation of color #FA0F00: hue angle of 3.6º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0F00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.02 |
| HSL | 3.6º | 1% | 0.49% | - |
| HSV(B) | 3.6º | 1% | 0.98% | - |
| XYZ | 39.6 | 20.67 | 1.9 | - |
| YUV | 83.56 | 80.86 | 246.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 0 | 0 | 0.94 | 1 | 0.02 | 3.6 | 1 | 0.49 |
| Hex | FA | F | 0 | 0 | 5E | 64 | 2 | 4 | 64 | 31 |
| Octal | 372 | 17 | 0 | 0 | 136 | 144 | 2 | 4 | 144 | 61 |
| Binary | 11111010 | 1111 | 0 | 0 | 1011110 | 1100100 | 10 | 100 | 1100100 | 110001 |
Color Harmonies of #FA0F00
Complementary color
Monochromatic Colors of #FA0F00
Black with #FA0F00
Text Example
Text Example
White with #FA0F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0F00; }
p { color: rgb(250,15,0); }
H1.HeaderClassName
{
color: #FA0F00;
}
.AnyTagClassName
{
color: #FA0F00;
}
</style>
background-color css
<style>
a { background-color: #FA0F00; }
a { background-color: rgb(250,15,0); }
div.DivClassName
{
background-color: #FA0F00;
}
.BgClassName
{
background-color: #FA0F00;
}
</style>
border-color css
<style>
span { border-color: #FA0F00; }
span { border-color: rgb(250,15,0); }
td.TdClassName
{
border-color: #FA0F00;
}
.TagClassName
{
border-color: #FA0F00;
}
</style>