#F29FB0

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

Shades of Illusion #F29FB0

Tints of Illusion #F29FB0

Color information

#F29FB0 (or 0xF29FB0) is unknown color: approx Illusion. HEX triplet: F2, 9F and B0. RGB value is (242,159,176). Sum of RGB (Red+Green+Blue) = 242+159+176=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29FB0 is #0D604F. Grayscale: #B9B9B9. Windows color (decimal): -876624 or 11575282. OLE color: 11575282.

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

Color convert

RGB242159176-
CMYK00.340.270.05
HSL347.71º76.15%78.63%-
HSV(B)347.71º34.3%94.9%-
XYZ56.8546.8147.11-
YUV185.76122.5168.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.94%
GREEN value IS 159 (62.5% from 255) = 27.56%
BLUE value IS 176 (69.14% from 255) = 30.50%
R=41.94%
G=27.56%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215917600.340.270.05347.7176.1578.63
HexF29FB00221B515c4c4f
Octal362237260042335534114117
Binary11110010100111111011000001000101101110110101110010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29FB0; }

 p { color: rgb(242,159,176); }

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

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

 a { background-color: rgb(242,159,176); }

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

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

 span { border-color: rgb(242,159,176); }

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