#F1A0B6

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

Shades of Illusion #F1A0B6

Tints of Illusion #F1A0B6

Color information

#F1A0B6 (or 0xF1A0B6) is unknown color: approx Illusion. HEX triplet: F1, A0 and B6. RGB value is (241,160,182). Sum of RGB (Red+Green+Blue) = 241+160+182=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A0B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A0B6 is #0E5F49. Grayscale: #BABABA. Windows color (decimal): -941898 or 11968753. OLE color: 11968753.

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

Color convert

RGB241160182-
CMYK00.340.240.05
HSL343.7º74.31%78.63%-
HSV(B)343.7º33.61%94.51%-
XYZ57.2947.2250.35-
YUV186.73125.34166.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.34%
GREEN value IS 160 (62.89% from 255) = 27.44%
BLUE value IS 182 (71.48% from 255) = 31.22%
R=41.34%
G=27.44%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116018200.340.240.05343.774.3178.63
HexF1A0B60221851584a4f
Octal361240266042305530112117
Binary11110001101000001011011001000101100010110101100010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A0B6; }

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

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

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

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

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

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

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

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