Shades of Hint Of Red #F7F0EC
Tints of Hint Of Red #F7F0EC
RGB
CMYK
RGB Variations
Color information
#F7F0EC (or 0xF7F0EC) is known color: Hint Of Red. HEX triplet: F7, F0 and EC. RGB value is (247,240,236). Sum of RGB (Red+Green+Blue) = 247+240+236=723 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.16% from 723); Green value is 240 (94.14% from 255 or 33.20% from 723); Blue value is 236 (92.58% from 255 or 32.64% from 723); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F0EC is #080F13. Grayscale: #F1F1F1. Windows color (decimal): -528148 or 15528183. OLE color: 15528183.
HSL color Cylindrical-coordinate representation of color #F7F0EC: hue angle of 21.82º degrees, saturation: 0.41, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F7F0EC is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 236 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.03 |
| HSL | 21.82º | 0.41% | 0.95% | - |
| HSV(B) | 21.82º | 0.04% | 0.97% | - |
| XYZ | 84.66 | 88.15 | 91.91 | - |
| YUV | 241.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 236 | 0 | 0.03 | 0.04 | 0.03 | 21.82 | 0.41 | 0.95 |
| Hex | F7 | F0 | EC | 0 | 3 | 4 | 3 | 16 | 29 | 5F |
| Octal | 367 | 360 | 354 | 0 | 3 | 4 | 3 | 26 | 51 | 137 |
| Binary | 11110111 | 11110000 | 11101100 | 0 | 11 | 100 | 11 | 10110 | 101001 | 1011111 |
Color Harmonies of #F7F0EC
Complementary color
Monochromatic Colors of #F7F0EC
Black with #F7F0EC
Text Example
Text Example
White with #F7F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F0EC; }
p { color: rgb(247,240,236); }
H1.HeaderClassName
{
color: #F7F0EC;
}
.AnyTagClassName
{
color: #F7F0EC;
}
</style>
background-color css
<style>
a { background-color: #F7F0EC; }
a { background-color: rgb(247,240,236); }
div.DivClassName
{
background-color: #F7F0EC;
}
.BgClassName
{
background-color: #F7F0EC;
}
</style>
border-color css
<style>
span { border-color: #F7F0EC; }
span { border-color: rgb(247,240,236); }
td.TdClassName
{
border-color: #F7F0EC;
}
.TagClassName
{
border-color: #F7F0EC;
}
</style>