#FD1C84

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

Shades of Deep Pink #FD1C84

Tints of Deep Pink #FD1C84

Color information

#FD1C84 (or 0xFD1C84) is unknown color: approx Deep Pink. HEX triplet: FD, 1C and 84. RGB value is (253,28,132). Sum of RGB (Red+Green+Blue) = 253+28+132=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1C84 is #02E37B. Grayscale: #6A6A6A. Windows color (decimal): -189308 or 8658173. OLE color: 8658173.

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

Color convert

RGB25328132-
CMYK00.890.480.01
HSL332.27º98.25%55.1%-
HSV(B)332.27º88.93%99.22%-
XYZ45.0923.3823.97-
YUV107.13142.04232.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.26%
GREEN value IS 28 (11.33% from 255) = 6.78%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=61.26%
G=6.78%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532813200.890.480.01332.2798.2555.1
HexFD1C8405930114c6237
Octal37534204013160151414267
Binary1111110111100100001000101100111000011010011001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1C84; }

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

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

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

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

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

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

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

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