#F1A5AD

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

Shades of Illusion #F1A5AD

Tints of Illusion #F1A5AD

Color information

#F1A5AD (or 0xF1A5AD) is unknown color: approx Illusion. HEX triplet: F1, A5 and AD. RGB value is (241,165,173). Sum of RGB (Red+Green+Blue) = 241+165+173=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A5AD is #0E5A52. Grayscale: #BCBCBC. Windows color (decimal): -940627 or 11380209. OLE color: 11380209.

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

Color convert

RGB241165173-
CMYK00.320.280.05
HSL353.68º73.08%79.61%-
HSV(B)353.68º31.54%94.51%-
XYZ57.2748.6345.9-
YUV188.64119.18165.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.62%
GREEN value IS 165 (64.84% from 255) = 28.50%
BLUE value IS 173 (67.97% from 255) = 29.88%
R=41.62%
G=28.50%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116517300.320.280.05353.6873.0879.61
HexF1A5AD0201C51624950
Octal361245255040345542111120
Binary11110001101001011010110101000001110010110110001010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A5AD; }

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

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

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

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

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

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

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

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