#FC007C

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

Shades of Deep Pink #FC007C

Tints of Deep Pink #FC007C

Color information

#FC007C (or 0xFC007C) is unknown color: approx Deep Pink. HEX triplet: FC, 00 and 7C. RGB value is (252,0,124). Sum of RGB (Red+Green+Blue) = 252+0+124=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC007C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC007C is #03FF83. Grayscale: #595959. Windows color (decimal): -262020 or 8126716. OLE color: 8126716.

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

Color convert

RGB2520124-
CMYK010.510.01
HSL330.48º100%49.41%-
HSV(B)330.48º100%98.82%-
XYZ43.7822.1521.04-
YUV89.48147.49243.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=67.02%
G=0%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2520124010.510.01330.4810049.41
HexFC07C06433114a6431
Octal3740174014463151214461
Binary11111100011111000110010011001111010010101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC007C; }

 p { color: rgb(252,0,124); }

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

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

 a { background-color: rgb(252,0,124); }

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

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

 span { border-color: rgb(252,0,124); }

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