Html Css Color HEX #FD13D2 Shocking Pink

📋 copy color: '#FD13D2'

red 253 ◦ green 19 ◦ blue 210

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

Shades of Shocking Pink #FD13D2

Tints of Shocking Pink #FD13D2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.94%

 BLUE value IS 210 (82.42% from 255) = 43.57%

R = 52.49%
G = 3.94%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD13D2 (or 0xFD13D2) is known color: Shocking Pink. HEX triplet: FD, 13 and D2. RGB value is (253,19,210). Sum of RGB (Red+Green+Blue) = 253+19+210=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 19 (7.81% from 255 or 3.94% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD13D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD13D2 is #02EC2D. Grayscale: #6E6E6E. Windows color (decimal): -191534 or 13767677. OLE color: 13767677.

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

Color convert

RGB 253 19 210 -
CMYK 0 0.92 0.17 0.01
HSL 311.03º 0.98% 0.53% -
HSV(B) 311.03º 0.92% 0.99% -
XYZ 52.37 26 63.23 -
YUV 110.74 184.02 229.47 -
System Red Green Blue C M Y K H S L
Decimal 253 19 210 0 0.92 0.17 0.01 311.03 0.98 0.53
Hex FD 13 D2 0 5C 11 1 137 62 35
Octal 375 23 322 0 134 21 1 467 142 65
Binary 11111101 10011 11010010 0 1011100 10001 1 100110111 1100010 110101

Color Harmonies of #FD13D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD13D2

Black with #FD13D2

Text Example


Text Example

White with #FD13D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD13D2; }

 p { color: rgb(253,19,210); }

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

background-color css

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

 a { background-color: rgb(253,19,210); }

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

border-color css

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

 span { border-color: rgb(253,19,210); }

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