#fe73e8

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

Shades of Pale Magenta #FE73E8

Tints of Pale Magenta #FE73E8

Color information

#FE73E8 (or 0xFE73E8) is unknown color: approx Pale Magenta. HEX triplet: FE, 73 and E8. RGB value is (254,115,232). Sum of RGB (Red+Green+Blue) = 254+115+232=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 115 (45.31% from 255 or 19.13% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE73E8 is #018C17. Grayscale: #A9A9A9. Windows color (decimal): -101400 or 15234046. OLE color: 15234046.

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

Color convert

RGB254115232-
CMYK00.550.090.00
HSL309.5º98.58%72.35%-
HSV(B)309.5º54.72%99.61%-
XYZ61.5739.1680.66-
YUV169.9163.05187.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 115 (45.31% from 255) = 19.13%
BLUE value IS 232 (91.02% from 255) = 38.60%
R=42.26%
G=19.13%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411523200.550.090.00309.598.5872.35
HexFE73E8037901356348
Octal376163350067110465143110
Binary1111111011100111110100001101111001010011010111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe73e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe73e8; }

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

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

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

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

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

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

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

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