Html Css Color HEX #FD1E7D Deep Pink

📋 copy color: '#FD1E7D'

red 253 ◦ green 30 ◦ blue 125

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

Shades of Deep Pink #FD1E7D

Tints of Deep Pink #FD1E7D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.35%

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

R = 62.01%
G = 7.35%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD1E7D (or 0xFD1E7D) is known color: Deep Pink. HEX triplet: FD, 1E and 7D. RGB value is (253,30,125). Sum of RGB (Red+Green+Blue) = 253+30+125=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 30 (12.11% from 255 or 7.35% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1E7D is #02E182. Grayscale: #6B6B6B. Windows color (decimal): -188803 or 8199933. OLE color: 8199933.

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

Color convert

RGB 253 30 125 -
CMYK 0 0.88 0.51 0.01
HSL 334.44º 0.98% 0.55% -
HSV(B) 334.44º 0.88% 0.99% -
XYZ 44.67 23.29 21.54 -
YUV 107.51 137.88 231.78 -
System Red Green Blue C M Y K H S L
Decimal 253 30 125 0 0.88 0.51 0.01 334.44 0.98 0.55
Hex FD 1E 7D 0 58 33 1 14E 62 37
Octal 375 36 175 0 130 63 1 516 142 67
Binary 11111101 11110 1111101 0 1011000 110011 1 101001110 1100010 110111

Color Harmonies of #FD1E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1E7D

Black with #FD1E7D

Text Example


Text Example

White with #FD1E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1E7D; }

 p { color: rgb(253,30,125); }

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

background-color css

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

 a { background-color: rgb(253,30,125); }

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

border-color css

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

 span { border-color: rgb(253,30,125); }

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