Shades of Aqua Spring #F1F2F1
Tints of Aqua Spring #F1F2F1
RGB
CMYK
RGB Variations
Color information
#F1F2F1 (or 0xF1F2F1) is known color: Aqua Spring. HEX triplet: F1, F2 and F1. RGB value is (241,242,241). Sum of RGB (Red+Green+Blue) = 241+242+241=724 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.29% from 724); Green value is 242 (94.92% from 255 or 33.43% from 724); Blue value is 241 (94.53% from 255 or 33.29% from 724); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F2F1 is #0E0D0E. Grayscale: #F1F1F1. Windows color (decimal): -920847 or 15856369. OLE color: 15856369.
HSL color Cylindrical-coordinate representation of color #F1F2F1: hue angle of 120º degrees, saturation: 0.04, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0%. Process color model (Four color, CMYK) of #F1F2F1 is Cyan = 0.00, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 242 | 241 | - |
CMYK | 0.00 | 0 | 0.00 | 0.05 |
HSL | 120º | 0.04% | 0.95% | - |
HSV(B) | 120º | 0% | 0.95% | - |
XYZ | 83.9 | 88.56 | 95.89 | - |
YUV | 241.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 242 | 241 | 0.00 | 0 | 0.00 | 0.05 | 120 | 0.04 | 0.95 |
Hex | F1 | F2 | F1 | 0 | 0 | 0 | 5 | 78 | 4 | 5F |
Octal | 361 | 362 | 361 | 0 | 0 | 0 | 5 | 170 | 4 | 137 |
Binary | 11110001 | 11110010 | 11110001 | 0 | 0 | 0 | 101 | 1111000 | 100 | 1011111 |
Color Harmonies of #F1F2F1
Complementary color
Monochromatic Colors of #F1F2F1
Black with #F1F2F1
Text Example
Text Example
White with #F1F2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2F1; }
p { color: rgb(241,242,241); }
H1.HeaderClassName
{
color: #F1F2F1;
}
.AnyTagClassName
{
color: #F1F2F1;
}
</style>
background-color css
<style>
a { background-color: #F1F2F1; }
a { background-color: rgb(241,242,241); }
div.DivClassName
{
background-color: #F1F2F1;
}
.BgClassName
{
background-color: #F1F2F1;
}
</style>
border-color css
<style>
span { border-color: #F1F2F1; }
span { border-color: rgb(241,242,241); }
td.TdClassName
{
border-color: #F1F2F1;
}
.TagClassName
{
border-color: #F1F2F1;
}
</style>