#FF72B5

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

Shades of Hot Pink #FF72B5

Tints of Hot Pink #FF72B5

Color information

#FF72B5 (or 0xFF72B5) is unknown color: approx Hot Pink. HEX triplet: FF, 72 and B5. RGB value is (255,114,181). Sum of RGB (Red+Green+Blue) = 255+114+181=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72B5 is #008D4A. Grayscale: #A3A3A3. Windows color (decimal): -36171 or 11891455. OLE color: 11891455.

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

Color convert

RGB255114181-
CMYK00.550.290
HSL331.49º100%72.35%-
HSV(B)331.49º55.29%100%-
XYZ55.636.6347.86-
YUV163.8137.71193.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.36%
GREEN value IS 114 (44.92% from 255) = 20.73%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=46.36%
G=20.73%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511418100.550.290331.4910072.35
HexFF72B50371D014b6448
Octal377162265067350513144110
Binary11111111111001010110101011011111101010100101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF72B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF72B5; }

 p { color: rgb(255,114,181); }

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

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

 a { background-color: rgb(255,114,181); }

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

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

 span { border-color: rgb(255,114,181); }

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