Shades of Azure #F0F1F1
Tints of Azure #F0F1F1
RGB
CMYK
RGB Variations
Color information
#F0F1F1 (or 0xF0F1F1) is known color: Azure. HEX triplet: F0, F1 and F1. RGB value is (240,241,241). Sum of RGB (Red+Green+Blue) = 240+241+241=722 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.24% from 722); Green value is 241 (94.53% from 255 or 33.38% from 722); Blue value is 241 (94.53% from 255 or 33.38% from 722); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #F0F1F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F1F1 is #0F0E0E. Grayscale: #F0F0F0. Windows color (decimal): -986639 or 15856112. OLE color: 15856112.
HSL color Cylindrical-coordinate representation of color #F0F1F1: hue angle of 180º degrees, saturation: 0.03, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0%. Process color model (Four color, CMYK) of #F0F1F1 is Cyan = 0.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 240 | 241 | 241 | - |
CMYK | 0.00 | 0 | 0 | 0.05 |
HSL | 180º | 0.03% | 0.94% | - |
HSV(B) | 180º | 0% | 0.95% | - |
XYZ | 83.27 | 87.79 | 95.77 | - |
YUV | 240.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 241 | 241 | 0.00 | 0 | 0 | 0.05 | 180 | 0.03 | 0.94 |
Hex | F0 | F1 | F1 | 0 | 0 | 0 | 5 | B4 | 3 | 5E |
Octal | 360 | 361 | 361 | 0 | 0 | 0 | 5 | 264 | 3 | 136 |
Binary | 11110000 | 11110001 | 11110001 | 0 | 0 | 0 | 101 | 10110100 | 11 | 1011110 |
Color Harmonies of #F0F1F1
Complementary color
Monochromatic Colors of #F0F1F1
Black with #F0F1F1
Text Example
Text Example
White with #F0F1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1F1; }
p { color: rgb(240,241,241); }
H1.HeaderClassName
{
color: #F0F1F1;
}
.AnyTagClassName
{
color: #F0F1F1;
}
</style>
background-color css
<style>
a { background-color: #F0F1F1; }
a { background-color: rgb(240,241,241); }
div.DivClassName
{
background-color: #F0F1F1;
}
.BgClassName
{
background-color: #F0F1F1;
}
</style>
border-color css
<style>
span { border-color: #F0F1F1; }
span { border-color: rgb(240,241,241); }
td.TdClassName
{
border-color: #F0F1F1;
}
.TagClassName
{
border-color: #F0F1F1;
}
</style>