Shades of Magenta #F028F5
Tints of Magenta #F028F5
RGB
CMYK
RGB Variations
Color information
#F028F5 (or 0xF028F5) is known color: Magenta. HEX triplet: F0, 28 and F5. RGB value is (240,40,245). Sum of RGB (Red+Green+Blue) = 240+40+245=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 40 (16.02% from 255 or 7.62% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #F028F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F028F5 is #0FD70A. Grayscale: #7A7A7A. Windows color (decimal): -1038091 or 16066800. OLE color: 16066800.
HSL color Cylindrical-coordinate representation of color #F028F5: hue angle of 298.54º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F028F5 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 40 | 245 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.04 |
| HSL | 298.54º | 0.91% | 0.56% | - |
| HSV(B) | 298.54º | 0.84% | 0.96% | - |
| XYZ | 53.18 | 26.64 | 88.72 | - |
| YUV | 123.17 | 196.76 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 245 | 0.02 | 0.84 | 0 | 0.04 | 298.54 | 0.91 | 0.56 |
| Hex | F0 | 28 | F5 | 2 | 54 | 0 | 4 | 12B | 5B | 38 |
| Octal | 360 | 50 | 365 | 2 | 124 | 0 | 4 | 453 | 133 | 70 |
| Binary | 11110000 | 101000 | 11110101 | 10 | 1010100 | 0 | 100 | 100101011 | 1011011 | 111000 |
Color Harmonies of #F028F5
Complementary color
Monochromatic Colors of #F028F5
Black with #F028F5
Text Example
Text Example
White with #F028F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028F5; }
p { color: rgb(240,40,245); }
H1.HeaderClassName
{
color: #F028F5;
}
.AnyTagClassName
{
color: #F028F5;
}
</style>
background-color css
<style>
a { background-color: #F028F5; }
a { background-color: rgb(240,40,245); }
div.DivClassName
{
background-color: #F028F5;
}
.BgClassName
{
background-color: #F028F5;
}
</style>
border-color css
<style>
span { border-color: #F028F5; }
span { border-color: rgb(240,40,245); }
td.TdClassName
{
border-color: #F028F5;
}
.TagClassName
{
border-color: #F028F5;
}
</style>