Shades of Magenta #F825EF
Tints of Magenta #F825EF
RGB
CMYK
RGB Variations
Color information
#F825EF (or 0xF825EF) is known color: Magenta. HEX triplet: F8, 25 and EF. RGB value is (248,37,239). Sum of RGB (Red+Green+Blue) = 248+37+239=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 37 (14.84% from 255 or 7.06% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F825EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F825EF is #07DA10. Grayscale: #7A7A7A. Windows color (decimal): -514577 or 15672824. OLE color: 15672824.
HSL color Cylindrical-coordinate representation of color #F825EF: hue angle of 302.56º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F825EF is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 239 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.03 |
| HSL | 302.56º | 0.94% | 0.56% | - |
| HSV(B) | 302.56º | 0.85% | 0.97% | - |
| XYZ | 54.95 | 27.51 | 84.08 | - |
| YUV | 123.12 | 193.4 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 239 | 0 | 0.85 | 0.04 | 0.03 | 302.56 | 0.94 | 0.56 |
| Hex | F8 | 25 | EF | 0 | 55 | 4 | 3 | 12F | 5E | 38 |
| Octal | 370 | 45 | 357 | 0 | 125 | 4 | 3 | 457 | 136 | 70 |
| Binary | 11111000 | 100101 | 11101111 | 0 | 1010101 | 100 | 11 | 100101111 | 1011110 | 111000 |
Color Harmonies of #F825EF
Complementary color
Monochromatic Colors of #F825EF
Black with #F825EF
Text Example
Text Example
White with #F825EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825EF; }
p { color: rgb(248,37,239); }
H1.HeaderClassName
{
color: #F825EF;
}
.AnyTagClassName
{
color: #F825EF;
}
</style>
background-color css
<style>
a { background-color: #F825EF; }
a { background-color: rgb(248,37,239); }
div.DivClassName
{
background-color: #F825EF;
}
.BgClassName
{
background-color: #F825EF;
}
</style>
border-color css
<style>
span { border-color: #F825EF; }
span { border-color: rgb(248,37,239); }
td.TdClassName
{
border-color: #F825EF;
}
.TagClassName
{
border-color: #F825EF;
}
</style>