#F49BB4

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

Shades of Illusion #F49BB4

Tints of Illusion #F49BB4

Color information

#F49BB4 (or 0xF49BB4) is unknown color: approx Illusion. HEX triplet: F4, 9B and B4. RGB value is (244,155,180). Sum of RGB (Red+Green+Blue) = 244+155+180=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49BB4 is #0B644B. Grayscale: #B8B8B8. Windows color (decimal): -746572 or 11836404. OLE color: 11836404.

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

Color convert

RGB244155180-
CMYK00.360.260.04
HSL343.15º80.18%78.24%-
HSV(B)343.15º36.48%95.69%-
XYZ57.2745.9749.03-
YUV184.46125.49170.47-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.14%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 180 (70.70% from 255) = 31.09%
R=42.14%
G=26.77%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415518000.360.260.04343.1580.1878.24
HexF49BB40241A4157504e
Octal364233264044324527120116
Binary11110100100110111011010001001001101010010101011110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49BB4; }

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

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

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

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

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

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

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

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