Shades of Magenta #F125FF
Tints of Magenta #F125FF
RGB
CMYK
RGB Variations
Color information
#F125FF (or 0xF125FF) is known color: Magenta. HEX triplet: F1, 25 and FF. RGB value is (241,37,255). Sum of RGB (Red+Green+Blue) = 241+37+255=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 37 (14.84% from 255 or 6.94% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #F125FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F125FF is #0EDA00. Grayscale: #7A7A7A. Windows color (decimal): -973313 or 16721393. OLE color: 16721393.
HSL color Cylindrical-coordinate representation of color #F125FF: hue angle of 296.15º 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 #F125FF is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 37 | 255 | - |
| CMYK | 0.05 | 0.85 | 0 | 0 |
| HSL | 296.15º | 1% | 0.57% | - |
| HSV(B) | 296.15º | 0.85% | 1% | - |
| XYZ | 54.99 | 27.24 | 96.97 | - |
| YUV | 122.85 | 202.59 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 255 | 0.05 | 0.85 | 0 | 0 | 296.15 | 1 | 0.57 |
| Hex | F1 | 25 | FF | 5 | 55 | 0 | 0 | 128 | 64 | 39 |
| Octal | 361 | 45 | 377 | 5 | 125 | 0 | 0 | 450 | 144 | 71 |
| Binary | 11110001 | 100101 | 11111111 | 101 | 1010101 | 0 | 0 | 100101000 | 1100100 | 111001 |
Color Harmonies of #F125FF
Complementary color
Monochromatic Colors of #F125FF
Black with #F125FF
Text Example
Text Example
White with #F125FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F125FF; }
p { color: rgb(241,37,255); }
H1.HeaderClassName
{
color: #F125FF;
}
.AnyTagClassName
{
color: #F125FF;
}
</style>
background-color css
<style>
a { background-color: #F125FF; }
a { background-color: rgb(241,37,255); }
div.DivClassName
{
background-color: #F125FF;
}
.BgClassName
{
background-color: #F125FF;
}
</style>
border-color css
<style>
span { border-color: #F125FF; }
span { border-color: rgb(241,37,255); }
td.TdClassName
{
border-color: #F125FF;
}
.TagClassName
{
border-color: #F125FF;
}
</style>