Shades of Hot Magenta #F300DD
Tints of Hot Magenta #F300DD
RGB
CMYK
RGB Variations
Color information
#F300DD (or 0xF300DD) is known color: Hot Magenta. HEX triplet: F3, 00 and DD. RGB value is (243,0,221). Sum of RGB (Red+Green+Blue) = 243+0+221=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 0 (0.39% from 255 or 0% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F300DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300DD is #0CFF22. Grayscale: #616161. Windows color (decimal): -851747 or 14483699. OLE color: 14483699.
HSL color Cylindrical-coordinate representation of color #F300DD: hue angle of 305.43º 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 #F300DD is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 221 | - |
| CMYK | 0 | 1 | 0.09 | 0.05 |
| HSL | 305.43º | 1% | 0.48% | - |
| HSV(B) | 305.43º | 1% | 0.95% | - |
| XYZ | 50.01 | 24.28 | 70.46 | - |
| YUV | 97.85 | 197.51 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 221 | 0 | 1 | 0.09 | 0.05 | 305.43 | 1 | 0.48 |
| Hex | F3 | 0 | DD | 0 | 64 | 9 | 5 | 131 | 64 | 30 |
| Octal | 363 | 0 | 335 | 0 | 144 | 11 | 5 | 461 | 144 | 60 |
| Binary | 11110011 | 0 | 11011101 | 0 | 1100100 | 1001 | 101 | 100110001 | 1100100 | 110000 |
Color Harmonies of #F300DD
Complementary color
Monochromatic Colors of #F300DD
Black with #F300DD
Text Example
Text Example
White with #F300DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300DD; }
p { color: rgb(243,0,221); }
H1.HeaderClassName
{
color: #F300DD;
}
.AnyTagClassName
{
color: #F300DD;
}
</style>
background-color css
<style>
a { background-color: #F300DD; }
a { background-color: rgb(243,0,221); }
div.DivClassName
{
background-color: #F300DD;
}
.BgClassName
{
background-color: #F300DD;
}
</style>
border-color css
<style>
span { border-color: #F300DD; }
span { border-color: rgb(243,0,221); }
td.TdClassName
{
border-color: #F300DD;
}
.TagClassName
{
border-color: #F300DD;
}
</style>