#F2A1B3

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

Shades of Illusion #F2A1B3

Tints of Illusion #F2A1B3

Color information

#F2A1B3 (or 0xF2A1B3) is unknown color: approx Illusion. HEX triplet: F2, A1 and B3. RGB value is (242,161,179). Sum of RGB (Red+Green+Blue) = 242+161+179=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A1B3 is #0D5E4C. Grayscale: #BBBBBB. Windows color (decimal): -876109 or 11772402. OLE color: 11772402.

HSL color Cylindrical-coordinate representation of color #F2A1B3: hue angle of 346.67º degrees, saturation: 0.76, 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 #F2A1B3 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB242161179-
CMYK00.330.260.05
HSL346.67º75.7%79.02%-
HSV(B)346.67º33.47%94.9%-
XYZ57.547.6248.81-
YUV187.27123.34167.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.58%
GREEN value IS 161 (63.28% from 255) = 27.66%
BLUE value IS 179 (70.31% from 255) = 30.76%
R=41.58%
G=27.66%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216117900.330.260.05346.6775.779.02
HexF2A1B30211A515b4c4f
Octal362241263041325533114117
Binary11110010101000011011001101000011101010110101101110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A1B3; }

 p { color: rgb(242,161,179); }

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

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

 a { background-color: rgb(242,161,179); }

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

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

 span { border-color: rgb(242,161,179); }

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