#F49BB2

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

Shades of Illusion #F49BB2

Tints of Illusion #F49BB2

Color information

#F49BB2 (or 0xF49BB2) is unknown color: approx Illusion. HEX triplet: F4, 9B and B2. RGB value is (244,155,178). Sum of RGB (Red+Green+Blue) = 244+155+178=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49BB2 is #0B644D. Grayscale: #B8B8B8. Windows color (decimal): -746574 or 11705332. OLE color: 11705332.

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

Color convert

RGB244155178-
CMYK00.360.270.04
HSL344.49º80.18%78.24%-
HSV(B)344.49º36.48%95.69%-
XYZ57.0745.8947.97-
YUV184.23124.49170.63-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.29%
GREEN value IS 155 (60.94% from 255) = 26.86%
BLUE value IS 178 (69.92% from 255) = 30.85%
R=42.29%
G=26.86%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415517800.360.270.04344.4980.1878.24
HexF49BB20241B4158504e
Octal364233262044334530120116
Binary11110100100110111011001001001001101110010101100010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49BB2; }

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

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

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

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

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

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

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

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