Shades of Magenta #F925FE
Tints of Magenta #F925FE
RGB
CMYK
RGB Variations
Color information
#F925FE (or 0xF925FE) is known color: Magenta. HEX triplet: F9, 25 and FE. RGB value is (249,37,254). Sum of RGB (Red+Green+Blue) = 249+37+254=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 37 (14.84% from 255 or 6.85% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #F925FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F925FE is #06DA01. Grayscale: #7C7C7C. Windows color (decimal): -449026 or 16655865. OLE color: 16655865.
HSL color Cylindrical-coordinate representation of color #F925FE: hue angle of 298.62º 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 #F925FE is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 37 | 254 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.00 |
| HSL | 298.62º | 0.99% | 0.57% | - |
| HSV(B) | 298.62º | 0.85% | 1% | - |
| XYZ | 57.62 | 28.62 | 96.25 | - |
| YUV | 125.13 | 200.74 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 254 | 0.02 | 0.85 | 0 | 0.00 | 298.62 | 0.99 | 0.57 |
| Hex | F9 | 25 | FE | 2 | 55 | 0 | 0 | 12B | 63 | 39 |
| Octal | 371 | 45 | 376 | 2 | 125 | 0 | 0 | 453 | 143 | 71 |
| Binary | 11111001 | 100101 | 11111110 | 10 | 1010101 | 0 | 0 | 100101011 | 1100011 | 111001 |
Color Harmonies of #F925FE
Complementary color
Monochromatic Colors of #F925FE
Black with #F925FE
Text Example
Text Example
White with #F925FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F925FE; }
p { color: rgb(249,37,254); }
H1.HeaderClassName
{
color: #F925FE;
}
.AnyTagClassName
{
color: #F925FE;
}
</style>
background-color css
<style>
a { background-color: #F925FE; }
a { background-color: rgb(249,37,254); }
div.DivClassName
{
background-color: #F925FE;
}
.BgClassName
{
background-color: #F925FE;
}
</style>
border-color css
<style>
span { border-color: #F925FE; }
span { border-color: rgb(249,37,254); }
td.TdClassName
{
border-color: #F925FE;
}
.TagClassName
{
border-color: #F925FE;
}
</style>