Html Css Color HEX #FD20C5 Shocking Pink

📋 copy color: '#FD20C5'

red 253 ◦ green 32 ◦ blue 197

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

Shades of Shocking Pink #FD20C5

Tints of Shocking Pink #FD20C5

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.64%

 BLUE value IS 197 (77.34% from 255) = 40.87%

R = 52.49%
G = 6.64%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FD20C5 (or 0xFD20C5) is known color: Shocking Pink. HEX triplet: FD, 20 and C5. RGB value is (253,32,197). Sum of RGB (Red+Green+Blue) = 253+32+197=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD20C5 is #02DF3A. Grayscale: #747474. Windows color (decimal): -188219 or 12919037. OLE color: 12919037.

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

Color convert

RGB 253 32 197 -
CMYK 0 0.87 0.22 0.01
HSL 315.2º 0.98% 0.56% -
HSV(B) 315.2º 0.87% 0.99% -
XYZ 51.1 25.95 55.14 -
YUV 116.89 173.22 225.08 -
System Red Green Blue C M Y K H S L
Decimal 253 32 197 0 0.87 0.22 0.01 315.2 0.98 0.56
Hex FD 20 C5 0 57 16 1 13B 62 38
Octal 375 40 305 0 127 26 1 473 142 70
Binary 11111101 100000 11000101 0 1010111 10110 1 100111011 1100010 111000

Color Harmonies of #FD20C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD20C5

Black with #FD20C5

Text Example


Text Example

White with #FD20C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD20C5; }

 p { color: rgb(253,32,197); }

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

background-color css

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

 a { background-color: rgb(253,32,197); }

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

border-color css

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

 span { border-color: rgb(253,32,197); }

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