#F596BD

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

Shades of Shocking #F596BD

Tints of Shocking #F596BD

Color information

#F596BD (or 0xF596BD) is unknown color: approx Shocking. HEX triplet: F5, 96 and BD. RGB value is (245,150,189). Sum of RGB (Red+Green+Blue) = 245+150+189=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F596BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596BD is #0A6942. Grayscale: #B6B6B6. Windows color (decimal): -682307 or 12424949. OLE color: 12424949.

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

Color convert

RGB245150189-
CMYK00.390.230.04
HSL335.37º82.61%77.45%-
HSV(B)335.37º38.78%96.08%-
XYZ57.7544.953.77-
YUV182.85131.47172.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.95%
GREEN value IS 150 (58.98% from 255) = 25.68%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=41.95%
G=25.68%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515018900.390.230.04335.3782.6177.45
HexF596BD02717414f534d
Octal365226275047274517123115
Binary11110101100101101011110101001111011110010100111110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F596BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F596BD; }

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

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

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

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

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

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

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

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