Html Css Color HEX #FD73AD Hot Pink

📋 copy color: '#FD73AD'

red 253 ◦ green 115 ◦ blue 173

#FD73AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #FD73AD

Tints of Hot Pink #FD73AD

RGB

 RED value IS 253 (99.22% from 255) = 46.77%

 GREEN value IS 115 (45.31% from 255) = 21.26%

 BLUE value IS 173 (67.97% from 255) = 31.98%

R = 46.77%
G = 21.26%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD73AD (or 0xFD73AD) is known color: Hot Pink. HEX triplet: FD, 73 and AD. RGB value is (253,115,173). Sum of RGB (Red+Green+Blue) = 253+115+173=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD73AD is #028C52. Grayscale: #A2A2A2. Windows color (decimal): -166995 or 11367421. OLE color: 11367421.

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

Color convert

RGB 253 115 173 -
CMYK 0 0.55 0.32 0.01
HSL 334.78º 0.97% 0.72% -
HSV(B) 334.78º 0.55% 0.99% -
XYZ 54.18 36.16 43.66 -
YUV 162.87 133.72 192.28 -
System Red Green Blue C M Y K H S L
Decimal 253 115 173 0 0.55 0.32 0.01 334.78 0.97 0.72
Hex FD 73 AD 0 37 20 1 14F 61 48
Octal 375 163 255 0 67 40 1 517 141 110
Binary 11111101 1110011 10101101 0 110111 100000 1 101001111 1100001 1001000

Color Harmonies of #FD73AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD73AD

Black with #FD73AD

Text Example


Text Example

White with #FD73AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD73AD; }

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

 H1.HeaderClassName
 {
   color: #FD73AD;
 }
 .AnyTagClassName
 {
   color: #FD73AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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