#F49CB6

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

Shades of Illusion #F49CB6

Tints of Illusion #F49CB6

Color information

#F49CB6 (or 0xF49CB6) is unknown color: approx Illusion. HEX triplet: F4, 9C and B6. RGB value is (244,156,182). Sum of RGB (Red+Green+Blue) = 244+156+182=582 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.92% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49CB6 is #0B6349. Grayscale: #B9B9B9. Windows color (decimal): -746314 or 11967732. OLE color: 11967732.

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

Color convert

RGB244156182-
CMYK00.360.250.04
HSL342.27º80%78.43%-
HSV(B)342.27º36.07%95.69%-
XYZ57.6446.3950.17-
YUV185.28126.15169.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.92%
GREEN value IS 156 (61.33% from 255) = 26.80%
BLUE value IS 182 (71.48% from 255) = 31.27%
R=41.92%
G=26.80%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415618200.360.250.04342.278078.43
HexF49CB6024194156504e
Octal364234266044314526120116
Binary11110100100111001011011001001001100110010101011010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49CB6; }

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

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

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

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

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

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

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

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