Shades of Hot Magenta #FF0FCF
Tints of Hot Magenta #FF0FCF
RGB
CMYK
RGB Variations
Color information
#FF0FCF (or 0xFF0FCF) is known color: Hot Magenta. HEX triplet: FF, 0F and CF. RGB value is (255,15,207). Sum of RGB (Red+Green+Blue) = 255+15+207=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 15 (6.25% from 255 or 3.14% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FCF is #00F030. Grayscale: #6C6C6C. Windows color (decimal): -61489 or 13570047. OLE color: 13570047.
HSL color Cylindrical-coordinate representation of color #FF0FCF: hue angle of 312º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FCF is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 207 | - |
| CMYK | 0 | 0.94 | 0.19 | 0 |
| HSL | 312º | 1% | 0.53% | - |
| HSV(B) | 312º | 0.94% | 1% | - |
| XYZ | 52.67 | 26.11 | 61.29 | - |
| YUV | 108.65 | 183.51 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 207 | 0 | 0.94 | 0.19 | 0 | 312 | 1 | 0.53 |
| Hex | FF | F | CF | 0 | 5E | 13 | 0 | 138 | 64 | 35 |
| Octal | 377 | 17 | 317 | 0 | 136 | 23 | 0 | 470 | 144 | 65 |
| Binary | 11111111 | 1111 | 11001111 | 0 | 1011110 | 10011 | 0 | 100111000 | 1100100 | 110101 |
Color Harmonies of #FF0FCF
Complementary color
Monochromatic Colors of #FF0FCF
Black with #FF0FCF
Text Example
Text Example
White with #FF0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FCF; }
p { color: rgb(255,15,207); }
H1.HeaderClassName
{
color: #FF0FCF;
}
.AnyTagClassName
{
color: #FF0FCF;
}
</style>
background-color css
<style>
a { background-color: #FF0FCF; }
a { background-color: rgb(255,15,207); }
div.DivClassName
{
background-color: #FF0FCF;
}
.BgClassName
{
background-color: #FF0FCF;
}
</style>
border-color css
<style>
span { border-color: #FF0FCF; }
span { border-color: rgb(255,15,207); }
td.TdClassName
{
border-color: #FF0FCF;
}
.TagClassName
{
border-color: #FF0FCF;
}
</style>