#F1A2BA

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

Shades of Illusion #F1A2BA

Tints of Illusion #F1A2BA

Color information

#F1A2BA (or 0xF1A2BA) is unknown color: approx Illusion. HEX triplet: F1, A2 and BA. RGB value is (241,162,186). Sum of RGB (Red+Green+Blue) = 241+162+186=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A2BA is #0E5D45. Grayscale: #BCBCBC. Windows color (decimal): -941382 or 12231409. OLE color: 12231409.

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

Color convert

RGB241162186-
CMYK00.330.230.05
HSL341.77º73.83%79.02%-
HSV(B)341.77º32.78%94.51%-
XYZ58.0648.0952.68-
YUV188.36126.67165.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 162 (63.67% from 255) = 27.50%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=40.92%
G=27.50%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116218600.330.230.05341.7773.8379.02
HexF1A2BA0211751564a4f
Octal361242272041275526112117
Binary11110001101000101011101001000011011110110101011010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A2BA; }

 p { color: rgb(241,162,186); }

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

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

 a { background-color: rgb(241,162,186); }

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

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

 span { border-color: rgb(241,162,186); }

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