Shades of Hot Magenta #FF00CF
Tints of Hot Magenta #FF00CF
RGB
CMYK
RGB Variations
Color information
#FF00CF (or 0xFF00CF) is known color: Hot Magenta. HEX triplet: FF, 00 and CF. RGB value is (255,0,207). Sum of RGB (Red+Green+Blue) = 255+0+207=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00CF is #00FF30. Grayscale: #636363. Windows color (decimal): -65329 or 13566207. OLE color: 13566207.
HSL color Cylindrical-coordinate representation of color #FF00CF: hue angle of 311.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF00CF is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.19 | 0 |
| HSL | 311.29º | 1% | 0.5% | - |
| HSV(B) | 311.29º | 1% | 1% | - |
| XYZ | 52.5 | 25.76 | 61.24 | - |
| YUV | 99.84 | 188.48 | 238.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 207 | 0 | 1 | 0.19 | 0 | 311.29 | 1 | 0.5 |
| Hex | FF | 0 | CF | 0 | 64 | 13 | 0 | 137 | 64 | 32 |
| Octal | 377 | 0 | 317 | 0 | 144 | 23 | 0 | 467 | 144 | 62 |
| Binary | 11111111 | 0 | 11001111 | 0 | 1100100 | 10011 | 0 | 100110111 | 1100100 | 110010 |
Color Harmonies of #FF00CF
Complementary color
Monochromatic Colors of #FF00CF
Black with #FF00CF
Text Example
Text Example
White with #FF00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00CF; }
p { color: rgb(255,0,207); }
H1.HeaderClassName
{
color: #FF00CF;
}
.AnyTagClassName
{
color: #FF00CF;
}
</style>
background-color css
<style>
a { background-color: #FF00CF; }
a { background-color: rgb(255,0,207); }
div.DivClassName
{
background-color: #FF00CF;
}
.BgClassName
{
background-color: #FF00CF;
}
</style>
border-color css
<style>
span { border-color: #FF00CF; }
span { border-color: rgb(255,0,207); }
td.TdClassName
{
border-color: #FF00CF;
}
.TagClassName
{
border-color: #FF00CF;
}
</style>