#F1A6B6

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

Shades of Illusion #F1A6B6

Tints of Illusion #F1A6B6

Color information

#F1A6B6 (or 0xF1A6B6) is unknown color: approx Illusion. HEX triplet: F1, A6 and B6. RGB value is (241,166,182). Sum of RGB (Red+Green+Blue) = 241+166+182=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A6B6 is #0E5949. Grayscale: #BEBEBE. Windows color (decimal): -940362 or 11970289. OLE color: 11970289.

HSL color Cylindrical-coordinate representation of color #F1A6B6: hue angle of 347.2º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1A6B6 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB241166182-
CMYK00.310.240.05
HSL347.2º72.82%79.8%-
HSV(B)347.2º31.12%94.51%-
XYZ58.3649.3550.71-
YUV190.25123.35164.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 166 (65.23% from 255) = 28.18%
BLUE value IS 182 (71.48% from 255) = 30.90%
R=40.92%
G=28.18%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116618200.310.240.05347.272.8279.8
HexF1A6B601F18515b4950
Octal361246266037305533111120
Binary1111000110100110101101100111111100010110101101110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A6B6; }

 p { color: rgb(241,166,182); }

 H1.HeaderClassName
 {
   color: #F1A6B6;
 }
 .AnyTagClassName
 {
   color: #F1A6B6;
 }
</style>
background-color css

<style>
 a { background-color: #F1A6B6; }

 a { background-color: rgb(241,166,182); }

 div.DivClassName
 {
   background-color: #F1A6B6;
 }
 .BgClassName
 {
   background-color: #F1A6B6;
 }
</style>
border-color css

<style>
 span { border-color: #F1A6B6; }

 span { border-color: rgb(241,166,182); }

 td.TdClassName
 {
   border-color: #F1A6B6;
 }
 .TagClassName
 {
   border-color: #F1A6B6;
 }
</style>