#FE73E1

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

Shades of Pale Magenta #FE73E1

Tints of Pale Magenta #FE73E1

Color information

#FE73E1 (or 0xFE73E1) is unknown color: approx Pale Magenta. HEX triplet: FE, 73 and E1. RGB value is (254,115,225). Sum of RGB (Red+Green+Blue) = 254+115+225=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 115 (45.31% from 255 or 19.36% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73E1 is #018C1E. Grayscale: #A8A8A8. Windows color (decimal): -101407 or 14775294. OLE color: 14775294.

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

Color convert

RGB254115225-
CMYK00.550.110.00
HSL312.52º98.58%72.35%-
HSV(B)312.52º54.72%99.61%-
XYZ60.5938.7775.52-
YUV169.1159.55188.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 115 (45.31% from 255) = 19.36%
BLUE value IS 225 (88.28% from 255) = 37.88%
R=42.76%
G=19.36%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411522500.550.110.00312.5298.5872.35
HexFE73E1037B01396348
Octal376163341067130471143110
Binary1111111011100111110000101101111011010011100111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE73E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE73E1; }

 p { color: rgb(254,115,225); }

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

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

 a { background-color: rgb(254,115,225); }

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

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

 span { border-color: rgb(254,115,225); }

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