Shades of Magenta #FE25F3
Tints of Magenta #FE25F3
RGB
CMYK
RGB Variations
Color information
#FE25F3 (or 0xFE25F3) is known color: Magenta. HEX triplet: FE, 25 and F3. RGB value is (254,37,243). Sum of RGB (Red+Green+Blue) = 254+37+243=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 37 (14.84% from 255 or 6.93% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE25F3 is #01DA0C. Grayscale: #7C7C7C. Windows color (decimal): -121357 or 15934974. OLE color: 15934974.
HSL color Cylindrical-coordinate representation of color #FE25F3: hue angle of 303.04º 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 #FE25F3 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 243 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.00 |
| HSL | 303.04º | 0.99% | 0.57% | - |
| HSV(B) | 303.04º | 0.85% | 1% | - |
| XYZ | 57.71 | 28.87 | 87.32 | - |
| YUV | 125.37 | 194.39 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 243 | 0 | 0.85 | 0.04 | 0.00 | 303.04 | 0.99 | 0.57 |
| Hex | FE | 25 | F3 | 0 | 55 | 4 | 0 | 12F | 63 | 39 |
| Octal | 376 | 45 | 363 | 0 | 125 | 4 | 0 | 457 | 143 | 71 |
| Binary | 11111110 | 100101 | 11110011 | 0 | 1010101 | 100 | 0 | 100101111 | 1100011 | 111001 |
Color Harmonies of #FE25F3
Complementary color
Monochromatic Colors of #FE25F3
Black with #FE25F3
Text Example
Text Example
White with #FE25F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE25F3; }
p { color: rgb(254,37,243); }
H1.HeaderClassName
{
color: #FE25F3;
}
.AnyTagClassName
{
color: #FE25F3;
}
</style>
background-color css
<style>
a { background-color: #FE25F3; }
a { background-color: rgb(254,37,243); }
div.DivClassName
{
background-color: #FE25F3;
}
.BgClassName
{
background-color: #FE25F3;
}
</style>
border-color css
<style>
span { border-color: #FE25F3; }
span { border-color: rgb(254,37,243); }
td.TdClassName
{
border-color: #FE25F3;
}
.TagClassName
{
border-color: #FE25F3;
}
</style>