Html Css Color HEX #FF73B1 Hot Pink

📋 copy color: '#FF73B1'

red 255 ◦ green 115 ◦ blue 177

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

Shades of Hot Pink #FF73B1

Tints of Hot Pink #FF73B1

RGB

 RED value IS 255 (100% from 255) = 46.62%

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

 BLUE value IS 177 (69.53% from 255) = 32.36%

R = 46.62%
G = 21.02%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF73B1 (or 0xFF73B1) is known color: Hot Pink. HEX triplet: FF, 73 and B1. RGB value is (255,115,177). Sum of RGB (Red+Green+Blue) = 255+115+177=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF73B1 is #008C4E. Grayscale: #A3A3A3. Windows color (decimal): -35919 or 11629567. OLE color: 11629567.

HSL color Cylindrical-coordinate representation of color #FF73B1: hue angle of 333.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF73B1 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 115 177 -
CMYK 0 0.55 0.31 0
HSL 333.43º 1% 0.73% -
HSV(B) 333.43º 0.55% 1% -
XYZ 55.31 36.7 45.76 -
YUV 163.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 255 115 177 0 0.55 0.31 0 333.43 1 0.73
Hex FF 73 B1 0 37 1F 0 14D 64 49
Octal 377 163 261 0 67 37 0 515 144 111
Binary 11111111 1110011 10110001 0 110111 11111 0 101001101 1100100 1001001

Color Harmonies of #FF73B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF73B1

Black with #FF73B1

Text Example


Text Example

White with #FF73B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF73B1; }

 p { color: rgb(255,115,177); }

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

background-color css

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

 a { background-color: rgb(255,115,177); }

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

border-color css

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

 span { border-color: rgb(255,115,177); }

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