Shades of Hot Magenta #F301C0
Tints of Hot Magenta #F301C0
RGB
CMYK
RGB Variations
Color information
#F301C0 (or 0xF301C0) is known color: Hot Magenta. HEX triplet: F3, 01 and C0. RGB value is (243,1,192). Sum of RGB (Red+Green+Blue) = 243+1+192=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F301C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301C0 is #0CFE3F. Grayscale: #5E5E5E. Windows color (decimal): -851520 or 12583411. OLE color: 12583411.
HSL color Cylindrical-coordinate representation of color #F301C0: hue angle of 312.64º 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 #F301C0 is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 192 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.05 |
| HSL | 312.64º | 0.99% | 0.48% | - |
| HSV(B) | 312.64º | 1% | 0.95% | - |
| XYZ | 46.49 | 22.88 | 51.84 | - |
| YUV | 95.13 | 182.67 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 192 | 0 | 1.00 | 0.21 | 0.05 | 312.64 | 0.99 | 0.48 |
| Hex | F3 | 1 | C0 | 0 | 64 | 15 | 5 | 139 | 63 | 30 |
| Octal | 363 | 1 | 300 | 0 | 144 | 25 | 5 | 471 | 143 | 60 |
| Binary | 11110011 | 1 | 11000000 | 0 | 1100100 | 10101 | 101 | 100111001 | 1100011 | 110000 |
Color Harmonies of #F301C0
Complementary color
Monochromatic Colors of #F301C0
Black with #F301C0
Text Example
Text Example
White with #F301C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301C0; }
p { color: rgb(243,1,192); }
H1.HeaderClassName
{
color: #F301C0;
}
.AnyTagClassName
{
color: #F301C0;
}
</style>
background-color css
<style>
a { background-color: #F301C0; }
a { background-color: rgb(243,1,192); }
div.DivClassName
{
background-color: #F301C0;
}
.BgClassName
{
background-color: #F301C0;
}
</style>
border-color css
<style>
span { border-color: #F301C0; }
span { border-color: rgb(243,1,192); }
td.TdClassName
{
border-color: #F301C0;
}
.TagClassName
{
border-color: #F301C0;
}
</style>