#F1F3F3

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

Shades of Azure #F1F3F3

Tints of Azure #F1F3F3

Color information

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

RGB241243243-
CMYK0.01000.05
HSL180º7.69%94.9%-
HSV(B)180º0.82%95.29%-
XYZ84.589.2797.57-
YUV242.4128.34127-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.15%
GREEN value IS 243 (95.31% from 255) = 33.43%
BLUE value IS 243 (95.31% from 255) = 33.43%
R=33.15%
G=33.43%
B=33.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412432430.01000.051807.6994.9
HexF1F3F31005b485f
Octal361363363100526410137
Binary1111000111110011111100111001011011010010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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