#FC058A

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

Shades of Deep Pink #FC058A

Tints of Deep Pink #FC058A

Color information

#FC058A (or 0xFC058A) is unknown color: approx Deep Pink. HEX triplet: FC, 05 and 8A. RGB value is (252,5,138). Sum of RGB (Red+Green+Blue) = 252+5+138=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC058A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC058A is #03FA75. Grayscale: #5D5D5D. Windows color (decimal): -260726 or 9045500. OLE color: 9045500.

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

Color convert

RGB2525138-
CMYK00.980.450.01
HSL327.69º97.63%50.39%-
HSV(B)327.69º98.02%98.82%-
XYZ44.7922.6426.05-
YUV94.02152.83240.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.80%
GREEN value IS 5 (2.34% from 255) = 1.27%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=63.80%
G=1.27%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252513800.980.450.01327.6997.6350.39
HexFC58A0622D11486232
Octal3745212014255151014262
Binary11111100101100010100110001010110111010010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC058A; }

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

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

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

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

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

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

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

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