Html Css Color HEX #FE25FE Magenta

📋 copy color: '#FE25FE'

red 254 ◦ green 37 ◦ blue 254

#FE25FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #FE25FE

Tints of Magenta #FE25FE

RGB

 RED value IS 254 (99.61% from 255) = 46.61%

 GREEN value IS 37 (14.84% from 255) = 6.79%

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 46.61%
G = 6.79%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE25FE (or 0xFE25FE) is known color: Magenta. HEX triplet: FE, 25 and FE. RGB value is (254,37,254). Sum of RGB (Red+Green+Blue) = 254+37+254=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 37 (14.84% from 255 or 6.79% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE25FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE25FE is #01DA01. Grayscale: #7D7D7D. Windows color (decimal): -121346 or 16655870. OLE color: 16655870.

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

Color convert

RGB 254 37 254 -
CMYK 0 0.85 0 0.00
HSL 300º 0.99% 0.57% -
HSV(B) 300º 0.85% 1% -
XYZ 59.42 29.55 96.34 -
YUV 126.62 199.89 218.86 -
System Red Green Blue C M Y K H S L
Decimal 254 37 254 0 0.85 0 0.00 300 0.99 0.57
Hex FE 25 FE 0 55 0 0 12C 63 39
Octal 376 45 376 0 125 0 0 454 143 71
Binary 11111110 100101 11111110 0 1010101 0 0 100101100 1100011 111001

Color Harmonies of #FE25FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE25FE

Black with #FE25FE

Text Example


Text Example

White with #FE25FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE25FE; }

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

 H1.HeaderClassName
 {
   color: #FE25FE;
 }
 .AnyTagClassName
 {
   color: #FE25FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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