#FE74E2

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

Shades of Pale Magenta #FE74E2

Tints of Pale Magenta #FE74E2

Color information

#FE74E2 (or 0xFE74E2) is unknown color: approx Pale Magenta. HEX triplet: FE, 74 and E2. RGB value is (254,116,226). Sum of RGB (Red+Green+Blue) = 254+116+226=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 116 (45.70% from 255 or 19.46% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74E2 is #018B1D. Grayscale: #A9A9A9. Windows color (decimal): -101150 or 14841086. OLE color: 14841086.

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

Color convert

RGB254116226-
CMYK00.540.110.00
HSL312.17º98.57%72.55%-
HSV(B)312.17º54.33%99.61%-
XYZ60.8539.0576.28-
YUV169.8159.72188.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.62%
GREEN value IS 116 (45.70% from 255) = 19.46%
BLUE value IS 226 (88.67% from 255) = 37.92%
R=42.62%
G=19.46%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411622600.540.110.00312.1798.5772.55
HexFE74E2036B01386349
Octal376164342066130470143111
Binary1111111011101001110001001101101011010011100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE74E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE74E2; }

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

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

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

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

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

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

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

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