Html Css Color HEX #FD1DCD Shocking Pink

📋 copy color: '#FD1DCD'

red 253 ◦ green 29 ◦ blue 205

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

Shades of Shocking Pink #FD1DCD

Tints of Shocking Pink #FD1DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.95%

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

R = 51.95%
G = 5.95%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD1DCD (or 0xFD1DCD) is known color: Shocking Pink. HEX triplet: FD, 1D and CD. RGB value is (253,29,205). Sum of RGB (Red+Green+Blue) = 253+29+205=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 29 (11.72% from 255 or 5.95% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1DCD is #02E232. Grayscale: #737373. Windows color (decimal): -188979 or 13442557. OLE color: 13442557.

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

Color convert

RGB 253 29 205 -
CMYK 0 0.89 0.19 0.01
HSL 312.86º 0.98% 0.55% -
HSV(B) 312.86º 0.89% 0.99% -
XYZ 51.97 26.17 60.07 -
YUV 116.04 178.21 225.69 -
System Red Green Blue C M Y K H S L
Decimal 253 29 205 0 0.89 0.19 0.01 312.86 0.98 0.55
Hex FD 1D CD 0 59 13 1 139 62 37
Octal 375 35 315 0 131 23 1 471 142 67
Binary 11111101 11101 11001101 0 1011001 10011 1 100111001 1100010 110111

Color Harmonies of #FD1DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1DCD

Black with #FD1DCD

Text Example


Text Example

White with #FD1DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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