#F1A0AD

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

Shades of Illusion #F1A0AD

Tints of Illusion #F1A0AD

Color information

#F1A0AD (or 0xF1A0AD) is unknown color: approx Illusion. HEX triplet: F1, A0 and AD. RGB value is (241,160,173). Sum of RGB (Red+Green+Blue) = 241+160+173=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A0AD is #0E5F52. Grayscale: #B9B9B9. Windows color (decimal): -941907 or 11378929. OLE color: 11378929.

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

Color convert

RGB241160173-
CMYK00.340.280.05
HSL350.37º74.31%78.63%-
HSV(B)350.37º33.61%94.51%-
XYZ56.3946.8645.61-
YUV185.7120.84167.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.99%
GREEN value IS 160 (62.89% from 255) = 27.87%
BLUE value IS 173 (67.97% from 255) = 30.14%
R=41.99%
G=27.87%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116017300.340.280.05350.3774.3178.63
HexF1A0AD0221C515e4a4f
Octal361240255042345536112117
Binary11110001101000001010110101000101110010110101111010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A0AD; }

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

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

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

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

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

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

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

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