Shades of Hint Of Red #F5F0ED
Tints of Hint Of Red #F5F0ED
RGB
CMYK
RGB Variations
Color information
#F5F0ED (or 0xF5F0ED) is known color: Hint Of Red. HEX triplet: F5, F0 and ED. RGB value is (245,240,237). Sum of RGB (Red+Green+Blue) = 245+240+237=722 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.93% from 722); Green value is 240 (94.14% from 255 or 33.24% from 722); Blue value is 237 (92.97% from 255 or 32.83% from 722); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F0ED is #0A0F12. Grayscale: #F1F1F1. Windows color (decimal): -659219 or 15593717. OLE color: 15593717.
HSL color Cylindrical-coordinate representation of color #F5F0ED: hue angle of 22.5º degrees, saturation: 0.29, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5F0ED is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 237 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.04 |
| HSL | 22.5º | 0.29% | 0.95% | - |
| HSV(B) | 22.5º | 0.03% | 0.96% | - |
| XYZ | 84.1 | 87.85 | 92.64 | - |
| YUV | 241.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 237 | 0 | 0.02 | 0.03 | 0.04 | 22.5 | 0.29 | 0.95 |
| Hex | F5 | F0 | ED | 0 | 2 | 3 | 4 | 16 | 1D | 5F |
| Octal | 365 | 360 | 355 | 0 | 2 | 3 | 4 | 26 | 35 | 137 |
| Binary | 11110101 | 11110000 | 11101101 | 0 | 10 | 11 | 100 | 10110 | 11101 | 1011111 |
Color Harmonies of #F5F0ED
Complementary color
Monochromatic Colors of #F5F0ED
Black with #F5F0ED
Text Example
Text Example
White with #F5F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F0ED; }
p { color: rgb(245,240,237); }
H1.HeaderClassName
{
color: #F5F0ED;
}
.AnyTagClassName
{
color: #F5F0ED;
}
</style>
background-color css
<style>
a { background-color: #F5F0ED; }
a { background-color: rgb(245,240,237); }
div.DivClassName
{
background-color: #F5F0ED;
}
.BgClassName
{
background-color: #F5F0ED;
}
</style>
border-color css
<style>
span { border-color: #F5F0ED; }
span { border-color: rgb(245,240,237); }
td.TdClassName
{
border-color: #F5F0ED;
}
.TagClassName
{
border-color: #F5F0ED;
}
</style>