Shades of Magenta #EF00F9
Tints of Magenta #EF00F9
RGB
CMYK
RGB Variations
Color information
#EF00F9 (or 0xEF00F9) is known color: Magenta. HEX triplet: EF, 00 and F9. RGB value is (239,0,249). Sum of RGB (Red+Green+Blue) = 239+0+249=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 0 (0.39% from 255 or 0% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF00F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF00F9 is #10FF06. Grayscale: #636363. Windows color (decimal): -1113863 or 16318703. OLE color: 16318703.
HSL color Cylindrical-coordinate representation of color #EF00F9: hue angle of 297.59º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF00F9 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 0 | 249 | - |
| CMYK | 0.04 | 1 | 0 | 0.02 |
| HSL | 297.59º | 1% | 0.49% | - |
| HSV(B) | 297.59º | 1% | 0.98% | - |
| XYZ | 52.7 | 25.19 | 91.71 | - |
| YUV | 99.85 | 212.18 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 249 | 0.04 | 1 | 0 | 0.02 | 297.59 | 1 | 0.49 |
| Hex | EF | 0 | F9 | 4 | 64 | 0 | 2 | 12A | 64 | 31 |
| Octal | 357 | 0 | 371 | 4 | 144 | 0 | 2 | 452 | 144 | 61 |
| Binary | 11101111 | 0 | 11111001 | 100 | 1100100 | 0 | 10 | 100101010 | 1100100 | 110001 |
Color Harmonies of #EF00F9
Complementary color
Monochromatic Colors of #EF00F9
Black with #EF00F9
Text Example
Text Example
White with #EF00F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF00F9; }
p { color: rgb(239,0,249); }
H1.HeaderClassName
{
color: #EF00F9;
}
.AnyTagClassName
{
color: #EF00F9;
}
</style>
background-color css
<style>
a { background-color: #EF00F9; }
a { background-color: rgb(239,0,249); }
div.DivClassName
{
background-color: #EF00F9;
}
.BgClassName
{
background-color: #EF00F9;
}
</style>
border-color css
<style>
span { border-color: #EF00F9; }
span { border-color: rgb(239,0,249); }
td.TdClassName
{
border-color: #EF00F9;
}
.TagClassName
{
border-color: #EF00F9;
}
</style>