Shades of Red #F60502
Tints of Red #F60502
RGB
CMYK
RGB Variations
Color information
#F60502 (or 0xF60502) is known color: Red. HEX triplet: F6, 05 and 02. RGB value is (246,5,2). Sum of RGB (Red+Green+Blue) = 246+5+2=253 (33% of max value = 765). Red value is 246 (96.48% from 255 or 97.23% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 246 - color contains mainly: red. Hex color #F60502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60502 is #09FAFD. Grayscale: #4C4C4C. Windows color (decimal): -654078 or 132598. OLE color: 132598.
HSL color Cylindrical-coordinate representation of color #F60502: hue angle of 0.74º 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 #F60502 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.04 |
| HSL | 0.74º | 0.98% | 0.49% | - |
| HSV(B) | 0.74º | 0.99% | 0.96% | - |
| XYZ | 38.07 | 19.71 | 1.85 | - |
| YUV | 76.72 | 85.84 | 248.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 2 | 0 | 0.98 | 0.99 | 0.04 | 0.74 | 0.98 | 0.49 |
| Hex | F6 | 5 | 2 | 0 | 62 | 63 | 4 | 1 | 62 | 31 |
| Octal | 366 | 5 | 2 | 0 | 142 | 143 | 4 | 1 | 142 | 61 |
| Binary | 11110110 | 101 | 10 | 0 | 1100010 | 1100011 | 100 | 1 | 1100010 | 110001 |
Color Harmonies of #F60502
Complementary color
Monochromatic Colors of #F60502
Black with #F60502
Text Example
Text Example
White with #F60502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60502; }
p { color: rgb(246,5,2); }
H1.HeaderClassName
{
color: #F60502;
}
.AnyTagClassName
{
color: #F60502;
}
</style>
background-color css
<style>
a { background-color: #F60502; }
a { background-color: rgb(246,5,2); }
div.DivClassName
{
background-color: #F60502;
}
.BgClassName
{
background-color: #F60502;
}
</style>
border-color css
<style>
span { border-color: #F60502; }
span { border-color: rgb(246,5,2); }
td.TdClassName
{
border-color: #F60502;
}
.TagClassName
{
border-color: #F60502;
}
</style>