Shades of Hot Magenta #F301DB
Tints of Hot Magenta #F301DB
RGB
CMYK
RGB Variations
Color information
#F301DB (or 0xF301DB) is known color: Hot Magenta. HEX triplet: F3, 01 and DB. RGB value is (243,1,219). Sum of RGB (Red+Green+Blue) = 243+1+219=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 1 (0.78% from 255 or 0.22% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F301DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301DB is #0CFE24. Grayscale: #616161. Windows color (decimal): -851493 or 14352883. OLE color: 14352883.
HSL color Cylindrical-coordinate representation of color #F301DB: hue angle of 305.95º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F301DB is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 219 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.05 |
| HSL | 305.95º | 0.99% | 0.48% | - |
| HSV(B) | 305.95º | 1% | 0.95% | - |
| XYZ | 49.76 | 24.19 | 69.06 | - |
| YUV | 98.21 | 196.17 | 231.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 219 | 0 | 1.00 | 0.10 | 0.05 | 305.95 | 0.99 | 0.48 |
| Hex | F3 | 1 | DB | 0 | 64 | A | 5 | 132 | 63 | 30 |
| Octal | 363 | 1 | 333 | 0 | 144 | 12 | 5 | 462 | 143 | 60 |
| Binary | 11110011 | 1 | 11011011 | 0 | 1100100 | 1010 | 101 | 100110010 | 1100011 | 110000 |
Color Harmonies of #F301DB
Complementary color
Monochromatic Colors of #F301DB
Black with #F301DB
Text Example
Text Example
White with #F301DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301DB; }
p { color: rgb(243,1,219); }
H1.HeaderClassName
{
color: #F301DB;
}
.AnyTagClassName
{
color: #F301DB;
}
</style>
background-color css
<style>
a { background-color: #F301DB; }
a { background-color: rgb(243,1,219); }
div.DivClassName
{
background-color: #F301DB;
}
.BgClassName
{
background-color: #F301DB;
}
</style>
border-color css
<style>
span { border-color: #F301DB; }
span { border-color: rgb(243,1,219); }
td.TdClassName
{
border-color: #F301DB;
}
.TagClassName
{
border-color: #F301DB;
}
</style>