Html Css Color HEX #FD13CE Shocking Pink

📋 copy color: '#FD13CE'

red 253 ◦ green 19 ◦ blue 206

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

Shades of Shocking Pink #FD13CE

Tints of Shocking Pink #FD13CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 52.93%
G = 3.97%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD13CE (or 0xFD13CE) is known color: Shocking Pink. HEX triplet: FD, 13 and CE. RGB value is (253,19,206). Sum of RGB (Red+Green+Blue) = 253+19+206=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 19 (7.81% from 255 or 3.97% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD13CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD13CE is #02EC31. Grayscale: #6D6D6D. Windows color (decimal): -191538 or 13505533. OLE color: 13505533.

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

Color convert

RGB 253 19 206 -
CMYK 0 0.92 0.19 0.01
HSL 312.05º 0.98% 0.53% -
HSV(B) 312.05º 0.92% 0.99% -
XYZ 51.88 25.8 60.64 -
YUV 110.28 182.02 229.79 -
System Red Green Blue C M Y K H S L
Decimal 253 19 206 0 0.92 0.19 0.01 312.05 0.98 0.53
Hex FD 13 CE 0 5C 13 1 138 62 35
Octal 375 23 316 0 134 23 1 470 142 65
Binary 11111101 10011 11001110 0 1011100 10011 1 100111000 1100010 110101

Color Harmonies of #FD13CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD13CE

Black with #FD13CE

Text Example


Text Example

White with #FD13CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD13CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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