Shades of Hot Magenta #F300D0
Tints of Hot Magenta #F300D0
RGB
CMYK
RGB Variations
Color information
#F300D0 (or 0xF300D0) is known color: Hot Magenta. HEX triplet: F3, 00 and D0. RGB value is (243,0,208). Sum of RGB (Red+Green+Blue) = 243+0+208=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F300D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300D0 is #0CFF2F. Grayscale: #5F5F5F. Windows color (decimal): -851760 or 13631731. OLE color: 13631731.
HSL color Cylindrical-coordinate representation of color #F300D0: hue angle of 308.64º 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 #F300D0 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 208 | - |
| CMYK | 0 | 1 | 0.14 | 0.05 |
| HSL | 308.64º | 1% | 0.48% | - |
| HSV(B) | 308.64º | 1% | 0.95% | - |
| XYZ | 48.35 | 23.61 | 61.68 | - |
| YUV | 96.37 | 191.01 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 208 | 0 | 1 | 0.14 | 0.05 | 308.64 | 1 | 0.48 |
| Hex | F3 | 0 | D0 | 0 | 64 | E | 5 | 135 | 64 | 30 |
| Octal | 363 | 0 | 320 | 0 | 144 | 16 | 5 | 465 | 144 | 60 |
| Binary | 11110011 | 0 | 11010000 | 0 | 1100100 | 1110 | 101 | 100110101 | 1100100 | 110000 |
Color Harmonies of #F300D0
Complementary color
Monochromatic Colors of #F300D0
Black with #F300D0
Text Example
Text Example
White with #F300D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300D0; }
p { color: rgb(243,0,208); }
H1.HeaderClassName
{
color: #F300D0;
}
.AnyTagClassName
{
color: #F300D0;
}
</style>
background-color css
<style>
a { background-color: #F300D0; }
a { background-color: rgb(243,0,208); }
div.DivClassName
{
background-color: #F300D0;
}
.BgClassName
{
background-color: #F300D0;
}
</style>
border-color css
<style>
span { border-color: #F300D0; }
span { border-color: rgb(243,0,208); }
td.TdClassName
{
border-color: #F300D0;
}
.TagClassName
{
border-color: #F300D0;
}
</style>