Shades of Hot Magenta #F305DD
Tints of Hot Magenta #F305DD
RGB
CMYK
RGB Variations
Color information
#F305DD (or 0xF305DD) is known color: Hot Magenta. HEX triplet: F3, 05 and DD. RGB value is (243,5,221). Sum of RGB (Red+Green+Blue) = 243+5+221=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 5 (2.34% from 255 or 1.07% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F305DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F305DD is #0CFA22. Grayscale: #646464. Windows color (decimal): -850467 or 14484979. OLE color: 14484979.
HSL color Cylindrical-coordinate representation of color #F305DD: hue angle of 305.55º degrees, saturation: 0.96, 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 #F305DD is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 221 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.05 |
| HSL | 305.55º | 0.96% | 0.49% | - |
| HSV(B) | 305.55º | 0.98% | 0.95% | - |
| XYZ | 50.07 | 24.38 | 70.47 | - |
| YUV | 100.79 | 195.85 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 221 | 0 | 0.98 | 0.09 | 0.05 | 305.55 | 0.96 | 0.49 |
| Hex | F3 | 5 | DD | 0 | 62 | 9 | 5 | 132 | 60 | 31 |
| Octal | 363 | 5 | 335 | 0 | 142 | 11 | 5 | 462 | 140 | 61 |
| Binary | 11110011 | 101 | 11011101 | 0 | 1100010 | 1001 | 101 | 100110010 | 1100000 | 110001 |
Color Harmonies of #F305DD
Complementary color
Monochromatic Colors of #F305DD
Black with #F305DD
Text Example
Text Example
White with #F305DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F305DD; }
p { color: rgb(243,5,221); }
H1.HeaderClassName
{
color: #F305DD;
}
.AnyTagClassName
{
color: #F305DD;
}
</style>
background-color css
<style>
a { background-color: #F305DD; }
a { background-color: rgb(243,5,221); }
div.DivClassName
{
background-color: #F305DD;
}
.BgClassName
{
background-color: #F305DD;
}
</style>
border-color css
<style>
span { border-color: #F305DD; }
span { border-color: rgb(243,5,221); }
td.TdClassName
{
border-color: #F305DD;
}
.TagClassName
{
border-color: #F305DD;
}
</style>