#FE74E5

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

Shades of Pale Magenta #FE74E5

Tints of Pale Magenta #FE74E5

Color information

#FE74E5 (or 0xFE74E5) is unknown color: approx Pale Magenta. HEX triplet: FE, 74 and E5. RGB value is (254,116,229). Sum of RGB (Red+Green+Blue) = 254+116+229=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 116 (45.70% from 255 or 19.37% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74E5 is #018B1A. Grayscale: #A9A9A9. Windows color (decimal): -101147 or 15037694. OLE color: 15037694.

HSL color Cylindrical-coordinate representation of color #FE74E5: hue angle of 310.87º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE74E5 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB254116229-
CMYK00.540.100.00
HSL310.87º98.57%72.55%-
HSV(B)310.87º54.33%99.61%-
XYZ61.2639.2278.47-
YUV170.14161.22187.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 116 (45.70% from 255) = 19.37%
BLUE value IS 229 (89.84% from 255) = 38.23%
R=42.40%
G=19.37%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411622900.540.100.00310.8798.5772.55
HexFE74E5036A01376349
Octal376164345066120467143111
Binary1111111011101001110010101101101010010011011111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE74E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE74E5; }

 p { color: rgb(254,116,229); }

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

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

 a { background-color: rgb(254,116,229); }

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

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

 span { border-color: rgb(254,116,229); }

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