Shades of Hot Magenta #F300DA
Tints of Hot Magenta #F300DA
RGB
CMYK
RGB Variations
Color information
#F300DA (or 0xF300DA) is known color: Hot Magenta. HEX triplet: F3, 00 and DA. RGB value is (243,0,218). Sum of RGB (Red+Green+Blue) = 243+0+218=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 0 (0.39% from 255 or 0% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F300DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300DA is #0CFF25. Grayscale: #606060. Windows color (decimal): -851750 or 14287091. OLE color: 14287091.
HSL color Cylindrical-coordinate representation of color #F300DA: hue angle of 306.17º 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 #F300DA is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 218 | - |
| CMYK | 0 | 1 | 0.10 | 0.05 |
| HSL | 306.17º | 1% | 0.48% | - |
| HSV(B) | 306.17º | 1% | 0.95% | - |
| XYZ | 49.62 | 24.12 | 68.37 | - |
| YUV | 97.51 | 196.01 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 218 | 0 | 1 | 0.10 | 0.05 | 306.17 | 1 | 0.48 |
| Hex | F3 | 0 | DA | 0 | 64 | A | 5 | 132 | 64 | 30 |
| Octal | 363 | 0 | 332 | 0 | 144 | 12 | 5 | 462 | 144 | 60 |
| Binary | 11110011 | 0 | 11011010 | 0 | 1100100 | 1010 | 101 | 100110010 | 1100100 | 110000 |
Color Harmonies of #F300DA
Complementary color
Monochromatic Colors of #F300DA
Black with #F300DA
Text Example
Text Example
White with #F300DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300DA; }
p { color: rgb(243,0,218); }
H1.HeaderClassName
{
color: #F300DA;
}
.AnyTagClassName
{
color: #F300DA;
}
</style>
background-color css
<style>
a { background-color: #F300DA; }
a { background-color: rgb(243,0,218); }
div.DivClassName
{
background-color: #F300DA;
}
.BgClassName
{
background-color: #F300DA;
}
</style>
border-color css
<style>
span { border-color: #F300DA; }
span { border-color: rgb(243,0,218); }
td.TdClassName
{
border-color: #F300DA;
}
.TagClassName
{
border-color: #F300DA;
}
</style>