Shades of Hint Of Red #F2F1F0
Tints of Hint Of Red #F2F1F0
RGB
CMYK
RGB Variations
Color information
#F2F1F0 (or 0xF2F1F0) is known color: Hint Of Red. HEX triplet: F2, F1 and F0. RGB value is (242,241,240). Sum of RGB (Red+Green+Blue) = 242+241+240=723 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.47% from 723); Green value is 241 (94.53% from 255 or 33.33% from 723); Blue value is 240 (94.14% from 255 or 33.20% from 723); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F1F0 is #0D0E0F. Grayscale: #F1F1F1. Windows color (decimal): -855568 or 15790578. OLE color: 15790578.
HSL color Cylindrical-coordinate representation of color #F2F1F0: hue angle of 30º degrees, saturation: 0.07, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F2F1F0 is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 240 | - |
| CMYK | 0 | 0.00 | 0.01 | 0.05 |
| HSL | 30º | 0.07% | 0.95% | - |
| HSV(B) | 30º | 0.01% | 0.95% | - |
| XYZ | 83.8 | 88.08 | 95.02 | - |
| YUV | 241.19 | 127.33 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 240 | 0 | 0.00 | 0.01 | 0.05 | 30 | 0.07 | 0.95 |
| Hex | F2 | F1 | F0 | 0 | 0 | 1 | 5 | 1E | 7 | 5F |
| Octal | 362 | 361 | 360 | 0 | 0 | 1 | 5 | 36 | 7 | 137 |
| Binary | 11110010 | 11110001 | 11110000 | 0 | 0 | 1 | 101 | 11110 | 111 | 1011111 |
Color Harmonies of #F2F1F0
Complementary color
Monochromatic Colors of #F2F1F0
Black with #F2F1F0
Text Example
Text Example
White with #F2F1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1F0; }
p { color: rgb(242,241,240); }
H1.HeaderClassName
{
color: #F2F1F0;
}
.AnyTagClassName
{
color: #F2F1F0;
}
</style>
background-color css
<style>
a { background-color: #F2F1F0; }
a { background-color: rgb(242,241,240); }
div.DivClassName
{
background-color: #F2F1F0;
}
.BgClassName
{
background-color: #F2F1F0;
}
</style>
border-color css
<style>
span { border-color: #F2F1F0; }
span { border-color: rgb(242,241,240); }
td.TdClassName
{
border-color: #F2F1F0;
}
.TagClassName
{
border-color: #F2F1F0;
}
</style>