Shades of Magenta #FF0DF4
Tints of Magenta #FF0DF4
RGB
CMYK
RGB Variations
Color information
#FF0DF4 (or 0xFF0DF4) is known color: Magenta. HEX triplet: FF, 0D and F4. RGB value is (255,13,244). Sum of RGB (Red+Green+Blue) = 255+13+244=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 13 (5.47% from 255 or 2.54% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0DF4 is #00F20B. Grayscale: #6F6F6F. Windows color (decimal): -61964 or 15994367. OLE color: 15994367.
HSL color Cylindrical-coordinate representation of color #FF0DF4: hue angle of 302.73º 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 #FF0DF4 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 244 | - |
| CMYK | 0 | 0.95 | 0.04 | 0 |
| HSL | 302.73º | 1% | 0.53% | - |
| HSV(B) | 302.73º | 0.95% | 1% | - |
| XYZ | 57.71 | 28.08 | 87.97 | - |
| YUV | 111.69 | 202.67 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 244 | 0 | 0.95 | 0.04 | 0 | 302.73 | 1 | 0.53 |
| Hex | FF | D | F4 | 0 | 5F | 4 | 0 | 12F | 64 | 35 |
| Octal | 377 | 15 | 364 | 0 | 137 | 4 | 0 | 457 | 144 | 65 |
| Binary | 11111111 | 1101 | 11110100 | 0 | 1011111 | 100 | 0 | 100101111 | 1100100 | 110101 |
Color Harmonies of #FF0DF4
Complementary color
Monochromatic Colors of #FF0DF4
Black with #FF0DF4
Text Example
Text Example
White with #FF0DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DF4; }
p { color: rgb(255,13,244); }
H1.HeaderClassName
{
color: #FF0DF4;
}
.AnyTagClassName
{
color: #FF0DF4;
}
</style>
background-color css
<style>
a { background-color: #FF0DF4; }
a { background-color: rgb(255,13,244); }
div.DivClassName
{
background-color: #FF0DF4;
}
.BgClassName
{
background-color: #FF0DF4;
}
</style>
border-color css
<style>
span { border-color: #FF0DF4; }
span { border-color: rgb(255,13,244); }
td.TdClassName
{
border-color: #FF0DF4;
}
.TagClassName
{
border-color: #FF0DF4;
}
</style>