#FE72AE

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

Shades of Hot Pink #FE72AE

Tints of Hot Pink #FE72AE

Color information

#FE72AE (or 0xFE72AE) is unknown color: approx Hot Pink. HEX triplet: FE, 72 and AE. RGB value is (254,114,174). Sum of RGB (Red+Green+Blue) = 254+114+174=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE72AE is #018D51. Grayscale: #A2A2A2. Windows color (decimal): -101714 or 11432702. OLE color: 11432702.

HSL color Cylindrical-coordinate representation of color #FE72AE: hue angle of 334.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE72AE is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB254114174-
CMYK00.550.310.00
HSL334.29º98.59%72.16%-
HSV(B)334.29º55.12%99.61%-
XYZ54.5336.1644.15-
YUV162.7134.38193.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.86%
GREEN value IS 114 (44.92% from 255) = 21.03%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=46.86%
G=21.03%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411417400.550.310.00334.2998.5972.16
HexFE72AE0371F014e6348
Octal376162256067370516143110
Binary11111110111001010101110011011111111010100111011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE72AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE72AE; }

 p { color: rgb(254,114,174); }

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

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

 a { background-color: rgb(254,114,174); }

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

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

 span { border-color: rgb(254,114,174); }

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