#F1A2AD

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

Shades of Illusion #F1A2AD

Tints of Illusion #F1A2AD

Color information

#F1A2AD (or 0xF1A2AD) is unknown color: approx Illusion. HEX triplet: F1, A2 and AD. RGB value is (241,162,173). Sum of RGB (Red+Green+Blue) = 241+162+173=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A2AD is #0E5D52. Grayscale: #BABABA. Windows color (decimal): -941395 or 11379441. OLE color: 11379441.

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

Color convert

RGB241162173-
CMYK00.330.280.05
HSL351.65º73.83%79.02%-
HSV(B)351.65º32.78%94.51%-
XYZ56.7447.5645.72-
YUV186.88120.17166.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.84%
GREEN value IS 162 (63.67% from 255) = 28.12%
BLUE value IS 173 (67.97% from 255) = 30.03%
R=41.84%
G=28.12%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116217300.330.280.05351.6573.8379.02
HexF1A2AD0211C51604a4f
Octal361242255041345540112117
Binary11110001101000101010110101000011110010110110000010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A2AD; }

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

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

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

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

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

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

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

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