#FD71AD

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

Shades of Hot Pink #FD71AD

Tints of Hot Pink #FD71AD

Color information

#FD71AD (or 0xFD71AD) is unknown color: approx Hot Pink. HEX triplet: FD, 71 and AD. RGB value is (253,113,173). Sum of RGB (Red+Green+Blue) = 253+113+173=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FD71AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD71AD is #028E52. Grayscale: #A1A1A1. Windows color (decimal): -167507 or 11366909. OLE color: 11366909.

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

Color convert

RGB253113173-
CMYK00.550.320.01
HSL334.29º97.22%71.76%-
HSV(B)334.29º55.34%99.22%-
XYZ53.9635.7143.58-
YUV161.7134.38193.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.94%
GREEN value IS 113 (44.53% from 255) = 20.96%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=46.94%
G=20.96%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311317300.550.320.01334.2997.2271.76
HexFD71AD03720114e6148
Octal375161255067401516141110
Binary111111011110001101011010110111100000110100111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD71AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD71AD; }

 p { color: rgb(253,113,173); }

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

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

 a { background-color: rgb(253,113,173); }

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

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

 span { border-color: rgb(253,113,173); }

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