#F0A4B2

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

Shades of Illusion #F0A4B2

Tints of Illusion #F0A4B2

Color information

#F0A4B2 (or 0xF0A4B2) is unknown color: approx Illusion. HEX triplet: F0, A4 and B2. RGB value is (240,164,178). Sum of RGB (Red+Green+Blue) = 240+164+178=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 164 (64.45% from 255 or 28.18% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A4B2 is #0F5B4D. Grayscale: #BCBCBC. Windows color (decimal): -1006414 or 11707632. OLE color: 11707632.

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

Color convert

RGB240164178-
CMYK00.320.260.06
HSL348.95º71.7%79.22%-
HSV(B)348.95º31.67%94.12%-
XYZ57.2548.2948.42-
YUV188.32122.18164.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.24%
GREEN value IS 164 (64.45% from 255) = 28.18%
BLUE value IS 178 (69.92% from 255) = 30.58%
R=41.24%
G=28.18%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016417800.320.260.06348.9571.779.22
HexF0A4B20201A615d484f
Octal360244262040326535110117
Binary11110000101001001011001001000001101011010101110110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A4B2; }

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

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

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

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

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

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

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

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