Html Css Color HEX #FD73AB Hot Pink

📋 copy color: '#FD73AB'

red 253 ◦ green 115 ◦ blue 171

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

Shades of Hot Pink #FD73AB

Tints of Hot Pink #FD73AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.73%

R = 46.94%
G = 21.34%
B = 31.73%

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

#FD73AB (or 0xFD73AB) is known color: Hot Pink. HEX triplet: FD, 73 and AB. RGB value is (253,115,171). Sum of RGB (Red+Green+Blue) = 253+115+171=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD73AB is #028C54. Grayscale: #A2A2A2. Windows color (decimal): -166997 or 11236349. OLE color: 11236349.

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

Color convert

RGB 253 115 171 -
CMYK 0 0.55 0.32 0.01
HSL 335.65º 0.97% 0.72% -
HSV(B) 335.65º 0.55% 0.99% -
XYZ 53.99 36.08 42.65 -
YUV 162.65 132.72 192.45 -
System Red Green Blue C M Y K H S L
Decimal 253 115 171 0 0.55 0.32 0.01 335.65 0.97 0.72
Hex FD 73 AB 0 37 20 1 150 61 48
Octal 375 163 253 0 67 40 1 520 141 110
Binary 11111101 1110011 10101011 0 110111 100000 1 101010000 1100001 1001000

Color Harmonies of #FD73AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD73AB

Black with #FD73AB

Text Example


Text Example

White with #FD73AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD73AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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