Shades of Hot Magenta #F701C9
Tints of Hot Magenta #F701C9
RGB
CMYK
RGB Variations
Color information
#F701C9 (or 0xF701C9) is known color: Hot Magenta. HEX triplet: F7, 01 and C9. RGB value is (247,1,201). Sum of RGB (Red+Green+Blue) = 247+1+201=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 1 (0.78% from 255 or 0.22% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F701C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701C9 is #08FE36. Grayscale: #606060. Windows color (decimal): -589367 or 13173239. OLE color: 13173239.
HSL color Cylindrical-coordinate representation of color #F701C9: hue angle of 311.22º 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 #F701C9 is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 201 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.03 |
| HSL | 311.22º | 0.99% | 0.49% | - |
| HSV(B) | 311.22º | 1% | 0.97% | - |
| XYZ | 48.91 | 24.01 | 57.32 | - |
| YUV | 97.35 | 186.5 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 201 | 0 | 1.00 | 0.19 | 0.03 | 311.22 | 0.99 | 0.49 |
| Hex | F7 | 1 | C9 | 0 | 64 | 13 | 3 | 137 | 63 | 31 |
| Octal | 367 | 1 | 311 | 0 | 144 | 23 | 3 | 467 | 143 | 61 |
| Binary | 11110111 | 1 | 11001001 | 0 | 1100100 | 10011 | 11 | 100110111 | 1100011 | 110001 |
Color Harmonies of #F701C9
Complementary color
Monochromatic Colors of #F701C9
Black with #F701C9
Text Example
Text Example
White with #F701C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701C9; }
p { color: rgb(247,1,201); }
H1.HeaderClassName
{
color: #F701C9;
}
.AnyTagClassName
{
color: #F701C9;
}
</style>
background-color css
<style>
a { background-color: #F701C9; }
a { background-color: rgb(247,1,201); }
div.DivClassName
{
background-color: #F701C9;
}
.BgClassName
{
background-color: #F701C9;
}
</style>
border-color css
<style>
span { border-color: #F701C9; }
span { border-color: rgb(247,1,201); }
td.TdClassName
{
border-color: #F701C9;
}
.TagClassName
{
border-color: #F701C9;
}
</style>