Shades of Hot Magenta #F301C7
Tints of Hot Magenta #F301C7
RGB
CMYK
RGB Variations
Color information
#F301C7 (or 0xF301C7) is known color: Hot Magenta. HEX triplet: F3, 01 and C7. RGB value is (243,1,199). Sum of RGB (Red+Green+Blue) = 243+1+199=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F301C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301C7 is #0CFE38. Grayscale: #5F5F5F. Windows color (decimal): -851513 or 13042163. OLE color: 13042163.
HSL color Cylindrical-coordinate representation of color #F301C7: hue angle of 310.91º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F301C7 is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 199 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.05 |
| HSL | 310.91º | 0.99% | 0.48% | - |
| HSV(B) | 310.91º | 1% | 0.95% | - |
| XYZ | 47.28 | 23.2 | 56.02 | - |
| YUV | 95.93 | 186.17 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 199 | 0 | 1.00 | 0.18 | 0.05 | 310.91 | 0.99 | 0.48 |
| Hex | F3 | 1 | C7 | 0 | 64 | 12 | 5 | 137 | 63 | 30 |
| Octal | 363 | 1 | 307 | 0 | 144 | 22 | 5 | 467 | 143 | 60 |
| Binary | 11110011 | 1 | 11000111 | 0 | 1100100 | 10010 | 101 | 100110111 | 1100011 | 110000 |
Color Harmonies of #F301C7
Complementary color
Monochromatic Colors of #F301C7
Black with #F301C7
Text Example
Text Example
White with #F301C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301C7; }
p { color: rgb(243,1,199); }
H1.HeaderClassName
{
color: #F301C7;
}
.AnyTagClassName
{
color: #F301C7;
}
</style>
background-color css
<style>
a { background-color: #F301C7; }
a { background-color: rgb(243,1,199); }
div.DivClassName
{
background-color: #F301C7;
}
.BgClassName
{
background-color: #F301C7;
}
</style>
border-color css
<style>
span { border-color: #F301C7; }
span { border-color: rgb(243,1,199); }
td.TdClassName
{
border-color: #F301C7;
}
.TagClassName
{
border-color: #F301C7;
}
</style>