Shades of Hot Magenta #F301D1
Tints of Hot Magenta #F301D1
RGB
CMYK
RGB Variations
Color information
#F301D1 (or 0xF301D1) is known color: Hot Magenta. HEX triplet: F3, 01 and D1. RGB value is (243,1,209). Sum of RGB (Red+Green+Blue) = 243+1+209=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 1 (0.78% from 255 or 0.22% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F301D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301D1 is #0CFE2E. Grayscale: #606060. Windows color (decimal): -851503 or 13697523. OLE color: 13697523.
HSL color Cylindrical-coordinate representation of color #F301D1: hue angle of 308.43º 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 #F301D1 is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 209 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.05 |
| HSL | 308.43º | 0.99% | 0.48% | - |
| HSV(B) | 308.43º | 1% | 0.95% | - |
| XYZ | 48.48 | 23.68 | 62.34 | - |
| YUV | 97.07 | 191.17 | 232.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 209 | 0 | 1.00 | 0.14 | 0.05 | 308.43 | 0.99 | 0.48 |
| Hex | F3 | 1 | D1 | 0 | 64 | E | 5 | 134 | 63 | 30 |
| Octal | 363 | 1 | 321 | 0 | 144 | 16 | 5 | 464 | 143 | 60 |
| Binary | 11110011 | 1 | 11010001 | 0 | 1100100 | 1110 | 101 | 100110100 | 1100011 | 110000 |
Color Harmonies of #F301D1
Complementary color
Monochromatic Colors of #F301D1
Black with #F301D1
Text Example
Text Example
White with #F301D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301D1; }
p { color: rgb(243,1,209); }
H1.HeaderClassName
{
color: #F301D1;
}
.AnyTagClassName
{
color: #F301D1;
}
</style>
background-color css
<style>
a { background-color: #F301D1; }
a { background-color: rgb(243,1,209); }
div.DivClassName
{
background-color: #F301D1;
}
.BgClassName
{
background-color: #F301D1;
}
</style>
border-color css
<style>
span { border-color: #F301D1; }
span { border-color: rgb(243,1,209); }
td.TdClassName
{
border-color: #F301D1;
}
.TagClassName
{
border-color: #F301D1;
}
</style>