Shades of Red #F90C02
Tints of Red #F90C02
RGB
CMYK
RGB Variations
Color information
#F90C02 (or 0xF90C02) is known color: Red. HEX triplet: F9, 0C and 02. RGB value is (249,12,2). Sum of RGB (Red+Green+Blue) = 249+12+2=263 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.68% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90C02 is #06F3FD. Grayscale: #525252. Windows color (decimal): -455678 or 134393. OLE color: 134393.
HSL color Cylindrical-coordinate representation of color #F90C02: hue angle of 2.43º 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 #F90C02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.02 |
| HSL | 2.43º | 0.98% | 0.49% | - |
| HSV(B) | 2.43º | 0.99% | 0.98% | - |
| XYZ | 39.21 | 20.41 | 1.93 | - |
| YUV | 81.72 | 83.02 | 247.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 2 | 0 | 0.95 | 0.99 | 0.02 | 2.43 | 0.98 | 0.49 |
| Hex | F9 | C | 2 | 0 | 5F | 63 | 2 | 2 | 62 | 31 |
| Octal | 371 | 14 | 2 | 0 | 137 | 143 | 2 | 2 | 142 | 61 |
| Binary | 11111001 | 1100 | 10 | 0 | 1011111 | 1100011 | 10 | 10 | 1100010 | 110001 |
Color Harmonies of #F90C02
Complementary color
Monochromatic Colors of #F90C02
Black with #F90C02
Text Example
Text Example
White with #F90C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90C02; }
p { color: rgb(249,12,2); }
H1.HeaderClassName
{
color: #F90C02;
}
.AnyTagClassName
{
color: #F90C02;
}
</style>
background-color css
<style>
a { background-color: #F90C02; }
a { background-color: rgb(249,12,2); }
div.DivClassName
{
background-color: #F90C02;
}
.BgClassName
{
background-color: #F90C02;
}
</style>
border-color css
<style>
span { border-color: #F90C02; }
span { border-color: rgb(249,12,2); }
td.TdClassName
{
border-color: #F90C02;
}
.TagClassName
{
border-color: #F90C02;
}
</style>