Shades of Hot Magenta #F300C5
Tints of Hot Magenta #F300C5
RGB
CMYK
RGB Variations
Color information
#F300C5 (or 0xF300C5) is known color: Hot Magenta. HEX triplet: F3, 00 and C5. RGB value is (243,0,197). Sum of RGB (Red+Green+Blue) = 243+0+197=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F300C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300C5 is #0CFF3A. Grayscale: #5E5E5E. Windows color (decimal): -851771 or 12910835. OLE color: 12910835.
HSL color Cylindrical-coordinate representation of color #F300C5: hue angle of 311.36º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F300C5 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 197 | - |
| CMYK | 0 | 1 | 0.19 | 0.05 |
| HSL | 311.36º | 1% | 0.48% | - |
| HSV(B) | 311.36º | 1% | 0.95% | - |
| XYZ | 47.04 | 23.09 | 54.8 | - |
| YUV | 95.12 | 185.51 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 197 | 0 | 1 | 0.19 | 0.05 | 311.36 | 1 | 0.48 |
| Hex | F3 | 0 | C5 | 0 | 64 | 13 | 5 | 137 | 64 | 30 |
| Octal | 363 | 0 | 305 | 0 | 144 | 23 | 5 | 467 | 144 | 60 |
| Binary | 11110011 | 0 | 11000101 | 0 | 1100100 | 10011 | 101 | 100110111 | 1100100 | 110000 |
Color Harmonies of #F300C5
Complementary color
Monochromatic Colors of #F300C5
Black with #F300C5
Text Example
Text Example
White with #F300C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300C5; }
p { color: rgb(243,0,197); }
H1.HeaderClassName
{
color: #F300C5;
}
.AnyTagClassName
{
color: #F300C5;
}
</style>
background-color css
<style>
a { background-color: #F300C5; }
a { background-color: rgb(243,0,197); }
div.DivClassName
{
background-color: #F300C5;
}
.BgClassName
{
background-color: #F300C5;
}
</style>
border-color css
<style>
span { border-color: #F300C5; }
span { border-color: rgb(243,0,197); }
td.TdClassName
{
border-color: #F300C5;
}
.TagClassName
{
border-color: #F300C5;
}
</style>