#F0F1F1

Color #F0F1F1 Azure (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azure #F0F1F1

Tints of Azure #F0F1F1

Color information

#F0F1F1 (or 0xF0F1F1) is unknown color: approx 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

RGB240241241-
CMYK0.00000.05
HSL180º3.45%94.31%-
HSV(B)180º0.41%94.51%-
XYZ83.2787.7995.77-
YUV240.7128.17127.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 33.24%
GREEN value IS 241 (94.53% from 255) = 33.38%
BLUE value IS 241 (94.53% from 255) = 33.38%
R=33.24%
G=33.38%
B=33.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402412410.00000.051803.4594.31
HexF0F1F10005b435e
Octal36036136100052643136
Binary11110000111100011111000100010110110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>