Shades of Hot Magenta #F300DB
Tints of Hot Magenta #F300DB
RGB
CMYK
RGB Variations
Color information
#F300DB (or 0xF300DB) is known color: Hot Magenta. HEX triplet: F3, 00 and DB. RGB value is (243,0,219). Sum of RGB (Red+Green+Blue) = 243+0+219=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F300DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300DB is #0CFF24. Grayscale: #606060. Windows color (decimal): -851749 or 14352627. OLE color: 14352627.
HSL color Cylindrical-coordinate representation of color #F300DB: hue angle of 305.93º 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 #F300DB is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 219 | - |
| CMYK | 0 | 1 | 0.10 | 0.05 |
| HSL | 305.93º | 1% | 0.48% | - |
| HSV(B) | 305.93º | 1% | 0.95% | - |
| XYZ | 49.75 | 24.17 | 69.06 | - |
| YUV | 97.62 | 196.51 | 231.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 219 | 0 | 1 | 0.10 | 0.05 | 305.93 | 1 | 0.48 |
| Hex | F3 | 0 | DB | 0 | 64 | A | 5 | 132 | 64 | 30 |
| Octal | 363 | 0 | 333 | 0 | 144 | 12 | 5 | 462 | 144 | 60 |
| Binary | 11110011 | 0 | 11011011 | 0 | 1100100 | 1010 | 101 | 100110010 | 1100100 | 110000 |
Color Harmonies of #F300DB
Complementary color
Monochromatic Colors of #F300DB
Black with #F300DB
Text Example
Text Example
White with #F300DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300DB; }
p { color: rgb(243,0,219); }
H1.HeaderClassName
{
color: #F300DB;
}
.AnyTagClassName
{
color: #F300DB;
}
</style>
background-color css
<style>
a { background-color: #F300DB; }
a { background-color: rgb(243,0,219); }
div.DivClassName
{
background-color: #F300DB;
}
.BgClassName
{
background-color: #F300DB;
}
</style>
border-color css
<style>
span { border-color: #F300DB; }
span { border-color: rgb(243,0,219); }
td.TdClassName
{
border-color: #F300DB;
}
.TagClassName
{
border-color: #F300DB;
}
</style>