#F29BB4

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

Shades of Illusion #F29BB4

Tints of Illusion #F29BB4

Color information

#F29BB4 (or 0xF29BB4) is unknown color: approx Illusion. HEX triplet: F2, 9B and B4. RGB value is (242,155,180). Sum of RGB (Red+Green+Blue) = 242+155+180=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29BB4 is #0D644B. Grayscale: #B7B7B7. Windows color (decimal): -877644 or 11836402. OLE color: 11836402.

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

Color convert

RGB242155180-
CMYK00.360.260.05
HSL342.76º76.99%77.84%-
HSV(B)342.76º35.95%94.9%-
XYZ56.5845.6249-
YUV183.86125.82169.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.94%
GREEN value IS 155 (60.94% from 255) = 26.86%
BLUE value IS 180 (70.70% from 255) = 31.20%
R=41.94%
G=26.86%
B=31.20%

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
Decimal24215518000.360.260.05342.7676.9977.84
HexF29BB40241A51574d4e
Octal362233264044325527115116
Binary11110010100110111011010001001001101010110101011110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29BB4; }

 p { color: rgb(242,155,180); }

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

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

 a { background-color: rgb(242,155,180); }

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

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

 span { border-color: rgb(242,155,180); }

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