#F496B0

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

Shades of Illusion #F496B0

Tints of Illusion #F496B0

Color information

#F496B0 (or 0xF496B0) is unknown color: approx Illusion. HEX triplet: F4, 96 and B0. RGB value is (244,150,176). Sum of RGB (Red+Green+Blue) = 244+150+176=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F496B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F496B0 is #0B694F. Grayscale: #B5B5B5. Windows color (decimal): -747856 or 11572980. OLE color: 11572980.

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

Color convert

RGB244150176-
CMYK00.390.280.04
HSL343.4º81.03%77.25%-
HSV(B)343.4º38.52%95.69%-
XYZ56.0544.1846.65-
YUV181.07125.14172.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.81%
GREEN value IS 150 (58.98% from 255) = 26.32%
BLUE value IS 176 (69.14% from 255) = 30.88%
R=42.81%
G=26.32%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415017600.390.280.04343.481.0377.25
HexF496B00271C4157514d
Octal364226260047344527121115
Binary11110100100101101011000001001111110010010101011110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F496B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F496B0; }

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

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

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

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

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

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

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

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