Html Css Color HEX #FD007C Deep Pink

📋 copy color: '#FD007C'

red 253 ◦ green 0 ◦ blue 124

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

Shades of Deep Pink #FD007C

Tints of Deep Pink #FD007C

RGB

 RED value IS 253 (99.22% from 255) = 67.11%

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

 BLUE value IS 124 (48.83% from 255) = 32.89%

R = 67.11%
G = 0%
B = 32.89%

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

#FD007C (or 0xFD007C) is known color: Deep Pink. HEX triplet: FD, 00 and 7C. RGB value is (253,0,124). Sum of RGB (Red+Green+Blue) = 253+0+124=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD007C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD007C is #02FF83. Grayscale: #595959. Windows color (decimal): -196484 or 8126717. OLE color: 8126717.

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

Color convert

RGB 253 0 124 -
CMYK 0 1 0.51 0.01
HSL 330.59º 1% 0.5% -
HSV(B) 330.59º 1% 0.99% -
XYZ 44.15 22.34 21.05 -
YUV 89.78 147.32 244.42 -
System Red Green Blue C M Y K H S L
Decimal 253 0 124 0 1 0.51 0.01 330.59 1 0.5
Hex FD 0 7C 0 64 33 1 14B 64 32
Octal 375 0 174 0 144 63 1 513 144 62
Binary 11111101 0 1111100 0 1100100 110011 1 101001011 1100100 110010

Color Harmonies of #FD007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD007C

Black with #FD007C

Text Example


Text Example

White with #FD007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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