#F596CB

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

Shades of Shocking #F596CB

Tints of Shocking #F596CB

Color information

#F596CB (or 0xF596CB) is unknown color: approx Shocking. HEX triplet: F5, 96 and CB. RGB value is (245,150,203). Sum of RGB (Red+Green+Blue) = 245+150+203=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F596CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596CB is #0A6934. Grayscale: #B8B8B8. Windows color (decimal): -682293 or 13342453. OLE color: 13342453.

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

Color convert

RGB245150203-
CMYK00.390.170.04
HSL326.53º82.61%77.45%-
HSV(B)326.53º38.78%96.08%-
XYZ59.3445.5462.16-
YUV184.45138.47171.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.97%
GREEN value IS 150 (58.98% from 255) = 25.08%
BLUE value IS 203 (79.69% from 255) = 33.95%
R=40.97%
G=25.08%
B=33.95%

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
Decimal24515020300.390.170.04326.5382.6177.45
HexF596CB027114147534d
Octal365226313047214507123115
Binary11110101100101101100101101001111000110010100011110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F596CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F596CB; }

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

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

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

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

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

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

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

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