Shades of Magenta #FF25F8
Tints of Magenta #FF25F8
RGB
CMYK
RGB Variations
Color information
#FF25F8 (or 0xFF25F8) is known color: Magenta. HEX triplet: FF, 25 and F8. RGB value is (255,37,248). Sum of RGB (Red+Green+Blue) = 255+37+248=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 37 (14.84% from 255 or 6.85% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF25F8 is #00DA07. Grayscale: #7D7D7D. Windows color (decimal): -55816 or 16262655. OLE color: 16262655.
HSL color Cylindrical-coordinate representation of color #FF25F8: hue angle of 301.93º 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 #FF25F8 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 248 | - |
| CMYK | 0 | 0.85 | 0.03 | 0 |
| HSL | 301.93º | 1% | 0.57% | - |
| HSV(B) | 301.93º | 0.85% | 1% | - |
| XYZ | 58.84 | 29.36 | 91.37 | - |
| YUV | 126.24 | 196.72 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 248 | 0 | 0.85 | 0.03 | 0 | 301.93 | 1 | 0.57 |
| Hex | FF | 25 | F8 | 0 | 55 | 3 | 0 | 12E | 64 | 39 |
| Octal | 377 | 45 | 370 | 0 | 125 | 3 | 0 | 456 | 144 | 71 |
| Binary | 11111111 | 100101 | 11111000 | 0 | 1010101 | 11 | 0 | 100101110 | 1100100 | 111001 |
Color Harmonies of #FF25F8
Complementary color
Monochromatic Colors of #FF25F8
Black with #FF25F8
Text Example
Text Example
White with #FF25F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25F8; }
p { color: rgb(255,37,248); }
H1.HeaderClassName
{
color: #FF25F8;
}
.AnyTagClassName
{
color: #FF25F8;
}
</style>
background-color css
<style>
a { background-color: #FF25F8; }
a { background-color: rgb(255,37,248); }
div.DivClassName
{
background-color: #FF25F8;
}
.BgClassName
{
background-color: #FF25F8;
}
</style>
border-color css
<style>
span { border-color: #FF25F8; }
span { border-color: rgb(255,37,248); }
td.TdClassName
{
border-color: #FF25F8;
}
.TagClassName
{
border-color: #FF25F8;
}
</style>