Shades of Magenta #F00DFE
Tints of Magenta #F00DFE
RGB
CMYK
RGB Variations
Color information
#F00DFE (or 0xF00DFE) is known color: Magenta. HEX triplet: F0, 0D and FE. RGB value is (240,13,254). Sum of RGB (Red+Green+Blue) = 240+13+254=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 13 (5.47% from 255 or 2.56% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #F00DFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00DFE is #0FF201. Grayscale: #6B6B6B. Windows color (decimal): -1044994 or 16649712. OLE color: 16649712.
HSL color Cylindrical-coordinate representation of color #F00DFE: hue angle of 296.51º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00DFE is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 13 | 254 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.00 |
| HSL | 296.51º | 0.99% | 0.52% | - |
| HSV(B) | 296.51º | 0.95% | 1% | - |
| XYZ | 53.97 | 25.97 | 95.93 | - |
| YUV | 108.35 | 210.21 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 254 | 0.06 | 0.95 | 0 | 0.00 | 296.51 | 0.99 | 0.52 |
| Hex | F0 | D | FE | 6 | 5F | 0 | 0 | 129 | 63 | 34 |
| Octal | 360 | 15 | 376 | 6 | 137 | 0 | 0 | 451 | 143 | 64 |
| Binary | 11110000 | 1101 | 11111110 | 110 | 1011111 | 0 | 0 | 100101001 | 1100011 | 110100 |
Color Harmonies of #F00DFE
Complementary color
Monochromatic Colors of #F00DFE
Black with #F00DFE
Text Example
Text Example
White with #F00DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00DFE; }
p { color: rgb(240,13,254); }
H1.HeaderClassName
{
color: #F00DFE;
}
.AnyTagClassName
{
color: #F00DFE;
}
</style>
background-color css
<style>
a { background-color: #F00DFE; }
a { background-color: rgb(240,13,254); }
div.DivClassName
{
background-color: #F00DFE;
}
.BgClassName
{
background-color: #F00DFE;
}
</style>
border-color css
<style>
span { border-color: #F00DFE; }
span { border-color: rgb(240,13,254); }
td.TdClassName
{
border-color: #F00DFE;
}
.TagClassName
{
border-color: #F00DFE;
}
</style>