Shades of Hint Of Red #F4F0ED
Tints of Hint Of Red #F4F0ED
RGB
CMYK
RGB Variations
Color information
#F4F0ED (or 0xF4F0ED) is known color: Hint Of Red. HEX triplet: F4, F0 and ED. RGB value is (244,240,237). Sum of RGB (Red+Green+Blue) = 244+240+237=721 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.84% from 721); Green value is 240 (94.14% from 255 or 33.29% from 721); Blue value is 237 (92.97% from 255 or 32.87% from 721); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F0ED is #0B0F12. Grayscale: #F0F0F0. Windows color (decimal): -724755 or 15593716. OLE color: 15593716.
HSL color Cylindrical-coordinate representation of color #F4F0ED: hue angle of 25.71º degrees, saturation: 0.24, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F4F0ED is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 237 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.04 |
| HSL | 25.71º | 0.24% | 0.94% | - |
| HSV(B) | 25.71º | 0.03% | 0.96% | - |
| XYZ | 83.75 | 87.67 | 92.63 | - |
| YUV | 240.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 237 | 0 | 0.02 | 0.03 | 0.04 | 25.71 | 0.24 | 0.94 |
| Hex | F4 | F0 | ED | 0 | 2 | 3 | 4 | 1A | 18 | 5E |
| Octal | 364 | 360 | 355 | 0 | 2 | 3 | 4 | 32 | 30 | 136 |
| Binary | 11110100 | 11110000 | 11101101 | 0 | 10 | 11 | 100 | 11010 | 11000 | 1011110 |
Color Harmonies of #F4F0ED
Complementary color
Monochromatic Colors of #F4F0ED
Black with #F4F0ED
Text Example
Text Example
White with #F4F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F0ED; }
p { color: rgb(244,240,237); }
H1.HeaderClassName
{
color: #F4F0ED;
}
.AnyTagClassName
{
color: #F4F0ED;
}
</style>
background-color css
<style>
a { background-color: #F4F0ED; }
a { background-color: rgb(244,240,237); }
div.DivClassName
{
background-color: #F4F0ED;
}
.BgClassName
{
background-color: #F4F0ED;
}
</style>
border-color css
<style>
span { border-color: #F4F0ED; }
span { border-color: rgb(244,240,237); }
td.TdClassName
{
border-color: #F4F0ED;
}
.TagClassName
{
border-color: #F4F0ED;
}
</style>