#F29AB1

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

Shades of Illusion #F29AB1

Tints of Illusion #F29AB1

Color information

#F29AB1 (or 0xF29AB1) is unknown color: approx Illusion. HEX triplet: F2, 9A and B1. RGB value is (242,154,177). Sum of RGB (Red+Green+Blue) = 242+154+177=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F29AB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29AB1 is #0D654E. Grayscale: #B6B6B6. Windows color (decimal): -877903 or 11639538. OLE color: 11639538.

HSL color Cylindrical-coordinate representation of color #F29AB1: hue angle of 344.32º 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 #F29AB1 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB242154177-
CMYK00.360.270.05
HSL344.32º77.19%77.65%-
HSV(B)344.32º36.36%94.9%-
XYZ56.1145.1647.35-
YUV182.93124.65170.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.23%
GREEN value IS 154 (60.55% from 255) = 26.88%
BLUE value IS 177 (69.53% from 255) = 30.89%
R=42.23%
G=26.88%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215417700.360.270.05344.3277.1977.65
HexF29AB10241B51584d4e
Octal362232261044335530115116
Binary11110010100110101011000101001001101110110101100010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29AB1; }

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

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

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

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

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

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

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

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