#f59cc5

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

Shades of Shocking #F59CC5

Tints of Shocking #F59CC5

Color information

#F59CC5 (or 0xF59CC5) is unknown color: approx Shocking. HEX triplet: F5, 9C and C5. RGB value is (245,156,197). Sum of RGB (Red+Green+Blue) = 245+156+197=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CC5 is #0A633A. Grayscale: #BBBBBB. Windows color (decimal): -680763 or 12950773. OLE color: 12950773.

HSL color Cylindrical-coordinate representation of color #F59CC5: hue angle of 332.36º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59CC5 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB245156197-
CMYK00.360.200.04
HSL332.36º81.65%78.63%-
HSV(B)332.36º36.33%96.08%-
XYZ59.6247.2258.8-
YUV187.28133.49169.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.97%
GREEN value IS 156 (61.33% from 255) = 26.09%
BLUE value IS 197 (77.34% from 255) = 32.94%
R=40.97%
G=26.09%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515619700.360.200.04332.3681.6578.63
HexF59CC502414414c524f
Octal365234305044244514122117
Binary11110101100111001100010101001001010010010100110010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f59cc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f59cc5; }

 p { color: rgb(245,156,197); }

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

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

 a { background-color: rgb(245,156,197); }

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

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

 span { border-color: rgb(245,156,197); }

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