#F49FA9

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

Shades of Illusion #F49FA9

Tints of Illusion #F49FA9

Color information

#F49FA9 (or 0xF49FA9) is unknown color: approx Illusion. HEX triplet: F4, 9F and A9. RGB value is (244,159,169). Sum of RGB (Red+Green+Blue) = 244+159+169=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 169 (66.41% from 255 or 29.55% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F49FA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49FA9 is #0B6056. Grayscale: #B9B9B9. Windows color (decimal): -745559 or 11116532. OLE color: 11116532.

HSL color Cylindrical-coordinate representation of color #F49FA9: hue angle of 352.94º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F49FA9 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB244159169-
CMYK00.350.310.04
HSL352.94º79.44%79.02%-
HSV(B)352.94º34.84%95.69%-
XYZ56.8746.8943.59-
YUV185.55118.66169.69-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.66%
GREEN value IS 159 (62.5% from 255) = 27.80%
BLUE value IS 169 (66.41% from 255) = 29.55%
R=42.66%
G=27.80%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415916900.350.310.04352.9479.4479.02
HexF49FA90231F41614f4f
Octal364237251043374541117117
Binary11110100100111111010100101000111111110010110000110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49FA9; }

 p { color: rgb(244,159,169); }

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

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

 a { background-color: rgb(244,159,169); }

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

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

 span { border-color: rgb(244,159,169); }

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