#F596BE

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

Shades of Shocking #F596BE

Tints of Shocking #F596BE

Color information

#F596BE (or 0xF596BE) is unknown color: approx Shocking. HEX triplet: F5, 96 and BE. RGB value is (245,150,190). Sum of RGB (Red+Green+Blue) = 245+150+190=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F596BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596BE is #0A6941. Grayscale: #B6B6B6. Windows color (decimal): -682306 or 12490485. OLE color: 12490485.

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

Color convert

RGB245150190-
CMYK00.390.220.04
HSL334.74º82.61%77.45%-
HSV(B)334.74º38.78%96.08%-
XYZ57.8644.9454.34-
YUV182.96131.97172.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.88%
GREEN value IS 150 (58.98% from 255) = 25.64%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=41.88%
G=25.64%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515019000.390.220.04334.7482.6177.45
HexF596BE02716414f534d
Octal365226276047264517123115
Binary11110101100101101011111001001111011010010100111110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F596BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F596BE; }

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

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

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

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

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

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

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

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