Shades of Magenta #F028F3
Tints of Magenta #F028F3
RGB
CMYK
RGB Variations
Color information
#F028F3 (or 0xF028F3) is known color: Magenta. HEX triplet: F0, 28 and F3. RGB value is (240,40,243). Sum of RGB (Red+Green+Blue) = 240+40+243=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 40 (16.02% from 255 or 7.65% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #F028F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F028F3 is #0FD70C. Grayscale: #7A7A7A. Windows color (decimal): -1038093 or 15935728. OLE color: 15935728.
HSL color Cylindrical-coordinate representation of color #F028F3: hue angle of 299.11º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F028F3 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 40 | 243 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.05 |
| HSL | 299.11º | 0.89% | 0.55% | - |
| HSV(B) | 299.11º | 0.84% | 0.95% | - |
| XYZ | 52.87 | 26.51 | 87.13 | - |
| YUV | 122.94 | 195.76 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 243 | 0.01 | 0.84 | 0 | 0.05 | 299.11 | 0.89 | 0.55 |
| Hex | F0 | 28 | F3 | 1 | 54 | 0 | 5 | 12B | 59 | 37 |
| Octal | 360 | 50 | 363 | 1 | 124 | 0 | 5 | 453 | 131 | 67 |
| Binary | 11110000 | 101000 | 11110011 | 1 | 1010100 | 0 | 101 | 100101011 | 1011001 | 110111 |
Color Harmonies of #F028F3
Complementary color
Monochromatic Colors of #F028F3
Black with #F028F3
Text Example
Text Example
White with #F028F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028F3; }
p { color: rgb(240,40,243); }
H1.HeaderClassName
{
color: #F028F3;
}
.AnyTagClassName
{
color: #F028F3;
}
</style>
background-color css
<style>
a { background-color: #F028F3; }
a { background-color: rgb(240,40,243); }
div.DivClassName
{
background-color: #F028F3;
}
.BgClassName
{
background-color: #F028F3;
}
</style>
border-color css
<style>
span { border-color: #F028F3; }
span { border-color: rgb(240,40,243); }
td.TdClassName
{
border-color: #F028F3;
}
.TagClassName
{
border-color: #F028F3;
}
</style>