#FF72B7

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

Shades of Hot Pink #FF72B7

Tints of Hot Pink #FF72B7

Color information

#FF72B7 (or 0xFF72B7) is unknown color: approx Hot Pink. HEX triplet: FF, 72 and B7. RGB value is (255,114,183). Sum of RGB (Red+Green+Blue) = 255+114+183=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72B7 is #008D48. Grayscale: #A3A3A3. Windows color (decimal): -36169 or 12022527. OLE color: 12022527.

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

Color convert

RGB255114183-
CMYK00.550.280
HSL330.64º100%72.35%-
HSV(B)330.64º55.29%100%-
XYZ55.836.7148.94-
YUV164.02138.71192.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.20%
GREEN value IS 114 (44.92% from 255) = 20.65%
BLUE value IS 183 (71.88% from 255) = 33.15%
R=46.20%
G=20.65%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511418300.550.280330.6410072.35
HexFF72B70371C014b6448
Octal377162267067340513144110
Binary11111111111001010110111011011111100010100101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF72B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF72B7; }

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

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

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

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

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

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

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

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