Shades of Hint Of Red #F2F0EF
Tints of Hint Of Red #F2F0EF
RGB
CMYK
RGB Variations
Color information
#F2F0EF (or 0xF2F0EF) is known color: Hint Of Red. HEX triplet: F2, F0 and EF. RGB value is (242,240,239). Sum of RGB (Red+Green+Blue) = 242+240+239=721 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.56% from 721); Green value is 240 (94.14% from 255 or 33.29% from 721); Blue value is 239 (93.75% from 255 or 33.15% from 721); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F0EF is #0D0F10. Grayscale: #F0F0F0. Windows color (decimal): -855825 or 15724786. OLE color: 15724786.
HSL color Cylindrical-coordinate representation of color #F2F0EF: hue angle of 20º degrees, saturation: 0.1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F2F0EF is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 239 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.05 |
| HSL | 20º | 0.1% | 0.94% | - |
| HSV(B) | 20º | 0.01% | 0.95% | - |
| XYZ | 83.36 | 87.43 | 94.14 | - |
| YUV | 240.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 239 | 0 | 0.01 | 0.01 | 0.05 | 20 | 0.1 | 0.94 |
| Hex | F2 | F0 | EF | 0 | 1 | 1 | 5 | 14 | A | 5E |
| Octal | 362 | 360 | 357 | 0 | 1 | 1 | 5 | 24 | 12 | 136 |
| Binary | 11110010 | 11110000 | 11101111 | 0 | 1 | 1 | 101 | 10100 | 1010 | 1011110 |
Color Harmonies of #F2F0EF
Complementary color
Monochromatic Colors of #F2F0EF
Black with #F2F0EF
Text Example
Text Example
White with #F2F0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0EF; }
p { color: rgb(242,240,239); }
H1.HeaderClassName
{
color: #F2F0EF;
}
.AnyTagClassName
{
color: #F2F0EF;
}
</style>
background-color css
<style>
a { background-color: #F2F0EF; }
a { background-color: rgb(242,240,239); }
div.DivClassName
{
background-color: #F2F0EF;
}
.BgClassName
{
background-color: #F2F0EF;
}
</style>
border-color css
<style>
span { border-color: #F2F0EF; }
span { border-color: rgb(242,240,239); }
td.TdClassName
{
border-color: #F2F0EF;
}
.TagClassName
{
border-color: #F2F0EF;
}
</style>