#F49CAA

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

Shades of Illusion #F49CAA

Tints of Illusion #F49CAA

Color information

#F49CAA (or 0xF49CAA) is unknown color: approx Illusion. HEX triplet: F4, 9C and AA. RGB value is (244,156,170). Sum of RGB (Red+Green+Blue) = 244+156+170=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49CAA is #0B6355. Grayscale: #B7B7B7. Windows color (decimal): -746326 or 11181300. OLE color: 11181300.

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

Color convert

RGB244156170-
CMYK00.360.300.04
HSL350.45º80%78.43%-
HSV(B)350.45º36.07%95.69%-
XYZ56.4545.9143.92-
YUV183.91120.15170.86-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.81%
GREEN value IS 156 (61.33% from 255) = 27.37%
BLUE value IS 170 (66.80% from 255) = 29.82%
R=42.81%
G=27.37%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415617000.360.300.04350.458078.43
HexF49CAA0241E415e504e
Octal364234252044364536120116
Binary11110100100111001010101001001001111010010101111010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49CAA; }

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

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

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

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

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

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

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

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