Html Css Color HEX #FD19CC Shocking Pink

📋 copy color: '#FD19CC'

red 253 ◦ green 25 ◦ blue 204

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

Shades of Shocking Pink #FD19CC

Tints of Shocking Pink #FD19CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.19%

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 52.49%
G = 5.19%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD19CC (or 0xFD19CC) is known color: Shocking Pink. HEX triplet: FD, 19 and CC. RGB value is (253,25,204). Sum of RGB (Red+Green+Blue) = 253+25+204=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD19CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD19CC is #02E633. Grayscale: #717171. Windows color (decimal): -190004 or 13375997. OLE color: 13375997.

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

Color convert

RGB 253 25 204 -
CMYK 0 0.90 0.19 0.01
HSL 312.89º 0.98% 0.55% -
HSV(B) 312.89º 0.9% 0.99% -
XYZ 51.75 25.94 59.41 -
YUV 113.58 179.04 227.45 -
System Red Green Blue C M Y K H S L
Decimal 253 25 204 0 0.90 0.19 0.01 312.89 0.98 0.55
Hex FD 19 CC 0 5A 13 1 139 62 37
Octal 375 31 314 0 132 23 1 471 142 67
Binary 11111101 11001 11001100 0 1011010 10011 1 100111001 1100010 110111

Color Harmonies of #FD19CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD19CC

Black with #FD19CC

Text Example


Text Example

White with #FD19CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD19CC; }

 p { color: rgb(253,25,204); }

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

background-color css

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

 a { background-color: rgb(253,25,204); }

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

border-color css

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

 span { border-color: rgb(253,25,204); }

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