Shades of Red #F70C09
Tints of Red #F70C09
RGB
CMYK
RGB Variations
Color information
#F70C09 (or 0xF70C09) is known color: Red. HEX triplet: F7, 0C and 09. RGB value is (247,12,9). Sum of RGB (Red+Green+Blue) = 247+12+9=268 (35% of max value = 765). Red value is 247 (96.88% from 255 or 92.16% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70C09 is #08F3F6. Grayscale: #525252. Windows color (decimal): -586743 or 593143. OLE color: 593143.
HSL color Cylindrical-coordinate representation of color #F70C09: hue angle of 0.76º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70C09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 9 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.03 |
| HSL | 0.76º | 0.94% | 0.5% | - |
| HSV(B) | 0.76º | 0.96% | 0.97% | - |
| XYZ | 38.54 | 20.06 | 2.1 | - |
| YUV | 81.92 | 86.86 | 245.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 9 | 0 | 0.95 | 0.96 | 0.03 | 0.76 | 0.94 | 0.5 |
| Hex | F7 | C | 9 | 0 | 5F | 60 | 3 | 1 | 5E | 32 |
| Octal | 367 | 14 | 11 | 0 | 137 | 140 | 3 | 1 | 136 | 62 |
| Binary | 11110111 | 1100 | 1001 | 0 | 1011111 | 1100000 | 11 | 1 | 1011110 | 110010 |
Color Harmonies of #F70C09
Complementary color
Monochromatic Colors of #F70C09
Black with #F70C09
Text Example
Text Example
White with #F70C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70C09; }
p { color: rgb(247,12,9); }
H1.HeaderClassName
{
color: #F70C09;
}
.AnyTagClassName
{
color: #F70C09;
}
</style>
background-color css
<style>
a { background-color: #F70C09; }
a { background-color: rgb(247,12,9); }
div.DivClassName
{
background-color: #F70C09;
}
.BgClassName
{
background-color: #F70C09;
}
</style>
border-color css
<style>
span { border-color: #F70C09; }
span { border-color: rgb(247,12,9); }
td.TdClassName
{
border-color: #F70C09;
}
.TagClassName
{
border-color: #F70C09;
}
</style>