#FE72B3

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

Shades of Hot Pink #FE72B3

Tints of Hot Pink #FE72B3

Color information

#FE72B3 (or 0xFE72B3) is unknown color: approx Hot Pink. HEX triplet: FE, 72 and B3. RGB value is (254,114,179). Sum of RGB (Red+Green+Blue) = 254+114+179=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72B3 is #018D4C. Grayscale: #A3A3A3. Windows color (decimal): -101709 or 11760382. OLE color: 11760382.

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

Color convert

RGB254114179-
CMYK00.550.300.00
HSL332.14º98.59%72.16%-
HSV(B)332.14º55.12%99.61%-
XYZ55.0336.3646.77-
YUV163.27136.88192.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.44%
GREEN value IS 114 (44.92% from 255) = 20.84%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=46.44%
G=20.84%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411417900.550.300.00332.1498.5972.16
HexFE72B30371E014c6348
Octal376162263067360514143110
Binary11111110111001010110011011011111110010100110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE72B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE72B3; }

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

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

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

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

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

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

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

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