Html Css Color HEX #FC007D Deep Pink

📋 copy color: '#FC007D'

red 252 ◦ green 0 ◦ blue 125

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

Shades of Deep Pink #FC007D

Tints of Deep Pink #FC007D

RGB

 RED value IS 252 (98.83% from 255) = 66.84%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 66.84%
G = 0%
B = 33.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC007D (or 0xFC007D) is known color: Deep Pink. HEX triplet: FC, 00 and 7D. RGB value is (252,0,125). Sum of RGB (Red+Green+Blue) = 252+0+125=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC007D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC007D is #03FF82. Grayscale: #595959. Windows color (decimal): -262019 or 8192252. OLE color: 8192252.

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

Color convert

RGB 252 0 125 -
CMYK 0 1 0.50 0.01
HSL 330.24º 1% 0.49% -
HSV(B) 330.24º 1% 0.99% -
XYZ 43.85 22.18 21.37 -
YUV 89.6 147.99 243.84 -
System Red Green Blue C M Y K H S L
Decimal 252 0 125 0 1 0.50 0.01 330.24 1 0.49
Hex FC 0 7D 0 64 32 1 14A 64 31
Octal 374 0 175 0 144 62 1 512 144 61
Binary 11111100 0 1111101 0 1100100 110010 1 101001010 1100100 110001

Color Harmonies of #FC007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC007D

Black with #FC007D

Text Example


Text Example

White with #FC007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC007D; }

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

 H1.HeaderClassName
 {
   color: #FC007D;
 }
 .AnyTagClassName
 {
   color: #FC007D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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