Shades of Hot Magenta #F309DB
Tints of Hot Magenta #F309DB
RGB
CMYK
RGB Variations
Color information
#F309DB (or 0xF309DB) is known color: Hot Magenta. HEX triplet: F3, 09 and DB. RGB value is (243,9,219). Sum of RGB (Red+Green+Blue) = 243+9+219=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 9 (3.91% from 255 or 1.91% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F309DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F309DB is #0CF624. Grayscale: #666666. Windows color (decimal): -849445 or 14354931. OLE color: 14354931.
HSL color Cylindrical-coordinate representation of color #F309DB: hue angle of 306.15º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F309DB is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 219 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.05 |
| HSL | 306.15º | 0.93% | 0.49% | - |
| HSV(B) | 306.15º | 0.96% | 0.95% | - |
| XYZ | 49.85 | 24.36 | 69.09 | - |
| YUV | 102.91 | 193.52 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 219 | 0 | 0.96 | 0.10 | 0.05 | 306.15 | 0.93 | 0.49 |
| Hex | F3 | 9 | DB | 0 | 60 | A | 5 | 132 | 5D | 31 |
| Octal | 363 | 11 | 333 | 0 | 140 | 12 | 5 | 462 | 135 | 61 |
| Binary | 11110011 | 1001 | 11011011 | 0 | 1100000 | 1010 | 101 | 100110010 | 1011101 | 110001 |
Color Harmonies of #F309DB
Complementary color
Monochromatic Colors of #F309DB
Black with #F309DB
Text Example
Text Example
White with #F309DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F309DB; }
p { color: rgb(243,9,219); }
H1.HeaderClassName
{
color: #F309DB;
}
.AnyTagClassName
{
color: #F309DB;
}
</style>
background-color css
<style>
a { background-color: #F309DB; }
a { background-color: rgb(243,9,219); }
div.DivClassName
{
background-color: #F309DB;
}
.BgClassName
{
background-color: #F309DB;
}
</style>
border-color css
<style>
span { border-color: #F309DB; }
span { border-color: rgb(243,9,219); }
td.TdClassName
{
border-color: #F309DB;
}
.TagClassName
{
border-color: #F309DB;
}
</style>