Shades of Hot Magenta #F101DA
Tints of Hot Magenta #F101DA
RGB
CMYK
RGB Variations
Color information
#F101DA (or 0xF101DA) is known color: Hot Magenta. HEX triplet: F1, 01 and DA. RGB value is (241,1,218). Sum of RGB (Red+Green+Blue) = 241+1+218=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 1 (0.78% from 255 or 0.22% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F101DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F101DA is #0EFE25. Grayscale: #606060. Windows color (decimal): -982566 or 14287345. OLE color: 14287345.
HSL color Cylindrical-coordinate representation of color #F101DA: hue angle of 305.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 #F101DA is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 218 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.05 |
| HSL | 305.75º | 0.99% | 0.47% | - |
| HSV(B) | 305.75º | 1% | 0.95% | - |
| XYZ | 48.94 | 23.78 | 68.34 | - |
| YUV | 97.5 | 196.01 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 218 | 0 | 1.00 | 0.10 | 0.05 | 305.75 | 0.99 | 0.47 |
| Hex | F1 | 1 | DA | 0 | 64 | A | 5 | 132 | 63 | 2F |
| Octal | 361 | 1 | 332 | 0 | 144 | 12 | 5 | 462 | 143 | 57 |
| Binary | 11110001 | 1 | 11011010 | 0 | 1100100 | 1010 | 101 | 100110010 | 1100011 | 101111 |
Color Harmonies of #F101DA
Complementary color
Monochromatic Colors of #F101DA
Black with #F101DA
Text Example
Text Example
White with #F101DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101DA; }
p { color: rgb(241,1,218); }
H1.HeaderClassName
{
color: #F101DA;
}
.AnyTagClassName
{
color: #F101DA;
}
</style>
background-color css
<style>
a { background-color: #F101DA; }
a { background-color: rgb(241,1,218); }
div.DivClassName
{
background-color: #F101DA;
}
.BgClassName
{
background-color: #F101DA;
}
</style>
border-color css
<style>
span { border-color: #F101DA; }
span { border-color: rgb(241,1,218); }
td.TdClassName
{
border-color: #F101DA;
}
.TagClassName
{
border-color: #F101DA;
}
</style>