Shades of Red #F60902
Tints of Red #F60902
RGB
CMYK
RGB Variations
Color information
#F60902 (or 0xF60902) is known color: Red. HEX triplet: F6, 09 and 02. RGB value is (246,9,2). Sum of RGB (Red+Green+Blue) = 246+9+2=257 (34% of max value = 765). Red value is 246 (96.48% from 255 or 95.72% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 246 - color contains mainly: red. Hex color #F60902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60902 is #09F6FD. Grayscale: #4F4F4F. Windows color (decimal): -653054 or 133622. OLE color: 133622.
HSL color Cylindrical-coordinate representation of color #F60902: hue angle of 1.72º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.04 |
| HSL | 1.72º | 0.98% | 0.49% | - |
| HSV(B) | 1.72º | 0.99% | 0.96% | - |
| XYZ | 38.11 | 19.79 | 1.87 | - |
| YUV | 79.07 | 84.52 | 247.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 2 | 0 | 0.96 | 0.99 | 0.04 | 1.72 | 0.98 | 0.49 |
| Hex | F6 | 9 | 2 | 0 | 60 | 63 | 4 | 2 | 62 | 31 |
| Octal | 366 | 11 | 2 | 0 | 140 | 143 | 4 | 2 | 142 | 61 |
| Binary | 11110110 | 1001 | 10 | 0 | 1100000 | 1100011 | 100 | 10 | 1100010 | 110001 |
Color Harmonies of #F60902
Complementary color
Monochromatic Colors of #F60902
Black with #F60902
Text Example
Text Example
White with #F60902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60902; }
p { color: rgb(246,9,2); }
H1.HeaderClassName
{
color: #F60902;
}
.AnyTagClassName
{
color: #F60902;
}
</style>
background-color css
<style>
a { background-color: #F60902; }
a { background-color: rgb(246,9,2); }
div.DivClassName
{
background-color: #F60902;
}
.BgClassName
{
background-color: #F60902;
}
</style>
border-color css
<style>
span { border-color: #F60902; }
span { border-color: rgb(246,9,2); }
td.TdClassName
{
border-color: #F60902;
}
.TagClassName
{
border-color: #F60902;
}
</style>