#F596CC

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

Shades of Shocking #F596CC

Tints of Shocking #F596CC

Color information

#F596CC (or 0xF596CC) is unknown color: approx Shocking. HEX triplet: F5, 96 and CC. RGB value is (245,150,204). Sum of RGB (Red+Green+Blue) = 245+150+204=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F596CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596CC is #0A6933. Grayscale: #B8B8B8. Windows color (decimal): -682292 or 13407989. OLE color: 13407989.

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

Color convert

RGB245150204-
CMYK00.390.170.04
HSL325.89º82.61%77.45%-
HSV(B)325.89º38.78%96.08%-
XYZ59.4645.5862.79-
YUV184.56138.97171.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.90%
GREEN value IS 150 (58.98% from 255) = 25.04%
BLUE value IS 204 (80.08% from 255) = 34.06%
R=40.90%
G=25.04%
B=34.06%

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
Decimal24515020400.390.170.04325.8982.6177.45
HexF596CC027114146534d
Octal365226314047214506123115
Binary11110101100101101100110001001111000110010100011010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F596CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F596CC; }

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

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

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

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

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

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

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

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