Shades of Hot Magenta #F300DC
Tints of Hot Magenta #F300DC
RGB
CMYK
RGB Variations
Color information
#F300DC (or 0xF300DC) is known color: Hot Magenta. HEX triplet: F3, 00 and DC. RGB value is (243,0,220). Sum of RGB (Red+Green+Blue) = 243+0+220=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F300DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300DC is #0CFF23. Grayscale: #616161. Windows color (decimal): -851748 or 14418163. OLE color: 14418163.
HSL color Cylindrical-coordinate representation of color #F300DC: hue angle of 305.68º 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 #F300DC is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 220 | - |
| CMYK | 0 | 1 | 0.09 | 0.05 |
| HSL | 305.68º | 1% | 0.48% | - |
| HSV(B) | 305.68º | 1% | 0.95% | - |
| XYZ | 49.88 | 24.22 | 69.76 | - |
| YUV | 97.74 | 197.01 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 220 | 0 | 1 | 0.09 | 0.05 | 305.68 | 1 | 0.48 |
| Hex | F3 | 0 | DC | 0 | 64 | 9 | 5 | 132 | 64 | 30 |
| Octal | 363 | 0 | 334 | 0 | 144 | 11 | 5 | 462 | 144 | 60 |
| Binary | 11110011 | 0 | 11011100 | 0 | 1100100 | 1001 | 101 | 100110010 | 1100100 | 110000 |
Color Harmonies of #F300DC
Complementary color
Monochromatic Colors of #F300DC
Black with #F300DC
Text Example
Text Example
White with #F300DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300DC; }
p { color: rgb(243,0,220); }
H1.HeaderClassName
{
color: #F300DC;
}
.AnyTagClassName
{
color: #F300DC;
}
</style>
background-color css
<style>
a { background-color: #F300DC; }
a { background-color: rgb(243,0,220); }
div.DivClassName
{
background-color: #F300DC;
}
.BgClassName
{
background-color: #F300DC;
}
</style>
border-color css
<style>
span { border-color: #F300DC; }
span { border-color: rgb(243,0,220); }
td.TdClassName
{
border-color: #F300DC;
}
.TagClassName
{
border-color: #F300DC;
}
</style>