#FD1DCF

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

Shades of Shocking Pink #FD1DCF

Tints of Shocking Pink #FD1DCF

Color information

#FD1DCF (or 0xFD1DCF) is unknown color: approx Shocking Pink. HEX triplet: FD, 1D and CF. RGB value is (253,29,207). Sum of RGB (Red+Green+Blue) = 253+29+207=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 29 (11.72% from 255 or 5.93% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1DCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1DCF is #02E230. Grayscale: #737373. Windows color (decimal): -188977 or 13573629. OLE color: 13573629.

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

Color convert

RGB25329207-
CMYK00.890.180.01
HSL312.32º98.25%55.29%-
HSV(B)312.32º88.54%99.22%-
XYZ52.2126.2761.35-
YUV116.27179.21225.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.74%
GREEN value IS 29 (11.72% from 255) = 5.93%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=51.74%
G=5.93%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532920700.890.180.01312.3298.2555.29
HexFD1DCF0591211386237
Octal37535317013122147014267
Binary111111011110111001111010110011001011001110001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1DCF; }

 p { color: rgb(253,29,207); }

 H1.HeaderClassName
 {
   color: #FD1DCF;
 }
 .AnyTagClassName
 {
   color: #FD1DCF;
 }
</style>
background-color css

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

 a { background-color: rgb(253,29,207); }

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

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

 span { border-color: rgb(253,29,207); }

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