#F496B1

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

Shades of Illusion #F496B1

Tints of Illusion #F496B1

Color information

#F496B1 (or 0xF496B1) is unknown color: approx Illusion. HEX triplet: F4, 96 and B1. RGB value is (244,150,177). Sum of RGB (Red+Green+Blue) = 244+150+177=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F496B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F496B1 is #0B694E. Grayscale: #B5B5B5. Windows color (decimal): -747855 or 11638516. OLE color: 11638516.

HSL color Cylindrical-coordinate representation of color #F496B1: hue angle of 342.77º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F496B1 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB244150177-
CMYK00.390.270.04
HSL342.77º81.03%77.25%-
HSV(B)342.77º38.52%95.69%-
XYZ56.1544.2247.17-
YUV181.18125.64172.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.73%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 177 (69.53% from 255) = 31.00%
R=42.73%
G=26.27%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415017700.390.270.04342.7781.0377.25
HexF496B10271B4157514d
Octal364226261047334527121115
Binary11110100100101101011000101001111101110010101011110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F496B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F496B1; }

 p { color: rgb(244,150,177); }

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

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

 a { background-color: rgb(244,150,177); }

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

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

 span { border-color: rgb(244,150,177); }

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