Shades of Hot Magenta #F300DF
Tints of Hot Magenta #F300DF
RGB
CMYK
RGB Variations
Color information
#F300DF (or 0xF300DF) is known color: Hot Magenta. HEX triplet: F3, 00 and DF. RGB value is (243,0,223). Sum of RGB (Red+Green+Blue) = 243+0+223=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F300DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300DF is #0CFF20. Grayscale: #616161. Windows color (decimal): -851745 or 14614771. OLE color: 14614771.
HSL color Cylindrical-coordinate representation of color #F300DF: hue angle of 304.94º 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 #F300DF is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 223 | - |
| CMYK | 0 | 1 | 0.08 | 0.05 |
| HSL | 304.94º | 1% | 0.48% | - |
| HSV(B) | 304.94º | 1% | 0.95% | - |
| XYZ | 50.28 | 24.38 | 71.87 | - |
| YUV | 98.08 | 198.51 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 223 | 0 | 1 | 0.08 | 0.05 | 304.94 | 1 | 0.48 |
| Hex | F3 | 0 | DF | 0 | 64 | 8 | 5 | 131 | 64 | 30 |
| Octal | 363 | 0 | 337 | 0 | 144 | 10 | 5 | 461 | 144 | 60 |
| Binary | 11110011 | 0 | 11011111 | 0 | 1100100 | 1000 | 101 | 100110001 | 1100100 | 110000 |
Color Harmonies of #F300DF
Complementary color
Monochromatic Colors of #F300DF
Black with #F300DF
Text Example
Text Example
White with #F300DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300DF; }
p { color: rgb(243,0,223); }
H1.HeaderClassName
{
color: #F300DF;
}
.AnyTagClassName
{
color: #F300DF;
}
</style>
background-color css
<style>
a { background-color: #F300DF; }
a { background-color: rgb(243,0,223); }
div.DivClassName
{
background-color: #F300DF;
}
.BgClassName
{
background-color: #F300DF;
}
</style>
border-color css
<style>
span { border-color: #F300DF; }
span { border-color: rgb(243,0,223); }
td.TdClassName
{
border-color: #F300DF;
}
.TagClassName
{
border-color: #F300DF;
}
</style>