#FF72B6

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

Shades of Hot Pink #FF72B6

Tints of Hot Pink #FF72B6

Color information

#FF72B6 (or 0xFF72B6) is unknown color: approx Hot Pink. HEX triplet: FF, 72 and B6. RGB value is (255,114,182). Sum of RGB (Red+Green+Blue) = 255+114+182=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72B6 is #008D49. Grayscale: #A3A3A3. Windows color (decimal): -36170 or 11956991. OLE color: 11956991.

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

Color convert

RGB255114182-
CMYK00.550.290
HSL331.06º100%72.35%-
HSV(B)331.06º55.29%100%-
XYZ55.736.6748.4-
YUV163.91138.21192.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.28%
GREEN value IS 114 (44.92% from 255) = 20.69%
BLUE value IS 182 (71.48% from 255) = 33.03%
R=46.28%
G=20.69%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511418200.550.290331.0610072.35
HexFF72B60371D014b6448
Octal377162266067350513144110
Binary11111111111001010110110011011111101010100101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF72B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF72B6; }

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

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

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

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

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

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

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

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