Shades of Hot Magenta #FF0DCF
Tints of Hot Magenta #FF0DCF
RGB
CMYK
RGB Variations
Color information
#FF0DCF (or 0xFF0DCF) is known color: Hot Magenta. HEX triplet: FF, 0D and CF. RGB value is (255,13,207). Sum of RGB (Red+Green+Blue) = 255+13+207=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 13 (5.47% from 255 or 2.74% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0DCF is #00F230. Grayscale: #6A6A6A. Windows color (decimal): -62001 or 13569535. OLE color: 13569535.
HSL color Cylindrical-coordinate representation of color #FF0DCF: hue angle of 311.9º 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 #FF0DCF is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 207 | - |
| CMYK | 0 | 0.95 | 0.19 | 0 |
| HSL | 311.9º | 1% | 0.53% | - |
| HSV(B) | 311.9º | 0.95% | 1% | - |
| XYZ | 52.65 | 26.05 | 61.29 | - |
| YUV | 107.47 | 184.17 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 207 | 0 | 0.95 | 0.19 | 0 | 311.9 | 1 | 0.53 |
| Hex | FF | D | CF | 0 | 5F | 13 | 0 | 138 | 64 | 35 |
| Octal | 377 | 15 | 317 | 0 | 137 | 23 | 0 | 470 | 144 | 65 |
| Binary | 11111111 | 1101 | 11001111 | 0 | 1011111 | 10011 | 0 | 100111000 | 1100100 | 110101 |
Color Harmonies of #FF0DCF
Complementary color
Monochromatic Colors of #FF0DCF
Black with #FF0DCF
Text Example
Text Example
White with #FF0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DCF; }
p { color: rgb(255,13,207); }
H1.HeaderClassName
{
color: #FF0DCF;
}
.AnyTagClassName
{
color: #FF0DCF;
}
</style>
background-color css
<style>
a { background-color: #FF0DCF; }
a { background-color: rgb(255,13,207); }
div.DivClassName
{
background-color: #FF0DCF;
}
.BgClassName
{
background-color: #FF0DCF;
}
</style>
border-color css
<style>
span { border-color: #FF0DCF; }
span { border-color: rgb(255,13,207); }
td.TdClassName
{
border-color: #FF0DCF;
}
.TagClassName
{
border-color: #FF0DCF;
}
</style>