Shades of Hot Magenta #F301C5
Tints of Hot Magenta #F301C5
RGB
CMYK
RGB Variations
Color information
#F301C5 (or 0xF301C5) is known color: Hot Magenta. HEX triplet: F3, 01 and C5. RGB value is (243,1,197). Sum of RGB (Red+Green+Blue) = 243+1+197=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F301C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301C5 is #0CFE3A. Grayscale: #5F5F5F. Windows color (decimal): -851515 or 12911091. OLE color: 12911091.
HSL color Cylindrical-coordinate representation of color #F301C5: hue angle of 311.4º 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 #F301C5 is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 197 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.05 |
| HSL | 311.41º | 0.99% | 0.48% | - |
| HSV(B) | 311.41º | 1% | 0.95% | - |
| XYZ | 47.05 | 23.11 | 54.8 | - |
| YUV | 95.7 | 185.17 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 197 | 0 | 1.00 | 0.19 | 0.05 | 311.41 | 0.99 | 0.48 |
| Hex | F3 | 1 | C5 | 0 | 64 | 13 | 5 | 137 | 63 | 30 |
| Octal | 363 | 1 | 305 | 0 | 144 | 23 | 5 | 467 | 143 | 60 |
| Binary | 11110011 | 1 | 11000101 | 0 | 1100100 | 10011 | 101 | 100110111 | 1100011 | 110000 |
Color Harmonies of #F301C5
Complementary color
Monochromatic Colors of #F301C5
Black with #F301C5
Text Example
Text Example
White with #F301C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301C5; }
p { color: rgb(243,1,197); }
H1.HeaderClassName
{
color: #F301C5;
}
.AnyTagClassName
{
color: #F301C5;
}
</style>
background-color css
<style>
a { background-color: #F301C5; }
a { background-color: rgb(243,1,197); }
div.DivClassName
{
background-color: #F301C5;
}
.BgClassName
{
background-color: #F301C5;
}
</style>
border-color css
<style>
span { border-color: #F301C5; }
span { border-color: rgb(243,1,197); }
td.TdClassName
{
border-color: #F301C5;
}
.TagClassName
{
border-color: #F301C5;
}
</style>