Html Css Color HEX #FE25FA Magenta

📋 copy color: '#FE25FA'

red 254 ◦ green 37 ◦ blue 250

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

Shades of Magenta #FE25FA

Tints of Magenta #FE25FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.21%

R = 46.95%
G = 6.84%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE25FA (or 0xFE25FA) is known color: Magenta. HEX triplet: FE, 25 and FA. RGB value is (254,37,250). Sum of RGB (Red+Green+Blue) = 254+37+250=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 37 (14.84% from 255 or 6.84% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE25FA is #01DA05. Grayscale: #7D7D7D. Windows color (decimal): -121350 or 16393726. OLE color: 16393726.

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

Color convert

RGB 254 37 250 -
CMYK 0 0.85 0.02 0.00
HSL 301.11º 0.99% 0.57% -
HSV(B) 301.11º 0.85% 1% -
XYZ 58.79 29.3 93 -
YUV 126.17 197.89 219.18 -
System Red Green Blue C M Y K H S L
Decimal 254 37 250 0 0.85 0.02 0.00 301.11 0.99 0.57
Hex FE 25 FA 0 55 2 0 12D 63 39
Octal 376 45 372 0 125 2 0 455 143 71
Binary 11111110 100101 11111010 0 1010101 10 0 100101101 1100011 111001

Color Harmonies of #FE25FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE25FA

Black with #FE25FA

Text Example


Text Example

White with #FE25FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE25FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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