Shades of Magenta #F825F0
Tints of Magenta #F825F0
RGB
CMYK
RGB Variations
Color information
#F825F0 (or 0xF825F0) is known color: Magenta. HEX triplet: F8, 25 and F0. RGB value is (248,37,240). Sum of RGB (Red+Green+Blue) = 248+37+240=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 37 (14.84% from 255 or 7.05% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F825F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F825F0 is #07DA0F. Grayscale: #7A7A7A. Windows color (decimal): -514576 or 15738360. OLE color: 15738360.
HSL color Cylindrical-coordinate representation of color #F825F0: hue angle of 302.27º 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 #F825F0 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 240 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.03 |
| HSL | 302.27º | 0.94% | 0.56% | - |
| HSV(B) | 302.27º | 0.85% | 0.97% | - |
| XYZ | 55.1 | 27.57 | 84.86 | - |
| YUV | 123.23 | 193.9 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 240 | 0 | 0.85 | 0.03 | 0.03 | 302.27 | 0.94 | 0.56 |
| Hex | F8 | 25 | F0 | 0 | 55 | 3 | 3 | 12E | 5E | 38 |
| Octal | 370 | 45 | 360 | 0 | 125 | 3 | 3 | 456 | 136 | 70 |
| Binary | 11111000 | 100101 | 11110000 | 0 | 1010101 | 11 | 11 | 100101110 | 1011110 | 111000 |
Color Harmonies of #F825F0
Complementary color
Monochromatic Colors of #F825F0
Black with #F825F0
Text Example
Text Example
White with #F825F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825F0; }
p { color: rgb(248,37,240); }
H1.HeaderClassName
{
color: #F825F0;
}
.AnyTagClassName
{
color: #F825F0;
}
</style>
background-color css
<style>
a { background-color: #F825F0; }
a { background-color: rgb(248,37,240); }
div.DivClassName
{
background-color: #F825F0;
}
.BgClassName
{
background-color: #F825F0;
}
</style>
border-color css
<style>
span { border-color: #F825F0; }
span { border-color: rgb(248,37,240); }
td.TdClassName
{
border-color: #F825F0;
}
.TagClassName
{
border-color: #F825F0;
}
</style>