#FF72BC

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

Shades of Hot Pink #FF72BC

Tints of Hot Pink #FF72BC

Color information

#FF72BC (or 0xFF72BC) is unknown color: approx Hot Pink. HEX triplet: FF, 72 and BC. RGB value is (255,114,188). Sum of RGB (Red+Green+Blue) = 255+114+188=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72BC is #008D43. Grayscale: #A4A4A4. Windows color (decimal): -36164 or 12350207. OLE color: 12350207.

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

Color convert

RGB255114188-
CMYK00.550.260
HSL328.51º100%72.35%-
HSV(B)328.51º55.29%100%-
XYZ56.3336.9351.74-
YUV164.59141.21192.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 114 (44.92% from 255) = 20.47%
BLUE value IS 188 (73.83% from 255) = 33.75%
R=45.78%
G=20.47%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511418800.550.260328.5110072.35
HexFF72BC0371A01496448
Octal377162274067320511144110
Binary11111111111001010111100011011111010010100100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF72BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF72BC; }

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

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

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

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

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

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

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

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