Shades of Red #F70602
Tints of Red #F70602
RGB
CMYK
RGB Variations
Color information
#F70602 (or 0xF70602) is known color: Red. HEX triplet: F7, 06 and 02. RGB value is (247,6,2). Sum of RGB (Red+Green+Blue) = 247+6+2=255 (33% of max value = 765). Red value is 247 (96.88% from 255 or 96.86% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 247 - color contains mainly: red. Hex color #F70602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70602 is #08F9FD. Grayscale: #4D4D4D. Windows color (decimal): -588286 or 132855. OLE color: 132855.
HSL color Cylindrical-coordinate representation of color #F70602: hue angle of 0.98º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F70602 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.03 |
| HSL | 0.98º | 0.98% | 0.49% | - |
| HSV(B) | 0.98º | 0.99% | 0.97% | - |
| XYZ | 38.43 | 19.91 | 1.87 | - |
| YUV | 77.6 | 85.34 | 248.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 2 | 0 | 0.98 | 0.99 | 0.03 | 0.98 | 0.98 | 0.49 |
| Hex | F7 | 6 | 2 | 0 | 62 | 63 | 3 | 1 | 62 | 31 |
| Octal | 367 | 6 | 2 | 0 | 142 | 143 | 3 | 1 | 142 | 61 |
| Binary | 11110111 | 110 | 10 | 0 | 1100010 | 1100011 | 11 | 1 | 1100010 | 110001 |
Color Harmonies of #F70602
Complementary color
Monochromatic Colors of #F70602
Black with #F70602
Text Example
Text Example
White with #F70602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70602; }
p { color: rgb(247,6,2); }
H1.HeaderClassName
{
color: #F70602;
}
.AnyTagClassName
{
color: #F70602;
}
</style>
background-color css
<style>
a { background-color: #F70602; }
a { background-color: rgb(247,6,2); }
div.DivClassName
{
background-color: #F70602;
}
.BgClassName
{
background-color: #F70602;
}
</style>
border-color css
<style>
span { border-color: #F70602; }
span { border-color: rgb(247,6,2); }
td.TdClassName
{
border-color: #F70602;
}
.TagClassName
{
border-color: #F70602;
}
</style>