#F0A2BA

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

Shades of Illusion #F0A2BA

Tints of Illusion #F0A2BA

Color information

#F0A2BA (or 0xF0A2BA) is unknown color: approx Illusion. HEX triplet: F0, A2 and BA. RGB value is (240,162,186). Sum of RGB (Red+Green+Blue) = 240+162+186=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A2BA is #0F5D45. Grayscale: #BCBCBC. Windows color (decimal): -1006918 or 12231408. OLE color: 12231408.

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

Color convert

RGB240162186-
CMYK00.320.220.06
HSL341.54º72.22%78.82%-
HSV(B)341.54º32.5%94.12%-
XYZ57.7247.9152.66-
YUV188.06126.84165.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.82%
GREEN value IS 162 (63.67% from 255) = 27.55%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=40.82%
G=27.55%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016218600.320.220.06341.5472.2278.82
HexF0A2BA020166156484f
Octal360242272040266526110117
Binary11110000101000101011101001000001011011010101011010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A2BA; }

 p { color: rgb(240,162,186); }

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

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

 a { background-color: rgb(240,162,186); }

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

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

 span { border-color: rgb(240,162,186); }

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