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