#F596CD

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

Shades of Shocking #F596CD

Tints of Shocking #F596CD

Color information

#F596CD (or 0xF596CD) is unknown color: approx Shocking. HEX triplet: F5, 96 and CD. RGB value is (245,150,205). Sum of RGB (Red+Green+Blue) = 245+150+205=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F596CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596CD is #0A6932. Grayscale: #B8B8B8. Windows color (decimal): -682291 or 13473525. OLE color: 13473525.

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

Color convert

RGB245150205-
CMYK00.390.160.04
HSL325.26º82.61%77.45%-
HSV(B)325.26º38.78%96.08%-
XYZ59.5845.6363.43-
YUV184.68139.47171.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.83%
GREEN value IS 150 (58.98% from 255) = 25%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=40.83%
G=25%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515020500.390.160.04325.2682.6177.45
HexF596CD027104145534d
Octal365226315047204505123115
Binary11110101100101101100110101001111000010010100010110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F596CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F596CD; }

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

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

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

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

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

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

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

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