Shades of Magenta #F025F0
Tints of Magenta #F025F0
RGB
CMYK
RGB Variations
Color information
#F025F0 (or 0xF025F0) is known color: Magenta. HEX triplet: F0, 25 and F0. RGB value is (240,37,240). Sum of RGB (Red+Green+Blue) = 240+37+240=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 37 (14.84% from 255 or 7.16% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F025F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F025F0 is #0FDA0F. Grayscale: #787878. Windows color (decimal): -1038864 or 15738352. OLE color: 15738352.
HSL color Cylindrical-coordinate representation of color #F025F0: hue angle of 300º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F025F0 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 240 | - |
| CMYK | 0 | 0.85 | 0 | 0.06 |
| HSL | 300º | 0.87% | 0.54% | - |
| HSV(B) | 300º | 0.85% | 0.94% | - |
| XYZ | 52.32 | 26.14 | 84.73 | - |
| YUV | 120.84 | 195.25 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 240 | 0 | 0.85 | 0 | 0.06 | 300 | 0.87 | 0.54 |
| Hex | F0 | 25 | F0 | 0 | 55 | 0 | 6 | 12C | 57 | 36 |
| Octal | 360 | 45 | 360 | 0 | 125 | 0 | 6 | 454 | 127 | 66 |
| Binary | 11110000 | 100101 | 11110000 | 0 | 1010101 | 0 | 110 | 100101100 | 1010111 | 110110 |
Color Harmonies of #F025F0
Complementary color
Monochromatic Colors of #F025F0
Black with #F025F0
Text Example
Text Example
White with #F025F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F025F0; }
p { color: rgb(240,37,240); }
H1.HeaderClassName
{
color: #F025F0;
}
.AnyTagClassName
{
color: #F025F0;
}
</style>
background-color css
<style>
a { background-color: #F025F0; }
a { background-color: rgb(240,37,240); }
div.DivClassName
{
background-color: #F025F0;
}
.BgClassName
{
background-color: #F025F0;
}
</style>
border-color css
<style>
span { border-color: #F025F0; }
span { border-color: rgb(240,37,240); }
td.TdClassName
{
border-color: #F025F0;
}
.TagClassName
{
border-color: #F025F0;
}
</style>