Shades of Magenta #FE25F7
Tints of Magenta #FE25F7
RGB
CMYK
RGB Variations
Color information
#FE25F7 (or 0xFE25F7) is known color: Magenta. HEX triplet: FE, 25 and F7. RGB value is (254,37,247). Sum of RGB (Red+Green+Blue) = 254+37+247=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 37 (14.84% from 255 or 6.88% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE25F7 is #01DA08. Grayscale: #7D7D7D. Windows color (decimal): -121353 or 16197118. OLE color: 16197118.
HSL color Cylindrical-coordinate representation of color #FE25F7: hue angle of 301.94º 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 #FE25F7 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 247 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.00 |
| HSL | 301.94º | 0.99% | 0.57% | - |
| HSV(B) | 301.94º | 0.85% | 1% | - |
| XYZ | 58.32 | 29.11 | 90.54 | - |
| YUV | 125.82 | 196.39 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 247 | 0 | 0.85 | 0.03 | 0.00 | 301.94 | 0.99 | 0.57 |
| Hex | FE | 25 | F7 | 0 | 55 | 3 | 0 | 12E | 63 | 39 |
| Octal | 376 | 45 | 367 | 0 | 125 | 3 | 0 | 456 | 143 | 71 |
| Binary | 11111110 | 100101 | 11110111 | 0 | 1010101 | 11 | 0 | 100101110 | 1100011 | 111001 |
Color Harmonies of #FE25F7
Complementary color
Monochromatic Colors of #FE25F7
Black with #FE25F7
Text Example
Text Example
White with #FE25F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE25F7; }
p { color: rgb(254,37,247); }
H1.HeaderClassName
{
color: #FE25F7;
}
.AnyTagClassName
{
color: #FE25F7;
}
</style>
background-color css
<style>
a { background-color: #FE25F7; }
a { background-color: rgb(254,37,247); }
div.DivClassName
{
background-color: #FE25F7;
}
.BgClassName
{
background-color: #FE25F7;
}
</style>
border-color css
<style>
span { border-color: #FE25F7; }
span { border-color: rgb(254,37,247); }
td.TdClassName
{
border-color: #FE25F7;
}
.TagClassName
{
border-color: #FE25F7;
}
</style>