#FC0588

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

Shades of Deep Pink #FC0588

Tints of Deep Pink #FC0588

Color information

#FC0588 (or 0xFC0588) is unknown color: approx Deep Pink. HEX triplet: FC, 05 and 88. RGB value is (252,5,136). Sum of RGB (Red+Green+Blue) = 252+5+136=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0588 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0588 is #03FA77. Grayscale: #5D5D5D. Windows color (decimal): -260728 or 8914428. OLE color: 8914428.

HSL color Cylindrical-coordinate representation of color #FC0588: hue angle of 328.18º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0588 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB2525136-
CMYK00.980.460.01
HSL328.18º97.63%50.39%-
HSV(B)328.18º98.02%98.82%-
XYZ44.6422.5825.3-
YUV93.79151.83240.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 64.12%
GREEN value IS 5 (2.34% from 255) = 1.27%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=64.12%
G=1.27%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252513600.980.460.01328.1897.6350.39
HexFC5880622E11486232
Octal3745210014256151014262
Binary11111100101100010000110001010111011010010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0588; }

 p { color: rgb(252,5,136); }

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

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

 a { background-color: rgb(252,5,136); }

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

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

 span { border-color: rgb(252,5,136); }

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