#f496cb

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

Shades of Shocking #F496CB

Tints of Shocking #F496CB

Color information

#F496CB (or 0xF496CB) is unknown color: approx Shocking. HEX triplet: F4, 96 and CB. RGB value is (244,150,203). Sum of RGB (Red+Green+Blue) = 244+150+203=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F496CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F496CB is #0B6934. Grayscale: #B8B8B8. Windows color (decimal): -747829 or 13342452. OLE color: 13342452.

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

Color convert

RGB244150203-
CMYK00.390.170.04
HSL326.17º81.03%77.25%-
HSV(B)326.17º38.52%95.69%-
XYZ58.9945.3662.15-
YUV184.15138.64170.69-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.87%
GREEN value IS 150 (58.98% from 255) = 25.13%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=40.87%
G=25.13%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415020300.390.170.04326.1781.0377.25
HexF496CB027114146514d
Octal364226313047214506121115
Binary11110100100101101100101101001111000110010100011010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f496cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f496cb; }

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

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

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

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

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

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

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

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