#FE72EC

Color #FE72EC Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FE72EC

Tints of Pale Magenta #FE72EC

Color information

#FE72EC (or 0xFE72EC) is unknown color: approx Pale Magenta. HEX triplet: FE, 72 and EC. RGB value is (254,114,236). Sum of RGB (Red+Green+Blue) = 254+114+236=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 114 (44.92% from 255 or 18.87% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE72EC is #018D13. Grayscale: #A9A9A9. Windows color (decimal): -101652 or 15495934. OLE color: 15495934.

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

Color convert

RGB254114236-
CMYK00.550.070.00
HSL307.71º98.59%72.16%-
HSV(B)307.71º55.12%99.61%-
XYZ62.0339.1683.65-
YUV169.77165.38188.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 114 (44.92% from 255) = 18.87%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=42.05%
G=18.87%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411423600.550.070.00307.7198.5972.16
HexFE72EC037701346348
Octal37616235406770464143110
Binary111111101110010111011000110111111010011010011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE72EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE72EC; }

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

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

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

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

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

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

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

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