Shades of Hot Magenta #F701CE
Tints of Hot Magenta #F701CE
RGB
CMYK
RGB Variations
Color information
#F701CE (or 0xF701CE) is known color: Hot Magenta. HEX triplet: F7, 01 and CE. RGB value is (247,1,206). Sum of RGB (Red+Green+Blue) = 247+1+206=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F701CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701CE is #08FE31. Grayscale: #616161. Windows color (decimal): -589362 or 13500919. OLE color: 13500919.
HSL color Cylindrical-coordinate representation of color #F701CE: hue angle of 310º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F701CE is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 206 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.03 |
| HSL | 310º | 0.99% | 0.49% | - |
| HSV(B) | 310º | 1% | 0.97% | - |
| XYZ | 49.51 | 24.25 | 60.46 | - |
| YUV | 97.92 | 189 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 206 | 0 | 1.00 | 0.17 | 0.03 | 310 | 0.99 | 0.49 |
| Hex | F7 | 1 | CE | 0 | 64 | 11 | 3 | 136 | 63 | 31 |
| Octal | 367 | 1 | 316 | 0 | 144 | 21 | 3 | 466 | 143 | 61 |
| Binary | 11110111 | 1 | 11001110 | 0 | 1100100 | 10001 | 11 | 100110110 | 1100011 | 110001 |
Color Harmonies of #F701CE
Complementary color
Monochromatic Colors of #F701CE
Black with #F701CE
Text Example
Text Example
White with #F701CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701CE; }
p { color: rgb(247,1,206); }
H1.HeaderClassName
{
color: #F701CE;
}
.AnyTagClassName
{
color: #F701CE;
}
</style>
background-color css
<style>
a { background-color: #F701CE; }
a { background-color: rgb(247,1,206); }
div.DivClassName
{
background-color: #F701CE;
}
.BgClassName
{
background-color: #F701CE;
}
</style>
border-color css
<style>
span { border-color: #F701CE; }
span { border-color: rgb(247,1,206); }
td.TdClassName
{
border-color: #F701CE;
}
.TagClassName
{
border-color: #F701CE;
}
</style>