Shades of Magenta #FF0DF8
Tints of Magenta #FF0DF8
RGB
CMYK
RGB Variations
Color information
#FF0DF8 (or 0xFF0DF8) is known color: Magenta. HEX triplet: FF, 0D and F8. RGB value is (255,13,248). Sum of RGB (Red+Green+Blue) = 255+13+248=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 13 (5.47% from 255 or 2.52% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0DF8 is #00F207. Grayscale: #6F6F6F. Windows color (decimal): -61960 or 16256511. OLE color: 16256511.
HSL color Cylindrical-coordinate representation of color #FF0DF8: hue angle of 301.74º 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 #FF0DF8 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 248 | - |
| CMYK | 0 | 0.95 | 0.03 | 0 |
| HSL | 301.74º | 1% | 0.53% | - |
| HSV(B) | 301.74º | 0.95% | 1% | - |
| XYZ | 58.33 | 28.33 | 91.2 | - |
| YUV | 112.15 | 204.67 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 248 | 0 | 0.95 | 0.03 | 0 | 301.74 | 1 | 0.53 |
| Hex | FF | D | F8 | 0 | 5F | 3 | 0 | 12E | 64 | 35 |
| Octal | 377 | 15 | 370 | 0 | 137 | 3 | 0 | 456 | 144 | 65 |
| Binary | 11111111 | 1101 | 11111000 | 0 | 1011111 | 11 | 0 | 100101110 | 1100100 | 110101 |
Color Harmonies of #FF0DF8
Complementary color
Monochromatic Colors of #FF0DF8
Black with #FF0DF8
Text Example
Text Example
White with #FF0DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DF8; }
p { color: rgb(255,13,248); }
H1.HeaderClassName
{
color: #FF0DF8;
}
.AnyTagClassName
{
color: #FF0DF8;
}
</style>
background-color css
<style>
a { background-color: #FF0DF8; }
a { background-color: rgb(255,13,248); }
div.DivClassName
{
background-color: #FF0DF8;
}
.BgClassName
{
background-color: #FF0DF8;
}
</style>
border-color css
<style>
span { border-color: #FF0DF8; }
span { border-color: rgb(255,13,248); }
td.TdClassName
{
border-color: #FF0DF8;
}
.TagClassName
{
border-color: #FF0DF8;
}
</style>