Shades of Red #FA0F02
Tints of Red #FA0F02
RGB
CMYK
RGB Variations
Color information
#FA0F02 (or 0xFA0F02) is known color: Red. HEX triplet: FA, 0F and 02. RGB value is (250,15,2). Sum of RGB (Red+Green+Blue) = 250+15+2=267 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.63% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0F02 is #05F0FD. Grayscale: #545454. Windows color (decimal): -389374 or 135162. OLE color: 135162.
HSL color Cylindrical-coordinate representation of color #FA0F02: hue angle of 3.15º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0F02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.02 |
| HSL | 3.15º | 0.98% | 0.49% | - |
| HSV(B) | 3.15º | 0.99% | 0.98% | - |
| XYZ | 39.61 | 20.67 | 1.96 | - |
| YUV | 83.78 | 81.86 | 246.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 2 | 0 | 0.94 | 0.99 | 0.02 | 3.15 | 0.98 | 0.49 |
| Hex | FA | F | 2 | 0 | 5E | 63 | 2 | 3 | 62 | 31 |
| Octal | 372 | 17 | 2 | 0 | 136 | 143 | 2 | 3 | 142 | 61 |
| Binary | 11111010 | 1111 | 10 | 0 | 1011110 | 1100011 | 10 | 11 | 1100010 | 110001 |
Color Harmonies of #FA0F02
Complementary color
Monochromatic Colors of #FA0F02
Black with #FA0F02
Text Example
Text Example
White with #FA0F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0F02; }
p { color: rgb(250,15,2); }
H1.HeaderClassName
{
color: #FA0F02;
}
.AnyTagClassName
{
color: #FA0F02;
}
</style>
background-color css
<style>
a { background-color: #FA0F02; }
a { background-color: rgb(250,15,2); }
div.DivClassName
{
background-color: #FA0F02;
}
.BgClassName
{
background-color: #FA0F02;
}
</style>
border-color css
<style>
span { border-color: #FA0F02; }
span { border-color: rgb(250,15,2); }
td.TdClassName
{
border-color: #FA0F02;
}
.TagClassName
{
border-color: #FA0F02;
}
</style>