Shades of Hot Magenta #F101DE
Tints of Hot Magenta #F101DE
RGB
CMYK
RGB Variations
Color information
#F101DE (or 0xF101DE) is known color: Hot Magenta. HEX triplet: F1, 01 and DE. RGB value is (241,1,222). Sum of RGB (Red+Green+Blue) = 241+1+222=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 1 (0.78% from 255 or 0.22% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F101DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F101DE is #0EFE21. Grayscale: #616161. Windows color (decimal): -982562 or 14549489. OLE color: 14549489.
HSL color Cylindrical-coordinate representation of color #F101DE: hue angle of 304.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F101DE is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 222 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.05 |
| HSL | 304.75º | 0.99% | 0.47% | - |
| HSV(B) | 304.75º | 1% | 0.95% | - |
| XYZ | 49.47 | 24 | 71.13 | - |
| YUV | 97.95 | 198.01 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 222 | 0 | 1.00 | 0.08 | 0.05 | 304.75 | 0.99 | 0.47 |
| Hex | F1 | 1 | DE | 0 | 64 | 8 | 5 | 131 | 63 | 2F |
| Octal | 361 | 1 | 336 | 0 | 144 | 10 | 5 | 461 | 143 | 57 |
| Binary | 11110001 | 1 | 11011110 | 0 | 1100100 | 1000 | 101 | 100110001 | 1100011 | 101111 |
Color Harmonies of #F101DE
Complementary color
Monochromatic Colors of #F101DE
Black with #F101DE
Text Example
Text Example
White with #F101DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101DE; }
p { color: rgb(241,1,222); }
H1.HeaderClassName
{
color: #F101DE;
}
.AnyTagClassName
{
color: #F101DE;
}
</style>
background-color css
<style>
a { background-color: #F101DE; }
a { background-color: rgb(241,1,222); }
div.DivClassName
{
background-color: #F101DE;
}
.BgClassName
{
background-color: #F101DE;
}
</style>
border-color css
<style>
span { border-color: #F101DE; }
span { border-color: rgb(241,1,222); }
td.TdClassName
{
border-color: #F101DE;
}
.TagClassName
{
border-color: #F101DE;
}
</style>