#F0A1B3

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

Shades of Illusion #F0A1B3

Tints of Illusion #F0A1B3

Color information

#F0A1B3 (or 0xF0A1B3) is unknown color: approx Illusion. HEX triplet: F0, A1 and B3. RGB value is (240,161,179). Sum of RGB (Red+Green+Blue) = 240+161+179=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A1B3 is #0F5E4C. Grayscale: #BABABA. Windows color (decimal): -1007181 or 11772400. OLE color: 11772400.

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

Color convert

RGB240161179-
CMYK00.330.250.06
HSL346.33º72.48%78.63%-
HSV(B)346.33º32.92%94.12%-
XYZ56.8247.2748.78-
YUV186.67123.67166.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.38%
GREEN value IS 161 (63.28% from 255) = 27.76%
BLUE value IS 179 (70.31% from 255) = 30.86%
R=41.38%
G=27.76%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016117900.330.250.06346.3372.4878.63
HexF0A1B302119615a484f
Octal360241263041316532110117
Binary11110000101000011011001101000011100111010101101010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A1B3; }

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

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

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

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

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

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

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

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