#FE19E6

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

Shades of Magenta #FE19E6

Tints of Magenta #FE19E6

Color information

#FE19E6 (or 0xFE19E6) is unknown color: approx Magenta. HEX triplet: FE, 19 and E6. RGB value is (254,25,230). Sum of RGB (Red+Green+Blue) = 254+25+230=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 25 (10.16% from 255 or 4.91% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19E6 is #01E619. Grayscale: #747474. Windows color (decimal): -124442 or 15079934. OLE color: 15079934.

HSL color Cylindrical-coordinate representation of color #FE19E6: hue angle of 306.29º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE19E6 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB25425230-
CMYK00.900.090.00
HSL306.29º99.13%54.71%-
HSV(B)306.29º90.16%99.61%-
XYZ55.527.4877.24-
YUV116.84191.87225.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.90%
GREEN value IS 25 (10.16% from 255) = 4.91%
BLUE value IS 230 (90.23% from 255) = 45.19%
R=49.90%
G=4.91%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542523000.900.090.00306.2999.1354.71
HexFE19E605A901326337
Octal37631346013211046214367
Binary11111110110011110011001011010100101001100101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE19E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE19E6; }

 p { color: rgb(254,25,230); }

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

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

 a { background-color: rgb(254,25,230); }

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

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

 span { border-color: rgb(254,25,230); }

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