Shades of Red #F70805
Tints of Red #F70805
RGB
CMYK
RGB Variations
Color information
#F70805 (or 0xF70805) is known color: Red. HEX triplet: F7, 08 and 05. RGB value is (247,8,5). Sum of RGB (Red+Green+Blue) = 247+8+5=260 (34% of max value = 765). Red value is 247 (96.88% from 255 or 95% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 247 - color contains mainly: red. Hex color #F70805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70805 is #08F7FA. Grayscale: #4F4F4F. Windows color (decimal): -587771 or 329975. OLE color: 329975.
HSL color Cylindrical-coordinate representation of color #F70805: hue angle of 0.74º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70805 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 5 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.03 |
| HSL | 0.74º | 0.96% | 0.49% | - |
| HSV(B) | 0.74º | 0.98% | 0.97% | - |
| XYZ | 38.47 | 19.96 | 1.97 | - |
| YUV | 79.12 | 86.18 | 247.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 5 | 0 | 0.97 | 0.98 | 0.03 | 0.74 | 0.96 | 0.49 |
| Hex | F7 | 8 | 5 | 0 | 61 | 62 | 3 | 1 | 60 | 31 |
| Octal | 367 | 10 | 5 | 0 | 141 | 142 | 3 | 1 | 140 | 61 |
| Binary | 11110111 | 1000 | 101 | 0 | 1100001 | 1100010 | 11 | 1 | 1100000 | 110001 |
Color Harmonies of #F70805
Complementary color
Monochromatic Colors of #F70805
Black with #F70805
Text Example
Text Example
White with #F70805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70805; }
p { color: rgb(247,8,5); }
H1.HeaderClassName
{
color: #F70805;
}
.AnyTagClassName
{
color: #F70805;
}
</style>
background-color css
<style>
a { background-color: #F70805; }
a { background-color: rgb(247,8,5); }
div.DivClassName
{
background-color: #F70805;
}
.BgClassName
{
background-color: #F70805;
}
</style>
border-color css
<style>
span { border-color: #F70805; }
span { border-color: rgb(247,8,5); }
td.TdClassName
{
border-color: #F70805;
}
.TagClassName
{
border-color: #F70805;
}
</style>