#F49CBA

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

Shades of Illusion #F49CBA

Tints of Illusion #F49CBA

Color information

#F49CBA (or 0xF49CBA) is unknown color: approx Illusion. HEX triplet: F4, 9C and BA. RGB value is (244,156,186). Sum of RGB (Red+Green+Blue) = 244+156+186=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49CBA is #0B6345. Grayscale: #B9B9B9. Windows color (decimal): -746310 or 12229876. OLE color: 12229876.

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

Color convert

RGB244156186-
CMYK00.360.240.04
HSL339.55º80%78.43%-
HSV(B)339.55º36.07%95.69%-
XYZ58.0646.5652.38-
YUV185.73128.15169.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.64%
GREEN value IS 156 (61.33% from 255) = 26.62%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=41.64%
G=26.62%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415618600.360.240.04339.558078.43
HexF49CBA024184154504e
Octal364234272044304524120116
Binary11110100100111001011101001001001100010010101010010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49CBA; }

 p { color: rgb(244,156,186); }

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

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

 a { background-color: rgb(244,156,186); }

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

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

 span { border-color: rgb(244,156,186); }

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