#FE73E3

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

Shades of Pale Magenta #FE73E3

Tints of Pale Magenta #FE73E3

Color information

#FE73E3 (or 0xFE73E3) is unknown color: approx Pale Magenta. HEX triplet: FE, 73 and E3. RGB value is (254,115,227). Sum of RGB (Red+Green+Blue) = 254+115+227=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 115 (45.31% from 255 or 19.30% from 596); Blue value is 227 (89.06% from 255 or 38.09% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73E3 is #018C1C. Grayscale: #A9A9A9. Windows color (decimal): -101405 or 14906366. OLE color: 14906366.

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

Color convert

RGB254115227-
CMYK00.550.110.00
HSL311.65º98.58%72.35%-
HSV(B)311.65º54.72%99.61%-
XYZ60.8738.8876.97-
YUV169.33160.55188.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.62%
GREEN value IS 115 (45.31% from 255) = 19.30%
BLUE value IS 227 (89.06% from 255) = 38.09%
R=42.62%
G=19.30%
B=38.09%

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
Decimal25411522700.550.110.00311.6598.5872.35
HexFE73E3037B01386348
Octal376163343067130470143110
Binary1111111011100111110001101101111011010011100011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE73E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE73E3; }

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

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

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

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

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

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

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

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