#F596CA

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

Shades of Shocking #F596CA

Tints of Shocking #F596CA

Color information

#F596CA (or 0xF596CA) is unknown color: approx Shocking. HEX triplet: F5, 96 and CA. RGB value is (245,150,202). Sum of RGB (Red+Green+Blue) = 245+150+202=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F596CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596CA is #0A6935. Grayscale: #B8B8B8. Windows color (decimal): -682294 or 13276917. OLE color: 13276917.

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

Color convert

RGB245150202-
CMYK00.390.180.04
HSL327.16º82.61%77.45%-
HSV(B)327.16º38.78%96.08%-
XYZ59.2245.4961.54-
YUV184.33137.97171.27-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.04%
GREEN value IS 150 (58.98% from 255) = 25.13%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=41.04%
G=25.13%
B=33.84%

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
Decimal24515020200.390.180.04327.1682.6177.45
HexF596CA027124147534d
Octal365226312047224507123115
Binary11110101100101101100101001001111001010010100011110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F596CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F596CA; }

 p { color: rgb(245,150,202); }

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

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

 a { background-color: rgb(245,150,202); }

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

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

 span { border-color: rgb(245,150,202); }

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