Shades of Magenta #FF0DFE
Tints of Magenta #FF0DFE
RGB
CMYK
RGB Variations
Color information
#FF0DFE (or 0xFF0DFE) is known color: Magenta. HEX triplet: FF, 0D and FE. RGB value is (255,13,254). Sum of RGB (Red+Green+Blue) = 255+13+254=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 13 (5.47% from 255 or 2.49% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0DFE is #00F201. Grayscale: #707070. Windows color (decimal): -61954 or 16649727. OLE color: 16649727.
HSL color Cylindrical-coordinate representation of color #FF0DFE: hue angle of 300.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0DFE is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 254 | - |
| CMYK | 0 | 0.95 | 0.00 | 0 |
| HSL | 300.25º | 1% | 0.53% | - |
| HSV(B) | 300.25º | 0.95% | 1% | - |
| XYZ | 59.27 | 28.7 | 96.18 | - |
| YUV | 112.83 | 207.67 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 254 | 0 | 0.95 | 0.00 | 0 | 300.25 | 1 | 0.53 |
| Hex | FF | D | FE | 0 | 5F | 0 | 0 | 12C | 64 | 35 |
| Octal | 377 | 15 | 376 | 0 | 137 | 0 | 0 | 454 | 144 | 65 |
| Binary | 11111111 | 1101 | 11111110 | 0 | 1011111 | 0 | 0 | 100101100 | 1100100 | 110101 |
Color Harmonies of #FF0DFE
Complementary color
Monochromatic Colors of #FF0DFE
Black with #FF0DFE
Text Example
Text Example
White with #FF0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DFE; }
p { color: rgb(255,13,254); }
H1.HeaderClassName
{
color: #FF0DFE;
}
.AnyTagClassName
{
color: #FF0DFE;
}
</style>
background-color css
<style>
a { background-color: #FF0DFE; }
a { background-color: rgb(255,13,254); }
div.DivClassName
{
background-color: #FF0DFE;
}
.BgClassName
{
background-color: #FF0DFE;
}
</style>
border-color css
<style>
span { border-color: #FF0DFE; }
span { border-color: rgb(255,13,254); }
td.TdClassName
{
border-color: #FF0DFE;
}
.TagClassName
{
border-color: #FF0DFE;
}
</style>