Shades of Hot Magenta #F307DB
Tints of Hot Magenta #F307DB
RGB
CMYK
RGB Variations
Color information
#F307DB (or 0xF307DB) is known color: Hot Magenta. HEX triplet: F3, 07 and DB. RGB value is (243,7,219). Sum of RGB (Red+Green+Blue) = 243+7+219=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 7 (3.12% from 255 or 1.49% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F307DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F307DB is #0CF824. Grayscale: #656565. Windows color (decimal): -849957 or 14354419. OLE color: 14354419.
HSL color Cylindrical-coordinate representation of color #F307DB: hue angle of 306.1º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F307DB is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 219 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.05 |
| HSL | 306.1º | 0.94% | 0.49% | - |
| HSV(B) | 306.1º | 0.97% | 0.95% | - |
| XYZ | 49.82 | 24.32 | 69.09 | - |
| YUV | 101.73 | 194.19 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 219 | 0 | 0.97 | 0.10 | 0.05 | 306.1 | 0.94 | 0.49 |
| Hex | F3 | 7 | DB | 0 | 61 | A | 5 | 132 | 5E | 31 |
| Octal | 363 | 7 | 333 | 0 | 141 | 12 | 5 | 462 | 136 | 61 |
| Binary | 11110011 | 111 | 11011011 | 0 | 1100001 | 1010 | 101 | 100110010 | 1011110 | 110001 |
Color Harmonies of #F307DB
Complementary color
Monochromatic Colors of #F307DB
Black with #F307DB
Text Example
Text Example
White with #F307DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F307DB; }
p { color: rgb(243,7,219); }
H1.HeaderClassName
{
color: #F307DB;
}
.AnyTagClassName
{
color: #F307DB;
}
</style>
background-color css
<style>
a { background-color: #F307DB; }
a { background-color: rgb(243,7,219); }
div.DivClassName
{
background-color: #F307DB;
}
.BgClassName
{
background-color: #F307DB;
}
</style>
border-color css
<style>
span { border-color: #F307DB; }
span { border-color: rgb(243,7,219); }
td.TdClassName
{
border-color: #F307DB;
}
.TagClassName
{
border-color: #F307DB;
}
</style>