Shades of Red #F70A06
Tints of Red #F70A06
RGB
CMYK
RGB Variations
Color information
#F70A06 (or 0xF70A06) is known color: Red. HEX triplet: F7, 0A and 06. RGB value is (247,10,6). Sum of RGB (Red+Green+Blue) = 247+10+6=263 (34% of max value = 765). Red value is 247 (96.88% from 255 or 93.92% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70A06 is #08F5F9. Grayscale: #505050. Windows color (decimal): -587258 or 396023. OLE color: 396023.
HSL color Cylindrical-coordinate representation of color #F70A06: hue angle of 1º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70A06 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 6 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.03 |
| HSL | 1º | 0.95% | 0.5% | - |
| HSV(B) | 1º | 0.98% | 0.97% | - |
| XYZ | 38.5 | 20 | 2 | - |
| YUV | 80.41 | 86.02 | 246.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 6 | 0 | 0.96 | 0.98 | 0.03 | 1 | 0.95 | 0.5 |
| Hex | F7 | A | 6 | 0 | 60 | 62 | 3 | 1 | 5F | 32 |
| Octal | 367 | 12 | 6 | 0 | 140 | 142 | 3 | 1 | 137 | 62 |
| Binary | 11110111 | 1010 | 110 | 0 | 1100000 | 1100010 | 11 | 1 | 1011111 | 110010 |
Color Harmonies of #F70A06
Complementary color
Monochromatic Colors of #F70A06
Black with #F70A06
Text Example
Text Example
White with #F70A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70A06; }
p { color: rgb(247,10,6); }
H1.HeaderClassName
{
color: #F70A06;
}
.AnyTagClassName
{
color: #F70A06;
}
</style>
background-color css
<style>
a { background-color: #F70A06; }
a { background-color: rgb(247,10,6); }
div.DivClassName
{
background-color: #F70A06;
}
.BgClassName
{
background-color: #F70A06;
}
</style>
border-color css
<style>
span { border-color: #F70A06; }
span { border-color: rgb(247,10,6); }
td.TdClassName
{
border-color: #F70A06;
}
.TagClassName
{
border-color: #F70A06;
}
</style>