#FF72B8

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

Shades of Hot Pink #FF72B8

Tints of Hot Pink #FF72B8

Color information

#FF72B8 (or 0xFF72B8) is unknown color: approx Hot Pink. HEX triplet: FF, 72 and B8. RGB value is (255,114,184). Sum of RGB (Red+Green+Blue) = 255+114+184=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72B8 is #008D47. Grayscale: #A4A4A4. Windows color (decimal): -36168 or 12088063. OLE color: 12088063.

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

Color convert

RGB255114184-
CMYK00.550.280
HSL330.21º100%72.35%-
HSV(B)330.21º55.29%100%-
XYZ55.9136.7649.5-
YUV164.14139.21192.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.11%
GREEN value IS 114 (44.92% from 255) = 20.61%
BLUE value IS 184 (72.27% from 255) = 33.27%
R=46.11%
G=20.61%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511418400.550.280330.2110072.35
HexFF72B80371C014a6448
Octal377162270067340512144110
Binary11111111111001010111000011011111100010100101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF72B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF72B8; }

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

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

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

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

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

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

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

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