#F29EA9

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

Shades of Illusion #F29EA9

Tints of Illusion #F29EA9

Color information

#F29EA9 (or 0xF29EA9) is unknown color: approx Illusion. HEX triplet: F2, 9E and A9. RGB value is (242,158,169). Sum of RGB (Red+Green+Blue) = 242+158+169=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 169 (66.41% from 255 or 29.70% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29EA9 is #0D6156. Grayscale: #B8B8B8. Windows color (decimal): -876887 or 11116274. OLE color: 11116274.

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

Color convert

RGB242158169-
CMYK00.350.300.05
HSL352.14º76.36%78.43%-
HSV(B)352.14º34.71%94.9%-
XYZ56.0146.243.5-
YUV184.37119.33169.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 158 (62.11% from 255) = 27.77%
BLUE value IS 169 (66.41% from 255) = 29.70%
R=42.53%
G=27.77%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215816900.350.300.05352.1476.3678.43
HexF29EA90231E51604c4e
Octal362236251043365540114116
Binary11110010100111101010100101000111111010110110000010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29EA9; }

 p { color: rgb(242,158,169); }

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

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

 a { background-color: rgb(242,158,169); }

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

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

 span { border-color: rgb(242,158,169); }

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