#FF72B2

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

Shades of Hot Pink #FF72B2

Tints of Hot Pink #FF72B2

Color information

#FF72B2 (or 0xFF72B2) is unknown color: approx Hot Pink. HEX triplet: FF, 72 and B2. RGB value is (255,114,178). Sum of RGB (Red+Green+Blue) = 255+114+178=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF72B2 is #008D4D. Grayscale: #A3A3A3. Windows color (decimal): -36174 or 11694847. OLE color: 11694847.

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

Color convert

RGB255114178-
CMYK00.550.300
HSL332.77º100%72.35%-
HSV(B)332.77º55.29%100%-
XYZ55.2936.5146.25-
YUV163.45136.21193.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.62%
GREEN value IS 114 (44.92% from 255) = 20.84%
BLUE value IS 178 (69.92% from 255) = 32.54%
R=46.62%
G=20.84%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511417800.550.300332.7710072.35
HexFF72B20371E014d6448
Octal377162262067360515144110
Binary11111111111001010110010011011111110010100110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF72B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF72B2; }

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

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

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

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

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

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

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

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