#F29AB2

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

Shades of Illusion #F29AB2

Tints of Illusion #F29AB2

Color information

#F29AB2 (or 0xF29AB2) is unknown color: approx Illusion. HEX triplet: F2, 9A and B2. RGB value is (242,154,178). Sum of RGB (Red+Green+Blue) = 242+154+178=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F29AB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29AB2 is #0D654D. Grayscale: #B7B7B7. Windows color (decimal): -877902 or 11705074. OLE color: 11705074.

HSL color Cylindrical-coordinate representation of color #F29AB2: hue angle of 343.64º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29AB2 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB242154178-
CMYK00.360.260.05
HSL343.64º77.19%77.65%-
HSV(B)343.64º36.36%94.9%-
XYZ56.2145.247.88-
YUV183.05125.15170.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.16%
GREEN value IS 154 (60.55% from 255) = 26.83%
BLUE value IS 178 (69.92% from 255) = 31.01%
R=42.16%
G=26.83%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215417800.360.260.05343.6477.1977.65
HexF29AB20241A51584d4e
Octal362232262044325530115116
Binary11110010100110101011001001001001101010110101100010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29AB2; }

 p { color: rgb(242,154,178); }

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

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

 a { background-color: rgb(242,154,178); }

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

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

 span { border-color: rgb(242,154,178); }

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