#FD71AB

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

Shades of Hot Pink #FD71AB

Tints of Hot Pink #FD71AB

Color information

#FD71AB (or 0xFD71AB) is unknown color: approx Hot Pink. HEX triplet: FD, 71 and AB. RGB value is (253,113,171). Sum of RGB (Red+Green+Blue) = 253+113+171=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD71AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD71AB is #028E54. Grayscale: #A1A1A1. Windows color (decimal): -167509 or 11235837. OLE color: 11235837.

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

Color convert

RGB253113171-
CMYK00.550.320.01
HSL335.14º97.22%71.76%-
HSV(B)335.14º55.34%99.22%-
XYZ53.7635.6342.57-
YUV161.47133.38193.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.11%
GREEN value IS 113 (44.53% from 255) = 21.04%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=47.11%
G=21.04%
B=31.84%

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
Decimal25311317100.550.320.01335.1497.2271.76
HexFD71AB03720114f6148
Octal375161253067401517141110
Binary111111011110001101010110110111100000110100111111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD71AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD71AB; }

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

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

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

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

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

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

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

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