#F1A5B6

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

Shades of Illusion #F1A5B6

Tints of Illusion #F1A5B6

Color information

#F1A5B6 (or 0xF1A5B6) is unknown color: approx Illusion. HEX triplet: F1, A5 and B6. RGB value is (241,165,182). Sum of RGB (Red+Green+Blue) = 241+165+182=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A5B6 is #0E5A49. Grayscale: #BDBDBD. Windows color (decimal): -940618 or 11970033. OLE color: 11970033.

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

Color convert

RGB241165182-
CMYK00.320.240.05
HSL346.58º73.08%79.61%-
HSV(B)346.58º31.54%94.51%-
XYZ58.1748.9950.65-
YUV189.66123.68164.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.99%
GREEN value IS 165 (64.84% from 255) = 28.06%
BLUE value IS 182 (71.48% from 255) = 30.95%
R=40.99%
G=28.06%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116518200.320.240.05346.5873.0879.61
HexF1A5B602018515b4950
Octal361245266040305533111120
Binary11110001101001011011011001000001100010110101101110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A5B6; }

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

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

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

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

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

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

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

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