#FC0594

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

Shades of Deep Pink #FC0594

Tints of Deep Pink #FC0594

Color information

#FC0594 (or 0xFC0594) is unknown color: approx Deep Pink. HEX triplet: FC, 05 and 94. RGB value is (252,5,148). Sum of RGB (Red+Green+Blue) = 252+5+148=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0594 is #03FA6B. Grayscale: #5E5E5E. Windows color (decimal): -260716 or 9700860. OLE color: 9700860.

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

Color convert

RGB2525148-
CMYK00.980.410.01
HSL325.26º97.63%50.39%-
HSV(B)325.26º98.02%98.82%-
XYZ45.5422.9430.04-
YUV95.16157.83239.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 62.22%
GREEN value IS 5 (2.34% from 255) = 1.23%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=62.22%
G=1.23%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252514800.980.410.01325.2697.6350.39
HexFC5940622911456232
Octal3745224014251150514262
Binary11111100101100101000110001010100111010001011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0594; }

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

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

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

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

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

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

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

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