Shades of Red #F7100A
Tints of Red #F7100A
RGB
CMYK
RGB Variations
Color information
#F7100A (or 0xF7100A) is known color: Red. HEX triplet: F7, 10 and 0A. RGB value is (247,16,10). Sum of RGB (Red+Green+Blue) = 247+16+10=273 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.48% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 247 - color contains mainly: red. Hex color #F7100A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7100A is #08EFF5. Grayscale: #545454. Windows color (decimal): -585718 or 659703. OLE color: 659703.
HSL color Cylindrical-coordinate representation of color #F7100A: hue angle of 1.52º 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 #F7100A is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 10 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.03 |
| HSL | 1.52º | 0.94% | 0.5% | - |
| HSV(B) | 1.52º | 0.96% | 0.97% | - |
| XYZ | 38.6 | 20.17 | 2.15 | - |
| YUV | 84.39 | 86.03 | 243.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 10 | 0 | 0.94 | 0.96 | 0.03 | 1.52 | 0.94 | 0.5 |
| Hex | F7 | 10 | A | 0 | 5E | 60 | 3 | 2 | 5E | 32 |
| Octal | 367 | 20 | 12 | 0 | 136 | 140 | 3 | 2 | 136 | 62 |
| Binary | 11110111 | 10000 | 1010 | 0 | 1011110 | 1100000 | 11 | 10 | 1011110 | 110010 |
Color Harmonies of #F7100A
Complementary color
Monochromatic Colors of #F7100A
Black with #F7100A
Text Example
Text Example
White with #F7100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7100A; }
p { color: rgb(247,16,10); }
H1.HeaderClassName
{
color: #F7100A;
}
.AnyTagClassName
{
color: #F7100A;
}
</style>
background-color css
<style>
a { background-color: #F7100A; }
a { background-color: rgb(247,16,10); }
div.DivClassName
{
background-color: #F7100A;
}
.BgClassName
{
background-color: #F7100A;
}
</style>
border-color css
<style>
span { border-color: #F7100A; }
span { border-color: rgb(247,16,10); }
td.TdClassName
{
border-color: #F7100A;
}
.TagClassName
{
border-color: #F7100A;
}
</style>