#FE74E4

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

Shades of Pale Magenta #FE74E4

Tints of Pale Magenta #FE74E4

Color information

#FE74E4 (or 0xFE74E4) is unknown color: approx Pale Magenta. HEX triplet: FE, 74 and E4. RGB value is (254,116,228). Sum of RGB (Red+Green+Blue) = 254+116+228=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 116 (45.70% from 255 or 19.40% from 598); Blue value is 228 (89.45% from 255 or 38.13% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74E4 is #018B1B. Grayscale: #A9A9A9. Windows color (decimal): -101148 or 14972158. OLE color: 14972158.

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

Color convert

RGB254116228-
CMYK00.540.100.00
HSL311.3º98.57%72.55%-
HSV(B)311.3º54.33%99.61%-
XYZ61.1239.1677.74-
YUV170.03160.72187.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 116 (45.70% from 255) = 19.40%
BLUE value IS 228 (89.45% from 255) = 38.13%
R=42.47%
G=19.40%
B=38.13%

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
Decimal25411622800.540.100.00311.398.5772.55
HexFE74E4036A01376349
Octal376164344066120467143111
Binary1111111011101001110010001101101010010011011111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE74E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE74E4; }

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

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

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

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

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

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

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

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