Shades of Red #F00502
Tints of Red #F00502
RGB
CMYK
RGB Variations
Color information
#F00502 (or 0xF00502) is known color: Red. HEX triplet: F0, 05 and 02. RGB value is (240,5,2). Sum of RGB (Red+Green+Blue) = 240+5+2=247 (32% of max value = 765). Red value is 240 (94.14% from 255 or 97.17% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 240 - color contains mainly: red. Hex color #F00502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00502 is #0FFAFD. Grayscale: #4B4B4B. Windows color (decimal): -1047294 or 132592. OLE color: 132592.
HSL color Cylindrical-coordinate representation of color #F00502: hue angle of 0.76º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00502 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.06 |
| HSL | 0.76º | 0.98% | 0.47% | - |
| HSV(B) | 0.76º | 0.99% | 0.94% | - |
| XYZ | 36 | 18.64 | 1.76 | - |
| YUV | 74.92 | 86.86 | 245.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 2 | 0 | 0.98 | 0.99 | 0.06 | 0.76 | 0.98 | 0.47 |
| Hex | F0 | 5 | 2 | 0 | 62 | 63 | 6 | 1 | 62 | 2F |
| Octal | 360 | 5 | 2 | 0 | 142 | 143 | 6 | 1 | 142 | 57 |
| Binary | 11110000 | 101 | 10 | 0 | 1100010 | 1100011 | 110 | 1 | 1100010 | 101111 |
Color Harmonies of #F00502
Complementary color
Monochromatic Colors of #F00502
Black with #F00502
Text Example
Text Example
White with #F00502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00502; }
p { color: rgb(240,5,2); }
H1.HeaderClassName
{
color: #F00502;
}
.AnyTagClassName
{
color: #F00502;
}
</style>
background-color css
<style>
a { background-color: #F00502; }
a { background-color: rgb(240,5,2); }
div.DivClassName
{
background-color: #F00502;
}
.BgClassName
{
background-color: #F00502;
}
</style>
border-color css
<style>
span { border-color: #F00502; }
span { border-color: rgb(240,5,2); }
td.TdClassName
{
border-color: #F00502;
}
.TagClassName
{
border-color: #F00502;
}
</style>