Shades of Hot Magenta #F101E4
Tints of Hot Magenta #F101E4
RGB
CMYK
RGB Variations
Color information
#F101E4 (or 0xF101E4) is known color: Hot Magenta. HEX triplet: F1, 01 and E4. RGB value is (241,1,228). Sum of RGB (Red+Green+Blue) = 241+1+228=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 1 (0.78% from 255 or 0.21% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F101E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F101E4 is #0EFE1B. Grayscale: #616161. Windows color (decimal): -982556 or 14942705. OLE color: 14942705.
HSL color Cylindrical-coordinate representation of color #F101E4: hue angle of 303.25º 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 #F101E4 is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 228 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.05 |
| HSL | 303.25º | 0.99% | 0.47% | - |
| HSV(B) | 303.25º | 1% | 0.95% | - |
| XYZ | 50.29 | 24.32 | 75.44 | - |
| YUV | 98.64 | 201.01 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 228 | 0 | 1.00 | 0.05 | 0.05 | 303.25 | 0.99 | 0.47 |
| Hex | F1 | 1 | E4 | 0 | 64 | 5 | 5 | 12F | 63 | 2F |
| Octal | 361 | 1 | 344 | 0 | 144 | 5 | 5 | 457 | 143 | 57 |
| Binary | 11110001 | 1 | 11100100 | 0 | 1100100 | 101 | 101 | 100101111 | 1100011 | 101111 |
Color Harmonies of #F101E4
Complementary color
Monochromatic Colors of #F101E4
Black with #F101E4
Text Example
Text Example
White with #F101E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101E4; }
p { color: rgb(241,1,228); }
H1.HeaderClassName
{
color: #F101E4;
}
.AnyTagClassName
{
color: #F101E4;
}
</style>
background-color css
<style>
a { background-color: #F101E4; }
a { background-color: rgb(241,1,228); }
div.DivClassName
{
background-color: #F101E4;
}
.BgClassName
{
background-color: #F101E4;
}
</style>
border-color css
<style>
span { border-color: #F101E4; }
span { border-color: rgb(241,1,228); }
td.TdClassName
{
border-color: #F101E4;
}
.TagClassName
{
border-color: #F101E4;
}
</style>