#F496C8

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

Shades of Shocking #F496C8

Tints of Shocking #F496C8

Color information

#F496C8 (or 0xF496C8) is unknown color: approx Shocking. HEX triplet: F4, 96 and C8. RGB value is (244,150,200). Sum of RGB (Red+Green+Blue) = 244+150+200=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F496C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F496C8 is #0B6937. Grayscale: #B7B7B7. Windows color (decimal): -747832 or 13145844. OLE color: 13145844.

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

Color convert

RGB244150200-
CMYK00.390.180.04
HSL328.09º81.03%77.25%-
HSV(B)328.09º38.52%95.69%-
XYZ58.6445.2260.28-
YUV183.81137.14170.93-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.08%
GREEN value IS 150 (58.98% from 255) = 25.25%
BLUE value IS 200 (78.52% from 255) = 33.67%
R=41.08%
G=25.25%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415020000.390.180.04328.0981.0377.25
HexF496C8027124148514d
Octal364226310047224510121115
Binary11110100100101101100100001001111001010010100100010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F496C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F496C8; }

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

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

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

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

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

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

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

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