Shades of Magenta #F00EFD
Tints of Magenta #F00EFD
RGB
CMYK
RGB Variations
Color information
#F00EFD (or 0xF00EFD) is known color: Magenta. HEX triplet: F0, 0E and FD. RGB value is (240,14,253). Sum of RGB (Red+Green+Blue) = 240+14+253=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 14 (5.86% from 255 or 2.76% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #F00EFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00EFD is #0FF102. Grayscale: #6C6C6C. Windows color (decimal): -1044739 or 16584432. OLE color: 16584432.
HSL color Cylindrical-coordinate representation of color #F00EFD: hue angle of 296.74º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00EFD is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 14 | 253 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.01 |
| HSL | 296.74º | 0.98% | 0.52% | - |
| HSV(B) | 296.74º | 0.94% | 0.99% | - |
| XYZ | 53.82 | 25.93 | 95.1 | - |
| YUV | 108.82 | 209.37 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 253 | 0.05 | 0.94 | 0 | 0.01 | 296.74 | 0.98 | 0.52 |
| Hex | F0 | E | FD | 5 | 5E | 0 | 1 | 129 | 62 | 34 |
| Octal | 360 | 16 | 375 | 5 | 136 | 0 | 1 | 451 | 142 | 64 |
| Binary | 11110000 | 1110 | 11111101 | 101 | 1011110 | 0 | 1 | 100101001 | 1100010 | 110100 |
Color Harmonies of #F00EFD
Complementary color
Monochromatic Colors of #F00EFD
Black with #F00EFD
Text Example
Text Example
White with #F00EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EFD; }
p { color: rgb(240,14,253); }
H1.HeaderClassName
{
color: #F00EFD;
}
.AnyTagClassName
{
color: #F00EFD;
}
</style>
background-color css
<style>
a { background-color: #F00EFD; }
a { background-color: rgb(240,14,253); }
div.DivClassName
{
background-color: #F00EFD;
}
.BgClassName
{
background-color: #F00EFD;
}
</style>
border-color css
<style>
span { border-color: #F00EFD; }
span { border-color: rgb(240,14,253); }
td.TdClassName
{
border-color: #F00EFD;
}
.TagClassName
{
border-color: #F00EFD;
}
</style>