#FD1A77

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

Shades of Deep Pink #FD1A77

Tints of Deep Pink #FD1A77

Color information

#FD1A77 (or 0xFD1A77) is unknown color: approx Deep Pink. HEX triplet: FD, 1A and 77. RGB value is (253,26,119). Sum of RGB (Red+Green+Blue) = 253+26+119=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1A77 is #02E588. Grayscale: #686868. Windows color (decimal): -189833 or 7805693. OLE color: 7805693.

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

Color convert

RGB25326119-
CMYK00.900.530.01
HSL335.42º98.27%54.71%-
HSV(B)335.42º89.72%99.22%-
XYZ44.2122.9519.55-
YUV104.48136.21233.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 63.57%
GREEN value IS 26 (10.55% from 255) = 6.53%
BLUE value IS 119 (46.88% from 255) = 29.90%
R=63.57%
G=6.53%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532611900.900.530.01335.4298.2754.71
HexFD1A7705A35114f6237
Octal37532167013265151714267
Binary111111011101011101110101101011010111010011111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1A77; }

 p { color: rgb(253,26,119); }

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

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

 a { background-color: rgb(253,26,119); }

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

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

 span { border-color: rgb(253,26,119); }

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