#FC0577

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

Shades of Deep Pink #FC0577

Tints of Deep Pink #FC0577

Color information

#FC0577 (or 0xFC0577) is unknown color: approx Deep Pink. HEX triplet: FC, 05 and 77. RGB value is (252,5,119). Sum of RGB (Red+Green+Blue) = 252+5+119=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0577 is #03FA88. Grayscale: #5B5B5B. Windows color (decimal): -260745 or 7800316. OLE color: 7800316.

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

Color convert

RGB2525119-
CMYK00.980.530.01
HSL332.31º97.63%50.39%-
HSV(B)332.31º98.02%98.82%-
XYZ43.5322.1419.43-
YUV91.85143.33242.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.02%
GREEN value IS 5 (2.34% from 255) = 1.33%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=67.02%
G=1.33%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252511900.980.530.01332.3197.6350.39
HexFC57706235114c6232
Octal3745167014265151414262
Binary1111110010111101110110001011010111010011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0577; }

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

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

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

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

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

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

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

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