Shades of Solitude #F1F2F6
Tints of Solitude #F1F2F6
RGB
CMYK
RGB Variations
Color information
#F1F2F6 (or 0xF1F2F6) is known color: Solitude. HEX triplet: F1, F2 and F6. RGB value is (241,242,246). Sum of RGB (Red+Green+Blue) = 241+242+246=729 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.06% from 729); Green value is 242 (94.92% from 255 or 33.20% from 729); Blue value is 246 (96.48% from 255 or 33.74% from 729); Max value from RGB is 246 - color contains mainly: blue. Hex color #F1F2F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F2F6 is #0E0D09. Grayscale: #F2F2F2. Windows color (decimal): -920842 or 16184049. OLE color: 16184049.
HSL color Cylindrical-coordinate representation of color #F1F2F6: hue angle of 228º degrees, saturation: 0.22, 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 #F1F2F6 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 241 | 242 | 246 | - |
CMYK | 0.02 | 0.02 | 0 | 0.04 |
HSL | 228º | 0.22% | 0.95% | - |
HSV(B) | 228º | 0.02% | 0.96% | - |
XYZ | 84.66 | 88.86 | 99.88 | - |
YUV | 242.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 242 | 246 | 0.02 | 0.02 | 0 | 0.04 | 228 | 0.22 | 0.95 |
Hex | F1 | F2 | F6 | 2 | 2 | 0 | 4 | E4 | 16 | 5F |
Octal | 361 | 362 | 366 | 2 | 2 | 0 | 4 | 344 | 26 | 137 |
Binary | 11110001 | 11110010 | 11110110 | 10 | 10 | 0 | 100 | 11100100 | 10110 | 1011111 |
Color Harmonies of #F1F2F6
Complementary color
Monochromatic Colors of #F1F2F6
Black with #F1F2F6
Text Example
Text Example
White with #F1F2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2F6; }
p { color: rgb(241,242,246); }
H1.HeaderClassName
{
color: #F1F2F6;
}
.AnyTagClassName
{
color: #F1F2F6;
}
</style>
background-color css
<style>
a { background-color: #F1F2F6; }
a { background-color: rgb(241,242,246); }
div.DivClassName
{
background-color: #F1F2F6;
}
.BgClassName
{
background-color: #F1F2F6;
}
</style>
border-color css
<style>
span { border-color: #F1F2F6; }
span { border-color: rgb(241,242,246); }
td.TdClassName
{
border-color: #F1F2F6;
}
.TagClassName
{
border-color: #F1F2F6;
}
</style>