#F0A1AD

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

Shades of Illusion #F0A1AD

Tints of Illusion #F0A1AD

Color information

#F0A1AD (or 0xF0A1AD) is unknown color: approx Illusion. HEX triplet: F0, A1 and AD. RGB value is (240,161,173). Sum of RGB (Red+Green+Blue) = 240+161+173=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A1AD is #0F5E52. Grayscale: #BABABA. Windows color (decimal): -1007187 or 11379184. OLE color: 11379184.

HSL color Cylindrical-coordinate representation of color #F0A1AD: hue angle of 350.89º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A1AD is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240161173-
CMYK00.330.280.06
HSL350.89º72.48%78.63%-
HSV(B)350.89º32.92%94.12%-
XYZ56.2247.0345.65-
YUV185.99120.67166.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.81%
GREEN value IS 161 (63.28% from 255) = 28.05%
BLUE value IS 173 (67.97% from 255) = 30.14%
R=41.81%
G=28.05%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016117300.330.280.06350.8972.4878.63
HexF0A1AD0211C615f484f
Octal360241255041346537110117
Binary11110000101000011010110101000011110011010101111110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A1AD; }

 p { color: rgb(240,161,173); }

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

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

 a { background-color: rgb(240,161,173); }

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

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

 span { border-color: rgb(240,161,173); }

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