#FD1C94

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

Shades of Deep Pink #FD1C94

Tints of Deep Pink #FD1C94

Color information

#FD1C94 (or 0xFD1C94) is unknown color: approx Deep Pink. HEX triplet: FD, 1C and 94. RGB value is (253,28,148). Sum of RGB (Red+Green+Blue) = 253+28+148=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1C94 is #02E36B. Grayscale: #6C6C6C. Windows color (decimal): -189292 or 9706749. OLE color: 9706749.

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

Color convert

RGB25328148-
CMYK00.890.420.01
HSL328º98.25%55.1%-
HSV(B)328º88.93%99.22%-
XYZ46.2723.8530.18-
YUV108.96150.04230.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.97%
GREEN value IS 28 (11.33% from 255) = 6.53%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=58.97%
G=6.53%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532814800.890.420.0132898.2555.1
HexFD1C940592A11486237
Octal37534224013152151014267
Binary1111110111100100101000101100110101011010010001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1C94; }

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

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

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

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

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

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

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

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