Html Css Color HEX #FD21C3 Shocking Pink

📋 copy color: '#FD21C3'

red 253 ◦ green 33 ◦ blue 195

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

Shades of Shocking Pink #FD21C3

Tints of Shocking Pink #FD21C3

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.86%

 BLUE value IS 195 (76.56% from 255) = 40.54%

R = 52.6%
G = 6.86%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD21C3 (or 0xFD21C3) is known color: Shocking Pink. HEX triplet: FD, 21 and C3. RGB value is (253,33,195). Sum of RGB (Red+Green+Blue) = 253+33+195=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 33 (13.28% from 255 or 6.86% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD21C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD21C3 is #02DE3C. Grayscale: #747474. Windows color (decimal): -187965 or 12788221. OLE color: 12788221.

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

Color convert

RGB 253 33 195 -
CMYK 0 0.87 0.23 0.01
HSL 315.82º 0.98% 0.56% -
HSV(B) 315.82º 0.87% 0.99% -
XYZ 50.9 25.91 53.95 -
YUV 117.25 171.89 224.83 -
System Red Green Blue C M Y K H S L
Decimal 253 33 195 0 0.87 0.23 0.01 315.82 0.98 0.56
Hex FD 21 C3 0 57 17 1 13C 62 38
Octal 375 41 303 0 127 27 1 474 142 70
Binary 11111101 100001 11000011 0 1010111 10111 1 100111100 1100010 111000

Color Harmonies of #FD21C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD21C3

Black with #FD21C3

Text Example


Text Example

White with #FD21C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD21C3; }

 p { color: rgb(253,33,195); }

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

background-color css

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

 a { background-color: rgb(253,33,195); }

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

border-color css

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

 span { border-color: rgb(253,33,195); }

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