#FD19CC

Color #FD19CC Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #FD19CC

Tints of Shocking Pink #FD19CC

Color information

#FD19CC (or 0xFD19CC) is unknown color: approx 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

RGB25325204-
CMYK00.900.190.01
HSL312.89º98.28%54.51%-
HSV(B)312.89º90.12%99.22%-
XYZ51.7525.9459.41-
YUV113.58179.04227.45-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532520400.900.190.01312.8998.2854.51
HexFD19CC05A1311396237
Octal37531314013223147114267
Binary111111011100111001100010110101001111001110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD19CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>