Html Css Color HEX #FD1E8E Deep Pink

📋 copy color: '#FD1E8E'

red 253 ◦ green 30 ◦ blue 142

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

Shades of Deep Pink #FD1E8E

Tints of Deep Pink #FD1E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 59.53%
G = 7.06%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD1E8E (or 0xFD1E8E) is known color: Deep Pink. HEX triplet: FD, 1E and 8E. RGB value is (253,30,142). Sum of RGB (Red+Green+Blue) = 253+30+142=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1E8E is #02E171. Grayscale: #6D6D6D. Windows color (decimal): -188786 or 9314045. OLE color: 9314045.

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

Color convert

RGB 253 30 142 -
CMYK 0 0.88 0.44 0.01
HSL 329.87º 0.98% 0.55% -
HSV(B) 329.87º 0.88% 0.99% -
XYZ 45.85 23.76 27.76 -
YUV 109.45 146.38 230.39 -
System Red Green Blue C M Y K H S L
Decimal 253 30 142 0 0.88 0.44 0.01 329.87 0.98 0.55
Hex FD 1E 8E 0 58 2C 1 14A 62 37
Octal 375 36 216 0 130 54 1 512 142 67
Binary 11111101 11110 10001110 0 1011000 101100 1 101001010 1100010 110111

Color Harmonies of #FD1E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1E8E

Black with #FD1E8E

Text Example


Text Example

White with #FD1E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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