Shades of Magenta #F918EF
Tints of Magenta #F918EF
RGB
CMYK
RGB Variations
Color information
#F918EF (or 0xF918EF) is known color: Magenta. HEX triplet: F9, 18 and EF. RGB value is (249,24,239). Sum of RGB (Red+Green+Blue) = 249+24+239=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 24 (9.77% from 255 or 4.69% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F918EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F918EF is #06E710. Grayscale: #737373. Windows color (decimal): -452369 or 15669497. OLE color: 15669497.
HSL color Cylindrical-coordinate representation of color #F918EF: hue angle of 302.67º 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 #F918EF is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 239 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.02 |
| HSL | 302.67º | 0.95% | 0.54% | - |
| HSV(B) | 302.67º | 0.9% | 0.98% | - |
| XYZ | 54.97 | 27.03 | 83.98 | - |
| YUV | 115.79 | 197.54 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 239 | 0 | 0.90 | 0.04 | 0.02 | 302.67 | 0.95 | 0.54 |
| Hex | F9 | 18 | EF | 0 | 5A | 4 | 2 | 12F | 5F | 36 |
| Octal | 371 | 30 | 357 | 0 | 132 | 4 | 2 | 457 | 137 | 66 |
| Binary | 11111001 | 11000 | 11101111 | 0 | 1011010 | 100 | 10 | 100101111 | 1011111 | 110110 |
Color Harmonies of #F918EF
Complementary color
Monochromatic Colors of #F918EF
Black with #F918EF
Text Example
Text Example
White with #F918EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918EF; }
p { color: rgb(249,24,239); }
H1.HeaderClassName
{
color: #F918EF;
}
.AnyTagClassName
{
color: #F918EF;
}
</style>
background-color css
<style>
a { background-color: #F918EF; }
a { background-color: rgb(249,24,239); }
div.DivClassName
{
background-color: #F918EF;
}
.BgClassName
{
background-color: #F918EF;
}
</style>
border-color css
<style>
span { border-color: #F918EF; }
span { border-color: rgb(249,24,239); }
td.TdClassName
{
border-color: #F918EF;
}
.TagClassName
{
border-color: #F918EF;
}
</style>