Shades of Hot Magenta #F306DB
Tints of Hot Magenta #F306DB
RGB
CMYK
RGB Variations
Color information
#F306DB (or 0xF306DB) is known color: Hot Magenta. HEX triplet: F3, 06 and DB. RGB value is (243,6,219). Sum of RGB (Red+Green+Blue) = 243+6+219=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 6 (2.73% from 255 or 1.28% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F306DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F306DB is #0CF924. Grayscale: #646464. Windows color (decimal): -850213 or 14354163. OLE color: 14354163.
HSL color Cylindrical-coordinate representation of color #F306DB: hue angle of 306.08º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F306DB is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 219 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.05 |
| HSL | 306.08º | 0.95% | 0.49% | - |
| HSV(B) | 306.08º | 0.98% | 0.95% | - |
| XYZ | 49.81 | 24.3 | 69.08 | - |
| YUV | 101.15 | 194.52 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 219 | 0 | 0.98 | 0.10 | 0.05 | 306.08 | 0.95 | 0.49 |
| Hex | F3 | 6 | DB | 0 | 62 | A | 5 | 132 | 5F | 31 |
| Octal | 363 | 6 | 333 | 0 | 142 | 12 | 5 | 462 | 137 | 61 |
| Binary | 11110011 | 110 | 11011011 | 0 | 1100010 | 1010 | 101 | 100110010 | 1011111 | 110001 |
Color Harmonies of #F306DB
Complementary color
Monochromatic Colors of #F306DB
Black with #F306DB
Text Example
Text Example
White with #F306DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F306DB; }
p { color: rgb(243,6,219); }
H1.HeaderClassName
{
color: #F306DB;
}
.AnyTagClassName
{
color: #F306DB;
}
</style>
background-color css
<style>
a { background-color: #F306DB; }
a { background-color: rgb(243,6,219); }
div.DivClassName
{
background-color: #F306DB;
}
.BgClassName
{
background-color: #F306DB;
}
</style>
border-color css
<style>
span { border-color: #F306DB; }
span { border-color: rgb(243,6,219); }
td.TdClassName
{
border-color: #F306DB;
}
.TagClassName
{
border-color: #F306DB;
}
</style>