Shades of Hot Magenta #F300C2
Tints of Hot Magenta #F300C2
RGB
CMYK
RGB Variations
Color information
#F300C2 (or 0xF300C2) is known color: Hot Magenta. HEX triplet: F3, 00 and C2. RGB value is (243,0,194). Sum of RGB (Red+Green+Blue) = 243+0+194=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F300C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300C2 is #0CFF3D. Grayscale: #5E5E5E. Windows color (decimal): -851774 or 12714227. OLE color: 12714227.
HSL color Cylindrical-coordinate representation of color #F300C2: hue angle of 312.1º 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 #F300C2 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 194 | - |
| CMYK | 0 | 1 | 0.20 | 0.05 |
| HSL | 312.1º | 1% | 0.48% | - |
| HSV(B) | 312.1º | 1% | 0.95% | - |
| XYZ | 46.7 | 22.95 | 53.01 | - |
| YUV | 94.77 | 184.01 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 194 | 0 | 1 | 0.20 | 0.05 | 312.1 | 1 | 0.48 |
| Hex | F3 | 0 | C2 | 0 | 64 | 14 | 5 | 138 | 64 | 30 |
| Octal | 363 | 0 | 302 | 0 | 144 | 24 | 5 | 470 | 144 | 60 |
| Binary | 11110011 | 0 | 11000010 | 0 | 1100100 | 10100 | 101 | 100111000 | 1100100 | 110000 |
Color Harmonies of #F300C2
Complementary color
Monochromatic Colors of #F300C2
Black with #F300C2
Text Example
Text Example
White with #F300C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300C2; }
p { color: rgb(243,0,194); }
H1.HeaderClassName
{
color: #F300C2;
}
.AnyTagClassName
{
color: #F300C2;
}
</style>
background-color css
<style>
a { background-color: #F300C2; }
a { background-color: rgb(243,0,194); }
div.DivClassName
{
background-color: #F300C2;
}
.BgClassName
{
background-color: #F300C2;
}
</style>
border-color css
<style>
span { border-color: #F300C2; }
span { border-color: rgb(243,0,194); }
td.TdClassName
{
border-color: #F300C2;
}
.TagClassName
{
border-color: #F300C2;
}
</style>