#FF73B2

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

Shades of Hot Pink #FF73B2

Tints of Hot Pink #FF73B2

Color information

#FF73B2 (or 0xFF73B2) is unknown color: approx Hot Pink. HEX triplet: FF, 73 and B2. RGB value is (255,115,178). Sum of RGB (Red+Green+Blue) = 255+115+178=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF73B2 is #008C4D. Grayscale: #A3A3A3. Windows color (decimal): -35918 or 11695103. OLE color: 11695103.

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

Color convert

RGB255115178-
CMYK00.550.300
HSL333º100%72.55%-
HSV(B)333º54.9%100%-
XYZ55.4136.7446.29-
YUV164.04135.88192.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.53%
GREEN value IS 115 (45.31% from 255) = 20.99%
BLUE value IS 178 (69.92% from 255) = 32.48%
R=46.53%
G=20.99%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511517800.550.30033310072.55
HexFF73B20371E014d6449
Octal377163262067360515144111
Binary11111111111001110110010011011111110010100110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF73B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF73B2; }

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

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

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

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

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

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

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

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