#FD73AE

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

Shades of Hot Pink #FD73AE

Tints of Hot Pink #FD73AE

Color information

#FD73AE (or 0xFD73AE) is unknown color: approx Hot Pink. HEX triplet: FD, 73 and AE. RGB value is (253,115,174). Sum of RGB (Red+Green+Blue) = 253+115+174=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD73AE is #028C51. Grayscale: #A2A2A2. Windows color (decimal): -166994 or 11432957. OLE color: 11432957.

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

Color convert

RGB253115174-
CMYK00.550.310.01
HSL334.35º97.18%72.16%-
HSV(B)334.35º54.55%99.22%-
XYZ54.2836.244.17-
YUV162.99134.22192.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.68%
GREEN value IS 115 (45.31% from 255) = 21.22%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=46.68%
G=21.22%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311517400.550.310.01334.3597.1872.16
HexFD73AE0371F114e6148
Octal375163256067371516141110
Binary11111101111001110101110011011111111110100111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD73AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD73AE; }

 p { color: rgb(253,115,174); }

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

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

 a { background-color: rgb(253,115,174); }

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

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

 span { border-color: rgb(253,115,174); }

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