#FE73E2

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

Shades of Pale Magenta #FE73E2

Tints of Pale Magenta #FE73E2

Color information

#FE73E2 (or 0xFE73E2) is unknown color: approx Pale Magenta. HEX triplet: FE, 73 and E2. RGB value is (254,115,226). Sum of RGB (Red+Green+Blue) = 254+115+226=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 115 (45.31% from 255 or 19.33% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73E2 is #018C1D. Grayscale: #A8A8A8. Windows color (decimal): -101406 or 14840830. OLE color: 14840830.

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

Color convert

RGB254115226-
CMYK00.550.110.00
HSL312.09º98.58%72.35%-
HSV(B)312.09º54.72%99.61%-
XYZ60.7338.8276.24-
YUV169.22160.05188.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 115 (45.31% from 255) = 19.33%
BLUE value IS 226 (88.67% from 255) = 37.98%
R=42.69%
G=19.33%
B=37.98%

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
Decimal25411522600.550.110.00312.0998.5872.35
HexFE73E2037B01386348
Octal376163342067130470143110
Binary1111111011100111110001001101111011010011100011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE73E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE73E2; }

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

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

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

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

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

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

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

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