Shades of Red #F70C02
Tints of Red #F70C02
RGB
CMYK
RGB Variations
Color information
#F70C02 (or 0xF70C02) is known color: Red. HEX triplet: F7, 0C and 02. RGB value is (247,12,2). Sum of RGB (Red+Green+Blue) = 247+12+2=261 (34% of max value = 765). Red value is 247 (96.88% from 255 or 94.64% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70C02 is #08F3FD. Grayscale: #515151. Windows color (decimal): -586750 or 134391. OLE color: 134391.
HSL color Cylindrical-coordinate representation of color #F70C02: hue angle of 2.45º 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 #F70C02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.03 |
| HSL | 2.45º | 0.98% | 0.49% | - |
| HSV(B) | 2.45º | 0.99% | 0.97% | - |
| XYZ | 38.5 | 20.04 | 1.9 | - |
| YUV | 81.13 | 83.36 | 246.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 2 | 0 | 0.95 | 0.99 | 0.03 | 2.45 | 0.98 | 0.49 |
| Hex | F7 | C | 2 | 0 | 5F | 63 | 3 | 2 | 62 | 31 |
| Octal | 367 | 14 | 2 | 0 | 137 | 143 | 3 | 2 | 142 | 61 |
| Binary | 11110111 | 1100 | 10 | 0 | 1011111 | 1100011 | 11 | 10 | 1100010 | 110001 |
Color Harmonies of #F70C02
Complementary color
Monochromatic Colors of #F70C02
Black with #F70C02
Text Example
Text Example
White with #F70C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70C02; }
p { color: rgb(247,12,2); }
H1.HeaderClassName
{
color: #F70C02;
}
.AnyTagClassName
{
color: #F70C02;
}
</style>
background-color css
<style>
a { background-color: #F70C02; }
a { background-color: rgb(247,12,2); }
div.DivClassName
{
background-color: #F70C02;
}
.BgClassName
{
background-color: #F70C02;
}
</style>
border-color css
<style>
span { border-color: #F70C02; }
span { border-color: rgb(247,12,2); }
td.TdClassName
{
border-color: #F70C02;
}
.TagClassName
{
border-color: #F70C02;
}
</style>