#F496B4

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

Shades of Illusion #F496B4

Tints of Illusion #F496B4

Color information

#F496B4 (or 0xF496B4) is unknown color: approx Illusion. HEX triplet: F4, 96 and B4. RGB value is (244,150,180). Sum of RGB (Red+Green+Blue) = 244+150+180=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F496B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F496B4 is #0B694B. Grayscale: #B5B5B5. Windows color (decimal): -747852 or 11835124. OLE color: 11835124.

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

Color convert

RGB244150180-
CMYK00.390.260.04
HSL340.85º81.03%77.25%-
HSV(B)340.85º38.52%95.69%-
XYZ56.4544.3448.76-
YUV181.53127.14172.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.51%
GREEN value IS 150 (58.98% from 255) = 26.13%
BLUE value IS 180 (70.70% from 255) = 31.36%
R=42.51%
G=26.13%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415018000.390.260.04340.8581.0377.25
HexF496B40271A4155514d
Octal364226264047324525121115
Binary11110100100101101011010001001111101010010101010110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F496B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F496B4; }

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

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

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

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

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

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

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

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