Shades of Magenta #F825FE
Tints of Magenta #F825FE
RGB
CMYK
RGB Variations
Color information
#F825FE (or 0xF825FE) is known color: Magenta. HEX triplet: F8, 25 and FE. RGB value is (248,37,254). Sum of RGB (Red+Green+Blue) = 248+37+254=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 37 (14.84% from 255 or 6.86% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #F825FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F825FE is #07DA01. Grayscale: #7C7C7C. Windows color (decimal): -514562 or 16655864. OLE color: 16655864.
HSL color Cylindrical-coordinate representation of color #F825FE: hue angle of 298.34º 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 #F825FE is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 37 | 254 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.00 |
| HSL | 298.34º | 0.99% | 0.57% | - |
| HSV(B) | 298.34º | 0.85% | 1% | - |
| XYZ | 57.26 | 28.44 | 96.24 | - |
| YUV | 124.83 | 200.9 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 254 | 0.02 | 0.85 | 0 | 0.00 | 298.34 | 0.99 | 0.57 |
| Hex | F8 | 25 | FE | 2 | 55 | 0 | 0 | 12A | 63 | 39 |
| Octal | 370 | 45 | 376 | 2 | 125 | 0 | 0 | 452 | 143 | 71 |
| Binary | 11111000 | 100101 | 11111110 | 10 | 1010101 | 0 | 0 | 100101010 | 1100011 | 111001 |
Color Harmonies of #F825FE
Complementary color
Monochromatic Colors of #F825FE
Black with #F825FE
Text Example
Text Example
White with #F825FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825FE; }
p { color: rgb(248,37,254); }
H1.HeaderClassName
{
color: #F825FE;
}
.AnyTagClassName
{
color: #F825FE;
}
</style>
background-color css
<style>
a { background-color: #F825FE; }
a { background-color: rgb(248,37,254); }
div.DivClassName
{
background-color: #F825FE;
}
.BgClassName
{
background-color: #F825FE;
}
</style>
border-color css
<style>
span { border-color: #F825FE; }
span { border-color: rgb(248,37,254); }
td.TdClassName
{
border-color: #F825FE;
}
.TagClassName
{
border-color: #F825FE;
}
</style>