Shades of Hint Of Red #F5F2F0
Tints of Hint Of Red #F5F2F0
RGB
CMYK
RGB Variations
Color information
#F5F2F0 (or 0xF5F2F0) is known color: Hint Of Red. HEX triplet: F5, F2 and F0. RGB value is (245,242,240). Sum of RGB (Red+Green+Blue) = 245+242+240=727 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.70% from 727); Green value is 242 (94.92% from 255 or 33.29% from 727); Blue value is 240 (94.14% from 255 or 33.01% from 727); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F2F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F2F0 is #0A0D0F. Grayscale: #F2F2F2. Windows color (decimal): -658704 or 15790837. OLE color: 15790837.
HSL color Cylindrical-coordinate representation of color #F5F2F0: hue angle of 24º degrees, saturation: 0.2, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F5F2F0 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 240 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.04 |
| HSL | 24º | 0.2% | 0.95% | - |
| HSV(B) | 24º | 0.02% | 0.96% | - |
| XYZ | 85.14 | 89.21 | 95.17 | - |
| YUV | 242.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 240 | 0 | 0.01 | 0.02 | 0.04 | 24 | 0.2 | 0.95 |
| Hex | F5 | F2 | F0 | 0 | 1 | 2 | 4 | 18 | 14 | 5F |
| Octal | 365 | 362 | 360 | 0 | 1 | 2 | 4 | 30 | 24 | 137 |
| Binary | 11110101 | 11110010 | 11110000 | 0 | 1 | 10 | 100 | 11000 | 10100 | 1011111 |
Color Harmonies of #F5F2F0
Complementary color
Monochromatic Colors of #F5F2F0
Black with #F5F2F0
Text Example
Text Example
White with #F5F2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F2F0; }
p { color: rgb(245,242,240); }
H1.HeaderClassName
{
color: #F5F2F0;
}
.AnyTagClassName
{
color: #F5F2F0;
}
</style>
background-color css
<style>
a { background-color: #F5F2F0; }
a { background-color: rgb(245,242,240); }
div.DivClassName
{
background-color: #F5F2F0;
}
.BgClassName
{
background-color: #F5F2F0;
}
</style>
border-color css
<style>
span { border-color: #F5F2F0; }
span { border-color: rgb(245,242,240); }
td.TdClassName
{
border-color: #F5F2F0;
}
.TagClassName
{
border-color: #F5F2F0;
}
</style>