Shades of Hot Magenta #F301DE
Tints of Hot Magenta #F301DE
RGB
CMYK
RGB Variations
Color information
#F301DE (or 0xF301DE) is known color: Hot Magenta. HEX triplet: F3, 01 and DE. RGB value is (243,1,222). Sum of RGB (Red+Green+Blue) = 243+1+222=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 1 (0.78% from 255 or 0.21% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F301DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301DE is #0CFE21. Grayscale: #616161. Windows color (decimal): -851490 or 14549491. OLE color: 14549491.
HSL color Cylindrical-coordinate representation of color #F301DE: hue angle of 305.21º 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 #F301DE is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 222 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.05 |
| HSL | 305.21º | 0.99% | 0.48% | - |
| HSV(B) | 305.21º | 1% | 0.95% | - |
| XYZ | 50.16 | 24.35 | 71.16 | - |
| YUV | 98.55 | 197.67 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 222 | 0 | 1.00 | 0.09 | 0.05 | 305.21 | 0.99 | 0.48 |
| Hex | F3 | 1 | DE | 0 | 64 | 9 | 5 | 131 | 63 | 30 |
| Octal | 363 | 1 | 336 | 0 | 144 | 11 | 5 | 461 | 143 | 60 |
| Binary | 11110011 | 1 | 11011110 | 0 | 1100100 | 1001 | 101 | 100110001 | 1100011 | 110000 |
Color Harmonies of #F301DE
Complementary color
Monochromatic Colors of #F301DE
Black with #F301DE
Text Example
Text Example
White with #F301DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301DE; }
p { color: rgb(243,1,222); }
H1.HeaderClassName
{
color: #F301DE;
}
.AnyTagClassName
{
color: #F301DE;
}
</style>
background-color css
<style>
a { background-color: #F301DE; }
a { background-color: rgb(243,1,222); }
div.DivClassName
{
background-color: #F301DE;
}
.BgClassName
{
background-color: #F301DE;
}
</style>
border-color css
<style>
span { border-color: #F301DE; }
span { border-color: rgb(243,1,222); }
td.TdClassName
{
border-color: #F301DE;
}
.TagClassName
{
border-color: #F301DE;
}
</style>