Shades of Hot Magenta #F300D9
Tints of Hot Magenta #F300D9
RGB
CMYK
RGB Variations
Color information
#F300D9 (or 0xF300D9) is known color: Hot Magenta. HEX triplet: F3, 00 and D9. RGB value is (243,0,217). Sum of RGB (Red+Green+Blue) = 243+0+217=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F300D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300D9 is #0CFF26. Grayscale: #606060. Windows color (decimal): -851751 or 14221555. OLE color: 14221555.
HSL color Cylindrical-coordinate representation of color #F300D9: hue angle of 306.42º 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 #F300D9 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 217 | - |
| CMYK | 0 | 1 | 0.11 | 0.05 |
| HSL | 306.42º | 1% | 0.48% | - |
| HSV(B) | 306.42º | 1% | 0.95% | - |
| XYZ | 49.49 | 24.06 | 67.68 | - |
| YUV | 97.4 | 195.51 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 217 | 0 | 1 | 0.11 | 0.05 | 306.42 | 1 | 0.48 |
| Hex | F3 | 0 | D9 | 0 | 64 | B | 5 | 132 | 64 | 30 |
| Octal | 363 | 0 | 331 | 0 | 144 | 13 | 5 | 462 | 144 | 60 |
| Binary | 11110011 | 0 | 11011001 | 0 | 1100100 | 1011 | 101 | 100110010 | 1100100 | 110000 |
Color Harmonies of #F300D9
Complementary color
Monochromatic Colors of #F300D9
Black with #F300D9
Text Example
Text Example
White with #F300D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300D9; }
p { color: rgb(243,0,217); }
H1.HeaderClassName
{
color: #F300D9;
}
.AnyTagClassName
{
color: #F300D9;
}
</style>
background-color css
<style>
a { background-color: #F300D9; }
a { background-color: rgb(243,0,217); }
div.DivClassName
{
background-color: #F300D9;
}
.BgClassName
{
background-color: #F300D9;
}
</style>
border-color css
<style>
span { border-color: #F300D9; }
span { border-color: rgb(243,0,217); }
td.TdClassName
{
border-color: #F300D9;
}
.TagClassName
{
border-color: #F300D9;
}
</style>