Html Css Color HEX #FE25FD Magenta

📋 copy color: '#FE25FD'

red 254 ◦ green 37 ◦ blue 253

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

Shades of Magenta #FE25FD

Tints of Magenta #FE25FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.51%

R = 46.69%
G = 6.8%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE25FD (or 0xFE25FD) is known color: 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

RGB 254 37 253 -
CMYK 0 0.85 0.00 0.00
HSL 300.28º 0.99% 0.57% -
HSV(B) 300.28º 0.85% 1% -
XYZ 59.26 29.49 95.5 -
YUV 126.51 199.39 218.94 -
System Red Green Blue C M Y K H S L
Decimal 254 37 253 0 0.85 0.00 0.00 300.28 0.99 0.57
Hex FE 25 FD 0 55 0 0 12C 63 39
Octal 376 45 375 0 125 0 0 454 143 71
Binary 11111110 100101 11111101 0 1010101 0 0 100101100 1100011 111001

Color Harmonies of #FE25FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE25FD

Black with #FE25FD

Text Example


Text Example

White with #FE25FD

Text Example


Text Example

HTML Codes & Css Web 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>