#FD1C96

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

Shades of Deep Pink #FD1C96

Tints of Deep Pink #FD1C96

Color information

#FD1C96 (or 0xFD1C96) is unknown color: approx Deep Pink. HEX triplet: FD, 1C and 96. RGB value is (253,28,150). Sum of RGB (Red+Green+Blue) = 253+28+150=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1C96 is #02E369. Grayscale: #6C6C6C. Windows color (decimal): -189290 or 9837821. OLE color: 9837821.

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

Color convert

RGB25328150-
CMYK00.890.410.01
HSL327.47º98.25%55.1%-
HSV(B)327.47º88.93%99.22%-
XYZ46.4323.9231.02-
YUV109.18151.04230.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.70%
GREEN value IS 28 (11.33% from 255) = 6.50%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=58.70%
G=6.50%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532815000.890.410.01327.4798.2555.1
HexFD1C960592911476237
Octal37534226013151150714267
Binary1111110111100100101100101100110100111010001111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1C96; }

 p { color: rgb(253,28,150); }

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

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

 a { background-color: rgb(253,28,150); }

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

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

 span { border-color: rgb(253,28,150); }

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