#FF72BA

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

Shades of Hot Pink #FF72BA

Tints of Hot Pink #FF72BA

Color information

#FF72BA (or 0xFF72BA) is unknown color: approx Hot Pink. HEX triplet: FF, 72 and BA. RGB value is (255,114,186). Sum of RGB (Red+Green+Blue) = 255+114+186=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72BA is #008D45. Grayscale: #A4A4A4. Windows color (decimal): -36166 or 12219135. OLE color: 12219135.

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

Color convert

RGB255114186-
CMYK00.550.270
HSL329.36º100%72.35%-
HSV(B)329.36º55.29%100%-
XYZ56.1236.8450.61-
YUV164.37140.21192.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 114 (44.92% from 255) = 20.54%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=45.95%
G=20.54%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511418600.550.270329.3610072.35
HexFF72BA0371B01496448
Octal377162272067330511144110
Binary11111111111001010111010011011111011010100100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF72BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF72BA; }

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

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

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

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

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

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

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

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