Shades of Hot Magenta #F301DD
Tints of Hot Magenta #F301DD
RGB
CMYK
RGB Variations
Color information
#F301DD (or 0xF301DD) is known color: Hot Magenta. HEX triplet: F3, 01 and DD. RGB value is (243,1,221). Sum of RGB (Red+Green+Blue) = 243+1+221=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 1 (0.78% from 255 or 0.22% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F301DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301DD is #0CFE22. Grayscale: #616161. Windows color (decimal): -851491 or 14483955. OLE color: 14483955.
HSL color Cylindrical-coordinate representation of color #F301DD: hue angle of 305.45º 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 #F301DD is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 221 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.05 |
| HSL | 305.45º | 0.99% | 0.48% | - |
| HSV(B) | 305.45º | 1% | 0.95% | - |
| XYZ | 50.02 | 24.3 | 70.46 | - |
| YUV | 98.44 | 197.17 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 221 | 0 | 1.00 | 0.09 | 0.05 | 305.45 | 0.99 | 0.48 |
| Hex | F3 | 1 | DD | 0 | 64 | 9 | 5 | 131 | 63 | 30 |
| Octal | 363 | 1 | 335 | 0 | 144 | 11 | 5 | 461 | 143 | 60 |
| Binary | 11110011 | 1 | 11011101 | 0 | 1100100 | 1001 | 101 | 100110001 | 1100011 | 110000 |
Color Harmonies of #F301DD
Complementary color
Monochromatic Colors of #F301DD
Black with #F301DD
Text Example
Text Example
White with #F301DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301DD; }
p { color: rgb(243,1,221); }
H1.HeaderClassName
{
color: #F301DD;
}
.AnyTagClassName
{
color: #F301DD;
}
</style>
background-color css
<style>
a { background-color: #F301DD; }
a { background-color: rgb(243,1,221); }
div.DivClassName
{
background-color: #F301DD;
}
.BgClassName
{
background-color: #F301DD;
}
</style>
border-color css
<style>
span { border-color: #F301DD; }
span { border-color: rgb(243,1,221); }
td.TdClassName
{
border-color: #F301DD;
}
.TagClassName
{
border-color: #F301DD;
}
</style>