#FE25F0

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

Shades of Magenta #FE25F0

Tints of Magenta #FE25F0

Color information

#FE25F0 (or 0xFE25F0) is unknown color: approx Magenta. HEX triplet: FE, 25 and F0. RGB value is (254,37,240). Sum of RGB (Red+Green+Blue) = 254+37+240=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 37 (14.84% from 255 or 6.97% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE25F0 is #01DA0F. Grayscale: #7C7C7C. Windows color (decimal): -121360 or 15738366. OLE color: 15738366.

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

Color convert

RGB25437240-
CMYK00.850.060.00
HSL303.87º99.09%57.06%-
HSV(B)303.87º85.43%99.61%-
XYZ57.2628.6984.96-
YUV125.02192.89219.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.83%
GREEN value IS 37 (14.84% from 255) = 6.97%
BLUE value IS 240 (94.14% from 255) = 45.20%
R=47.83%
G=6.97%
B=45.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543724000.850.060.00303.8799.0957.06
HexFE25F0055601306339
Octal3764536001256046014371
Binary11111110100101111100000101010111001001100001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE25F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE25F0; }

 p { color: rgb(254,37,240); }

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

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

 a { background-color: rgb(254,37,240); }

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

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

 span { border-color: rgb(254,37,240); }

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