Shades of Solitude #F0F1F2
Tints of Solitude #F0F1F2
RGB
CMYK
RGB Variations
Color information
#F0F1F2 (or 0xF0F1F2) is known color: Solitude. HEX triplet: F0, F1 and F2. RGB value is (240,241,242). Sum of RGB (Red+Green+Blue) = 240+241+242=723 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.20% from 723); Green value is 241 (94.53% from 255 or 33.33% from 723); Blue value is 242 (94.92% from 255 or 33.47% from 723); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0F1F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F1F2 is #0F0E0D. Grayscale: #F0F0F0. Windows color (decimal): -986638 or 15921648. OLE color: 15921648.
HSL color Cylindrical-coordinate representation of color #F0F1F2: hue angle of 210º 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 #F0F1F2 is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 242 | - |
| CMYK | 0.01 | 0.00 | 0 | 0.05 |
| HSL | 210º | 0.07% | 0.95% | - |
| HSV(B) | 210º | 0.01% | 0.95% | - |
| XYZ | 83.42 | 87.85 | 96.56 | - |
| YUV | 240.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 242 | 0.01 | 0.00 | 0 | 0.05 | 210 | 0.07 | 0.95 |
| Hex | F0 | F1 | F2 | 1 | 0 | 0 | 5 | D2 | 7 | 5F |
| Octal | 360 | 361 | 362 | 1 | 0 | 0 | 5 | 322 | 7 | 137 |
| Binary | 11110000 | 11110001 | 11110010 | 1 | 0 | 0 | 101 | 11010010 | 111 | 1011111 |
Color Harmonies of #F0F1F2
Complementary color
Monochromatic Colors of #F0F1F2
Black with #F0F1F2
Text Example
Text Example
White with #F0F1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1F2; }
p { color: rgb(240,241,242); }
H1.HeaderClassName
{
color: #F0F1F2;
}
.AnyTagClassName
{
color: #F0F1F2;
}
</style>
background-color css
<style>
a { background-color: #F0F1F2; }
a { background-color: rgb(240,241,242); }
div.DivClassName
{
background-color: #F0F1F2;
}
.BgClassName
{
background-color: #F0F1F2;
}
</style>
border-color css
<style>
span { border-color: #F0F1F2; }
span { border-color: rgb(240,241,242); }
td.TdClassName
{
border-color: #F0F1F2;
}
.TagClassName
{
border-color: #F0F1F2;
}
</style>