Html Css Color HEX #FE25FB Magenta

📋 copy color: '#FE25FB'

red 254 ◦ green 37 ◦ blue 251

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

Shades of Magenta #FE25FB

Tints of Magenta #FE25FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.31%

R = 46.86%
G = 6.83%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE25FB (or 0xFE25FB) is known color: Magenta. HEX triplet: FE, 25 and FB. RGB value is (254,37,251). Sum of RGB (Red+Green+Blue) = 254+37+251=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 37 (14.84% from 255 or 6.83% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE25FB is #01DA04. Grayscale: #7D7D7D. Windows color (decimal): -121349 or 16459262. OLE color: 16459262.

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

Color convert

RGB 254 37 251 -
CMYK 0 0.85 0.01 0.00
HSL 300.83º 0.99% 0.57% -
HSV(B) 300.83º 0.85% 1% -
XYZ 58.95 29.36 93.83 -
YUV 126.28 198.39 219.1 -
System Red Green Blue C M Y K H S L
Decimal 254 37 251 0 0.85 0.01 0.00 300.83 0.99 0.57
Hex FE 25 FB 0 55 1 0 12D 63 39
Octal 376 45 373 0 125 1 0 455 143 71
Binary 11111110 100101 11111011 0 1010101 1 0 100101101 1100011 111001

Color Harmonies of #FE25FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE25FB

Black with #FE25FB

Text Example


Text Example

White with #FE25FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE25FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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