Shades of Magenta #FF25FC
Tints of Magenta #FF25FC
RGB
CMYK
RGB Variations
Color information
#FF25FC (or 0xFF25FC) is known color: Magenta. HEX triplet: FF, 25 and FC. RGB value is (255,37,252). Sum of RGB (Red+Green+Blue) = 255+37+252=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 37 (14.84% from 255 or 6.80% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF25FC is #00DA03. Grayscale: #7E7E7E. Windows color (decimal): -55812 or 16524799. OLE color: 16524799.
HSL color Cylindrical-coordinate representation of color #FF25FC: hue angle of 300.83º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF25FC is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 252 | - |
| CMYK | 0 | 0.85 | 0.01 | 0 |
| HSL | 300.83º | 1% | 0.57% | - |
| HSV(B) | 300.83º | 0.85% | 1% | - |
| XYZ | 59.47 | 29.61 | 94.68 | - |
| YUV | 126.69 | 198.72 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 252 | 0 | 0.85 | 0.01 | 0 | 300.83 | 1 | 0.57 |
| Hex | FF | 25 | FC | 0 | 55 | 1 | 0 | 12D | 64 | 39 |
| Octal | 377 | 45 | 374 | 0 | 125 | 1 | 0 | 455 | 144 | 71 |
| Binary | 11111111 | 100101 | 11111100 | 0 | 1010101 | 1 | 0 | 100101101 | 1100100 | 111001 |
Color Harmonies of #FF25FC
Complementary color
Monochromatic Colors of #FF25FC
Black with #FF25FC
Text Example
Text Example
White with #FF25FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25FC; }
p { color: rgb(255,37,252); }
H1.HeaderClassName
{
color: #FF25FC;
}
.AnyTagClassName
{
color: #FF25FC;
}
</style>
background-color css
<style>
a { background-color: #FF25FC; }
a { background-color: rgb(255,37,252); }
div.DivClassName
{
background-color: #FF25FC;
}
.BgClassName
{
background-color: #FF25FC;
}
</style>
border-color css
<style>
span { border-color: #FF25FC; }
span { border-color: rgb(255,37,252); }
td.TdClassName
{
border-color: #FF25FC;
}
.TagClassName
{
border-color: #FF25FC;
}
</style>