Shades of Hot Magenta #F300C1
Tints of Hot Magenta #F300C1
RGB
CMYK
RGB Variations
Color information
#F300C1 (or 0xF300C1) is known color: Hot Magenta. HEX triplet: F3, 00 and C1. RGB value is (243,0,193). Sum of RGB (Red+Green+Blue) = 243+0+193=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F300C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300C1 is #0CFF3E. Grayscale: #5E5E5E. Windows color (decimal): -851775 or 12648691. OLE color: 12648691.
HSL color Cylindrical-coordinate representation of color #F300C1: hue angle of 312.35º 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 #F300C1 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 193 | - |
| CMYK | 0 | 1 | 0.21 | 0.05 |
| HSL | 312.35º | 1% | 0.48% | - |
| HSV(B) | 312.35º | 1% | 0.95% | - |
| XYZ | 46.59 | 22.9 | 52.42 | - |
| YUV | 94.66 | 183.51 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 193 | 0 | 1 | 0.21 | 0.05 | 312.35 | 1 | 0.48 |
| Hex | F3 | 0 | C1 | 0 | 64 | 15 | 5 | 138 | 64 | 30 |
| Octal | 363 | 0 | 301 | 0 | 144 | 25 | 5 | 470 | 144 | 60 |
| Binary | 11110011 | 0 | 11000001 | 0 | 1100100 | 10101 | 101 | 100111000 | 1100100 | 110000 |
Color Harmonies of #F300C1
Complementary color
Monochromatic Colors of #F300C1
Black with #F300C1
Text Example
Text Example
White with #F300C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300C1; }
p { color: rgb(243,0,193); }
H1.HeaderClassName
{
color: #F300C1;
}
.AnyTagClassName
{
color: #F300C1;
}
</style>
background-color css
<style>
a { background-color: #F300C1; }
a { background-color: rgb(243,0,193); }
div.DivClassName
{
background-color: #F300C1;
}
.BgClassName
{
background-color: #F300C1;
}
</style>
border-color css
<style>
span { border-color: #F300C1; }
span { border-color: rgb(243,0,193); }
td.TdClassName
{
border-color: #F300C1;
}
.TagClassName
{
border-color: #F300C1;
}
</style>