#FD73B5

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

Shades of Hot Pink #FD73B5

Tints of Hot Pink #FD73B5

Color information

#FD73B5 (or 0xFD73B5) is unknown color: approx Hot Pink. HEX triplet: FD, 73 and B5. RGB value is (253,115,181). Sum of RGB (Red+Green+Blue) = 253+115+181=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD73B5 is #028C4A. Grayscale: #A3A3A3. Windows color (decimal): -166987 or 11891709. OLE color: 11891709.

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

Color convert

RGB253115181-
CMYK00.550.280.01
HSL331.3º97.18%72.16%-
HSV(B)331.3º54.55%99.22%-
XYZ54.9836.4847.86-
YUV163.79137.72191.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.08%
GREEN value IS 115 (45.31% from 255) = 20.95%
BLUE value IS 181 (71.09% from 255) = 32.97%
R=46.08%
G=20.95%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311518100.550.280.01331.397.1872.16
HexFD73B50371C114b6148
Octal375163265067341513141110
Binary11111101111001110110101011011111100110100101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD73B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD73B5; }

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

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

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

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

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

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

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

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