#FF72AF

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

Shades of Hot Pink #FF72AF

Tints of Hot Pink #FF72AF

Color information

#FF72AF (or 0xFF72AF) is unknown color: approx Hot Pink. HEX triplet: FF, 72 and AF. RGB value is (255,114,175). Sum of RGB (Red+Green+Blue) = 255+114+175=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF72AF is #008D50. Grayscale: #A3A3A3. Windows color (decimal): -36177 or 11498239. OLE color: 11498239.

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

Color convert

RGB255114175-
CMYK00.550.310
HSL334.04º100%72.35%-
HSV(B)334.04º55.29%100%-
XYZ5536.3944.68-
YUV163.11134.71193.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.88%
GREEN value IS 114 (44.92% from 255) = 20.96%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=46.88%
G=20.96%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511417500.550.310334.0410072.35
HexFF72AF0371F014e6448
Octal377162257067370516144110
Binary11111111111001010101111011011111111010100111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF72AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF72AF; }

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

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

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

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

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

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

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

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