Shades of Hot Magenta #FF07CF
Tints of Hot Magenta #FF07CF
RGB
CMYK
RGB Variations
Color information
#FF07CF (or 0xFF07CF) is known color: Hot Magenta. HEX triplet: FF, 07 and CF. RGB value is (255,7,207). Sum of RGB (Red+Green+Blue) = 255+7+207=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 7 (3.12% from 255 or 1.49% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07CF is #00F830. Grayscale: #676767. Windows color (decimal): -63537 or 13567999. OLE color: 13567999.
HSL color Cylindrical-coordinate representation of color #FF07CF: hue angle of 311.61º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF07CF is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 207 | - |
| CMYK | 0 | 0.97 | 0.19 | 0 |
| HSL | 311.61º | 1% | 0.51% | - |
| HSV(B) | 311.61º | 0.97% | 1% | - |
| XYZ | 52.58 | 25.92 | 61.26 | - |
| YUV | 103.95 | 186.16 | 235.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 207 | 0 | 0.97 | 0.19 | 0 | 311.61 | 1 | 0.51 |
| Hex | FF | 7 | CF | 0 | 61 | 13 | 0 | 138 | 64 | 33 |
| Octal | 377 | 7 | 317 | 0 | 141 | 23 | 0 | 470 | 144 | 63 |
| Binary | 11111111 | 111 | 11001111 | 0 | 1100001 | 10011 | 0 | 100111000 | 1100100 | 110011 |
Color Harmonies of #FF07CF
Complementary color
Monochromatic Colors of #FF07CF
Black with #FF07CF
Text Example
Text Example
White with #FF07CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07CF; }
p { color: rgb(255,7,207); }
H1.HeaderClassName
{
color: #FF07CF;
}
.AnyTagClassName
{
color: #FF07CF;
}
</style>
background-color css
<style>
a { background-color: #FF07CF; }
a { background-color: rgb(255,7,207); }
div.DivClassName
{
background-color: #FF07CF;
}
.BgClassName
{
background-color: #FF07CF;
}
</style>
border-color css
<style>
span { border-color: #FF07CF; }
span { border-color: rgb(255,7,207); }
td.TdClassName
{
border-color: #FF07CF;
}
.TagClassName
{
border-color: #FF07CF;
}
</style>