#F0A4B3

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

Shades of Illusion #F0A4B3

Tints of Illusion #F0A4B3

Color information

#F0A4B3 (or 0xF0A4B3) is unknown color: approx Illusion. HEX triplet: F0, A4 and B3. RGB value is (240,164,179). Sum of RGB (Red+Green+Blue) = 240+164+179=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 164 (64.45% from 255 or 28.13% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A4B3 is #0F5B4C. Grayscale: #BCBCBC. Windows color (decimal): -1006413 or 11773168. OLE color: 11773168.

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

Color convert

RGB240164179-
CMYK00.320.250.06
HSL348.16º71.7%79.22%-
HSV(B)348.16º31.67%94.12%-
XYZ57.3548.3348.95-
YUV188.43122.68164.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.17%
GREEN value IS 164 (64.45% from 255) = 28.13%
BLUE value IS 179 (70.31% from 255) = 30.70%
R=41.17%
G=28.13%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016417900.320.250.06348.1671.779.22
HexF0A4B302019615c484f
Octal360244263040316534110117
Binary11110000101001001011001101000001100111010101110010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A4B3; }

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

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

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

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

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

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

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

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