#FE19F7

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

Shades of Magenta #FE19F7

Tints of Magenta #FE19F7

Color information

#FE19F7 (or 0xFE19F7) is unknown color: approx Magenta. HEX triplet: FE, 19 and F7. RGB value is (254,25,247). Sum of RGB (Red+Green+Blue) = 254+25+247=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 25 (10.16% from 255 or 4.75% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19F7 is #01E608. Grayscale: #767676. Windows color (decimal): -124425 or 16194046. OLE color: 16194046.

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

Color convert

RGB25425247-
CMYK00.900.030.00
HSL301.83º99.13%54.71%-
HSV(B)301.83º90.16%99.61%-
XYZ58.0128.4890.44-
YUV118.78200.37224.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.29%
GREEN value IS 25 (10.16% from 255) = 4.75%
BLUE value IS 247 (96.88% from 255) = 46.96%
R=48.29%
G=4.75%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542524700.900.030.00301.8399.1354.71
HexFE19F705A3012e6337
Octal3763136701323045614367
Binary111111101100111110111010110101101001011101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE19F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE19F7; }

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

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

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

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

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

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

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

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