Shades of Hint Of Red #F4F2F1
Tints of Hint Of Red #F4F2F1
RGB
CMYK
RGB Variations
Color information
#F4F2F1 (or 0xF4F2F1) is known color: Hint Of Red. HEX triplet: F4, F2 and F1. RGB value is (244,242,241). Sum of RGB (Red+Green+Blue) = 244+242+241=727 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.56% from 727); Green value is 242 (94.92% from 255 or 33.29% from 727); Blue value is 241 (94.53% from 255 or 33.15% from 727); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F2F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F2F1 is #0B0D0E. Grayscale: #F2F2F2. Windows color (decimal): -724239 or 15856372. OLE color: 15856372.
HSL color Cylindrical-coordinate representation of color #F4F2F1: hue angle of 20º degrees, saturation: 0.12, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F4F2F1 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 242 | 241 | - |
CMYK | 0 | 0.01 | 0.01 | 0.04 |
HSL | 20º | 0.12% | 0.95% | - |
HSV(B) | 20º | 0.01% | 0.96% | - |
XYZ | 84.94 | 89.09 | 95.94 | - |
YUV | 242.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 242 | 241 | 0 | 0.01 | 0.01 | 0.04 | 20 | 0.12 | 0.95 |
Hex | F4 | F2 | F1 | 0 | 1 | 1 | 4 | 14 | C | 5F |
Octal | 364 | 362 | 361 | 0 | 1 | 1 | 4 | 24 | 14 | 137 |
Binary | 11110100 | 11110010 | 11110001 | 0 | 1 | 1 | 100 | 10100 | 1100 | 1011111 |
Color Harmonies of #F4F2F1
Complementary color
Monochromatic Colors of #F4F2F1
Black with #F4F2F1
Text Example
Text Example
White with #F4F2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F2F1; }
p { color: rgb(244,242,241); }
H1.HeaderClassName
{
color: #F4F2F1;
}
.AnyTagClassName
{
color: #F4F2F1;
}
</style>
background-color css
<style>
a { background-color: #F4F2F1; }
a { background-color: rgb(244,242,241); }
div.DivClassName
{
background-color: #F4F2F1;
}
.BgClassName
{
background-color: #F4F2F1;
}
</style>
border-color css
<style>
span { border-color: #F4F2F1; }
span { border-color: rgb(244,242,241); }
td.TdClassName
{
border-color: #F4F2F1;
}
.TagClassName
{
border-color: #F4F2F1;
}
</style>