#FE25FC

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

Shades of Magenta #FE25FC

Tints of Magenta #FE25FC

Color information

#FE25FC (or 0xFE25FC) is unknown color: approx Magenta. HEX triplet: FE, 25 and FC. RGB value is (254,37,252). Sum of RGB (Red+Green+Blue) = 254+37+252=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 37 (14.84% from 255 or 6.81% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE25FC is #01DA03. Grayscale: #7D7D7D. Windows color (decimal): -121348 or 16524798. OLE color: 16524798.

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

Color convert

RGB25437252-
CMYK00.850.010.00
HSL300.55º99.09%57.06%-
HSV(B)300.55º85.43%99.61%-
XYZ59.1129.4294.66-
YUV126.39198.89219.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.78%
GREEN value IS 37 (14.84% from 255) = 6.81%
BLUE value IS 252 (98.83% from 255) = 46.41%
R=46.78%
G=6.81%
B=46.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543725200.850.010.00300.5599.0957.06
HexFE25FC0551012d6339
Octal3764537401251045514371
Binary111111101001011111110001010101101001011011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE25FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE25FC; }

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

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

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

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

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

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

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

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