Html Css Color HEX #FC007C Deep Pink

📋 copy color: '#FC007C'

red 252 ◦ green 0 ◦ blue 124

#FC007C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #FC007C

Tints of Deep Pink #FC007C

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 value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC007C (or 0xFC007C) is known color: 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

RGB 252 0 124 -
CMYK 0 1 0.51 0.01
HSL 330.48º 1% 0.49% -
HSV(B) 330.48º 1% 0.99% -
XYZ 43.78 22.15 21.04 -
YUV 89.48 147.49 243.92 -
System Red Green Blue C M Y K H S L
Decimal 252 0 124 0 1 0.51 0.01 330.48 1 0.49
Hex FC 0 7C 0 64 33 1 14A 64 31
Octal 374 0 174 0 144 63 1 512 144 61
Binary 11111100 0 1111100 0 1100100 110011 1 101001010 1100100 110001

Color Harmonies of #FC007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC007C

Black with #FC007C

Text Example


Text Example

White with #FC007C

Text Example


Text Example

HTML Codes & Css Web 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>