Shades of Magenta #FE25FC
Tints of Magenta #FE25FC
RGB
CMYK
RGB Variations
Color information
#FE25FC (or 0xFE25FC) is known color: Magenta. HEX triplet: FE, 25 and FC. RGB value is (254,37,252). Sum of RGB (Red+Green+Blue) = 254+37+252=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 37 (14.84% from 255 or 6.81% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE25FC is #01DA03. Grayscale: #7D7D7D. Windows color (decimal): -121348 or 16524798. OLE color: 16524798.
HSL color Cylindrical-coordinate representation of color #FE25FC: hue angle of 300.55º 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 #FE25FC is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 252 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.00 |
| HSL | 300.55º | 0.99% | 0.57% | - |
| HSV(B) | 300.55º | 0.85% | 1% | - |
| XYZ | 59.11 | 29.42 | 94.66 | - |
| YUV | 126.39 | 198.89 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 252 | 0 | 0.85 | 0.01 | 0.00 | 300.55 | 0.99 | 0.57 |
| Hex | FE | 25 | FC | 0 | 55 | 1 | 0 | 12D | 63 | 39 |
| Octal | 376 | 45 | 374 | 0 | 125 | 1 | 0 | 455 | 143 | 71 |
| Binary | 11111110 | 100101 | 11111100 | 0 | 1010101 | 1 | 0 | 100101101 | 1100011 | 111001 |
Color Harmonies of #FE25FC
Complementary color
Monochromatic Colors of #FE25FC
Black with #FE25FC
Text Example
Text Example
White with #FE25FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE25FC; }
p { color: rgb(254,37,252); }
H1.HeaderClassName
{
color: #FE25FC;
}
.AnyTagClassName
{
color: #FE25FC;
}
</style>
background-color css
<style>
a { background-color: #FE25FC; }
a { background-color: rgb(254,37,252); }
div.DivClassName
{
background-color: #FE25FC;
}
.BgClassName
{
background-color: #FE25FC;
}
</style>
border-color css
<style>
span { border-color: #FE25FC; }
span { border-color: rgb(254,37,252); }
td.TdClassName
{
border-color: #FE25FC;
}
.TagClassName
{
border-color: #FE25FC;
}
</style>