Shades of Azure #F1F3F3
Tints of Azure #F1F3F3
RGB
CMYK
RGB Variations
Color information
#F1F3F3 (or 0xF1F3F3) is known color: Azure. HEX triplet: F1, F3 and F3. RGB value is (241,243,243). Sum of RGB (Red+Green+Blue) = 241+243+243=727 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.15% from 727); Green value is 243 (95.31% from 255 or 33.43% from 727); Blue value is 243 (95.31% from 255 or 33.43% from 727); Max value from RGB is 243 - color contains mainly: green, blue. Hex color #F1F3F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F3F3 is #0E0C0C. Grayscale: #F2F2F2. Windows color (decimal): -920589 or 15987697. OLE color: 15987697.
HSL color Cylindrical-coordinate representation of color #F1F3F3: hue angle of 180º degrees, saturation: 0.08, 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 #F1F3F3 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 243 | 243 | - |
CMYK | 0.01 | 0 | 0 | 0.05 |
HSL | 180º | 0.08% | 0.95% | - |
HSV(B) | 180º | 0.01% | 0.95% | - |
XYZ | 84.5 | 89.27 | 97.57 | - |
YUV | 242.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 243 | 243 | 0.01 | 0 | 0 | 0.05 | 180 | 0.08 | 0.95 |
Hex | F1 | F3 | F3 | 1 | 0 | 0 | 5 | B4 | 8 | 5F |
Octal | 361 | 363 | 363 | 1 | 0 | 0 | 5 | 264 | 10 | 137 |
Binary | 11110001 | 11110011 | 11110011 | 1 | 0 | 0 | 101 | 10110100 | 1000 | 1011111 |
Color Harmonies of #F1F3F3
Complementary color
Monochromatic Colors of #F1F3F3
Black with #F1F3F3
Text Example
Text Example
White with #F1F3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F3F3; }
p { color: rgb(241,243,243); }
H1.HeaderClassName
{
color: #F1F3F3;
}
.AnyTagClassName
{
color: #F1F3F3;
}
</style>
background-color css
<style>
a { background-color: #F1F3F3; }
a { background-color: rgb(241,243,243); }
div.DivClassName
{
background-color: #F1F3F3;
}
.BgClassName
{
background-color: #F1F3F3;
}
</style>
border-color css
<style>
span { border-color: #F1F3F3; }
span { border-color: rgb(241,243,243); }
td.TdClassName
{
border-color: #F1F3F3;
}
.TagClassName
{
border-color: #F1F3F3;
}
</style>