Shades of Hot Magenta #F000CF
Tints of Hot Magenta #F000CF
RGB
CMYK
RGB Variations
Color information
#F000CF (or 0xF000CF) is known color: Hot Magenta. HEX triplet: F0, 00 and CF. RGB value is (240,0,207). Sum of RGB (Red+Green+Blue) = 240+0+207=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F000CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000CF is #0FFF30. Grayscale: #5E5E5E. Windows color (decimal): -1048369 or 13566192. OLE color: 13566192.
HSL color Cylindrical-coordinate representation of color #F000CF: hue angle of 308.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000CF is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.14 | 0.06 |
| HSL | 308.25º | 1% | 0.47% | - |
| HSV(B) | 308.25º | 1% | 0.94% | - |
| XYZ | 47.2 | 23.03 | 60.99 | - |
| YUV | 95.36 | 191.01 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 207 | 0 | 1 | 0.14 | 0.06 | 308.25 | 1 | 0.47 |
| Hex | F0 | 0 | CF | 0 | 64 | E | 6 | 134 | 64 | 2F |
| Octal | 360 | 0 | 317 | 0 | 144 | 16 | 6 | 464 | 144 | 57 |
| Binary | 11110000 | 0 | 11001111 | 0 | 1100100 | 1110 | 110 | 100110100 | 1100100 | 101111 |
Color Harmonies of #F000CF
Complementary color
Monochromatic Colors of #F000CF
Black with #F000CF
Text Example
Text Example
White with #F000CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000CF; }
p { color: rgb(240,0,207); }
H1.HeaderClassName
{
color: #F000CF;
}
.AnyTagClassName
{
color: #F000CF;
}
</style>
background-color css
<style>
a { background-color: #F000CF; }
a { background-color: rgb(240,0,207); }
div.DivClassName
{
background-color: #F000CF;
}
.BgClassName
{
background-color: #F000CF;
}
</style>
border-color css
<style>
span { border-color: #F000CF; }
span { border-color: rgb(240,0,207); }
td.TdClassName
{
border-color: #F000CF;
}
.TagClassName
{
border-color: #F000CF;
}
</style>