#FC0589

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

Shades of Deep Pink #FC0589

Tints of Deep Pink #FC0589

Color information

#FC0589 (or 0xFC0589) is unknown color: approx Deep Pink. HEX triplet: FC, 05 and 89. RGB value is (252,5,137). Sum of RGB (Red+Green+Blue) = 252+5+137=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0589 is #03FA76. Grayscale: #5D5D5D. Windows color (decimal): -260727 or 8979964. OLE color: 8979964.

HSL color Cylindrical-coordinate representation of color #FC0589: hue angle of 327.94º 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 #FC0589 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB2525137-
CMYK00.980.460.01
HSL327.94º97.63%50.39%-
HSV(B)327.94º98.02%98.82%-
XYZ44.7122.6125.67-
YUV93.9152.33240.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.96%
GREEN value IS 5 (2.34% from 255) = 1.27%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=63.96%
G=1.27%
B=34.77%

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
Decimal252513700.980.460.01327.9497.6350.39
HexFC5890622E11486232
Octal3745211014256151014262
Binary11111100101100010010110001010111011010010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0589; }

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

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

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

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

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

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

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

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