#FE25FD

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

Shades of Magenta #FE25FD

Tints of Magenta #FE25FD

Color information

#FE25FD (or 0xFE25FD) is unknown color: approx Magenta. HEX triplet: FE, 25 and FD. RGB value is (254,37,253). Sum of RGB (Red+Green+Blue) = 254+37+253=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 37 (14.84% from 255 or 6.80% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE25FD is #01DA02. Grayscale: #7D7D7D. Windows color (decimal): -121347 or 16590334. OLE color: 16590334.

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

Color convert

RGB25437253-
CMYK00.850.000.00
HSL300.28º99.09%57.06%-
HSV(B)300.28º85.43%99.61%-
XYZ59.2629.4995.5-
YUV126.51199.39218.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.69%
GREEN value IS 37 (14.84% from 255) = 6.80%
BLUE value IS 253 (99.22% from 255) = 46.51%
R=46.69%
G=6.80%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543725300.850.000.00300.2899.0957.06
HexFE25FD0550012c6339
Octal3764537501250045414371
Binary111111101001011111110101010101001001011001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE25FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE25FD; }

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

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

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

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

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

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

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

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