Shades of Magenta #F918F0
Tints of Magenta #F918F0
RGB
CMYK
RGB Variations
Color information
#F918F0 (or 0xF918F0) is known color: Magenta. HEX triplet: F9, 18 and F0. RGB value is (249,24,240). Sum of RGB (Red+Green+Blue) = 249+24+240=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 24 (9.77% from 255 or 4.68% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F918F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F918F0 is #06E70F. Grayscale: #737373. Windows color (decimal): -452368 or 15735033. OLE color: 15735033.
HSL color Cylindrical-coordinate representation of color #F918F0: hue angle of 302.4º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F918F0 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 240 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.02 |
| HSL | 302.4º | 0.95% | 0.54% | - |
| HSV(B) | 302.4º | 0.9% | 0.98% | - |
| XYZ | 55.12 | 27.08 | 84.76 | - |
| YUV | 115.9 | 198.04 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 240 | 0 | 0.90 | 0.04 | 0.02 | 302.4 | 0.95 | 0.54 |
| Hex | F9 | 18 | F0 | 0 | 5A | 4 | 2 | 12E | 5F | 36 |
| Octal | 371 | 30 | 360 | 0 | 132 | 4 | 2 | 456 | 137 | 66 |
| Binary | 11111001 | 11000 | 11110000 | 0 | 1011010 | 100 | 10 | 100101110 | 1011111 | 110110 |
Color Harmonies of #F918F0
Complementary color
Monochromatic Colors of #F918F0
Black with #F918F0
Text Example
Text Example
White with #F918F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918F0; }
p { color: rgb(249,24,240); }
H1.HeaderClassName
{
color: #F918F0;
}
.AnyTagClassName
{
color: #F918F0;
}
</style>
background-color css
<style>
a { background-color: #F918F0; }
a { background-color: rgb(249,24,240); }
div.DivClassName
{
background-color: #F918F0;
}
.BgClassName
{
background-color: #F918F0;
}
</style>
border-color css
<style>
span { border-color: #F918F0; }
span { border-color: rgb(249,24,240); }
td.TdClassName
{
border-color: #F918F0;
}
.TagClassName
{
border-color: #F918F0;
}
</style>