Html Css Color HEX #FD1ECD Shocking Pink

📋 copy color: '#FD1ECD'

red 253 ◦ green 30 ◦ blue 205

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

Shades of Shocking Pink #FD1ECD

Tints of Shocking Pink #FD1ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.01%

R = 51.84%
G = 6.15%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD1ECD (or 0xFD1ECD) is known color: Shocking Pink. HEX triplet: FD, 1E and CD. RGB value is (253,30,205). Sum of RGB (Red+Green+Blue) = 253+30+205=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 30 (12.11% from 255 or 6.15% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1ECD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1ECD is #02E132. Grayscale: #747474. Windows color (decimal): -188723 or 13442813. OLE color: 13442813.

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

Color convert

RGB 253 30 205 -
CMYK 0 0.88 0.19 0.01
HSL 312.91º 0.98% 0.55% -
HSV(B) 312.91º 0.88% 0.99% -
XYZ 51.99 26.22 60.08 -
YUV 116.63 177.88 225.27 -
System Red Green Blue C M Y K H S L
Decimal 253 30 205 0 0.88 0.19 0.01 312.91 0.98 0.55
Hex FD 1E CD 0 58 13 1 139 62 37
Octal 375 36 315 0 130 23 1 471 142 67
Binary 11111101 11110 11001101 0 1011000 10011 1 100111001 1100010 110111

Color Harmonies of #FD1ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1ECD

Black with #FD1ECD

Text Example


Text Example

White with #FD1ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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