Shades of Hot Magenta #F303DB
Tints of Hot Magenta #F303DB
RGB
CMYK
RGB Variations
Color information
#F303DB (or 0xF303DB) is known color: Hot Magenta. HEX triplet: F3, 03 and DB. RGB value is (243,3,219). Sum of RGB (Red+Green+Blue) = 243+3+219=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 3 (1.56% from 255 or 0.65% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F303DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F303DB is #0CFC24. Grayscale: #626262. Windows color (decimal): -850981 or 14353395. OLE color: 14353395.
HSL color Cylindrical-coordinate representation of color #F303DB: hue angle of 306º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F303DB is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 219 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.05 |
| HSL | 306º | 0.98% | 0.48% | - |
| HSV(B) | 306º | 0.99% | 0.95% | - |
| XYZ | 49.78 | 24.23 | 69.07 | - |
| YUV | 99.38 | 195.51 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 219 | 0 | 0.99 | 0.10 | 0.05 | 306 | 0.98 | 0.48 |
| Hex | F3 | 3 | DB | 0 | 63 | A | 5 | 132 | 62 | 30 |
| Octal | 363 | 3 | 333 | 0 | 143 | 12 | 5 | 462 | 142 | 60 |
| Binary | 11110011 | 11 | 11011011 | 0 | 1100011 | 1010 | 101 | 100110010 | 1100010 | 110000 |
Color Harmonies of #F303DB
Complementary color
Monochromatic Colors of #F303DB
Black with #F303DB
Text Example
Text Example
White with #F303DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F303DB; }
p { color: rgb(243,3,219); }
H1.HeaderClassName
{
color: #F303DB;
}
.AnyTagClassName
{
color: #F303DB;
}
</style>
background-color css
<style>
a { background-color: #F303DB; }
a { background-color: rgb(243,3,219); }
div.DivClassName
{
background-color: #F303DB;
}
.BgClassName
{
background-color: #F303DB;
}
</style>
border-color css
<style>
span { border-color: #F303DB; }
span { border-color: rgb(243,3,219); }
td.TdClassName
{
border-color: #F303DB;
}
.TagClassName
{
border-color: #F303DB;
}
</style>