#F49BAF

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

Shades of Illusion #F49BAF

Tints of Illusion #F49BAF

Color information

#F49BAF (or 0xF49BAF) is unknown color: approx Illusion. HEX triplet: F4, 9B and AF. RGB value is (244,155,175). Sum of RGB (Red+Green+Blue) = 244+155+175=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49BAF is #0B6450. Grayscale: #B7B7B7. Windows color (decimal): -746577 or 11508724. OLE color: 11508724.

HSL color Cylindrical-coordinate representation of color #F49BAF: hue angle of 346.52º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49BAF is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB244155175-
CMYK00.360.280.04
HSL346.52º80.18%78.24%-
HSV(B)346.52º36.48%95.69%-
XYZ56.7745.7746.4-
YUV183.89122.99170.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.51%
GREEN value IS 155 (60.94% from 255) = 27.00%
BLUE value IS 175 (68.75% from 255) = 30.49%
R=42.51%
G=27.00%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415517500.360.280.04346.5280.1878.24
HexF49BAF0241C415b504e
Octal364233257044344533120116
Binary11110100100110111010111101001001110010010101101110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49BAF; }

 p { color: rgb(244,155,175); }

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

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

 a { background-color: rgb(244,155,175); }

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

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

 span { border-color: rgb(244,155,175); }

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