Shades of Hot Magenta #F101CE
Tints of Hot Magenta #F101CE
RGB
CMYK
RGB Variations
Color information
#F101CE (or 0xF101CE) is known color: Hot Magenta. HEX triplet: F1, 01 and CE. RGB value is (241,1,206). Sum of RGB (Red+Green+Blue) = 241+1+206=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 1 (0.78% from 255 or 0.22% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F101CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F101CE is #0EFE31. Grayscale: #5F5F5F. Windows color (decimal): -982578 or 13500913. OLE color: 13500913.
HSL color Cylindrical-coordinate representation of color #F101CE: hue angle of 308.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 #F101CE is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 206 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.05 |
| HSL | 308.75º | 0.99% | 0.47% | - |
| HSV(B) | 308.75º | 1% | 0.95% | - |
| XYZ | 47.43 | 23.18 | 60.37 | - |
| YUV | 96.13 | 190.01 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 206 | 0 | 1.00 | 0.15 | 0.05 | 308.75 | 0.99 | 0.47 |
| Hex | F1 | 1 | CE | 0 | 64 | F | 5 | 135 | 63 | 2F |
| Octal | 361 | 1 | 316 | 0 | 144 | 17 | 5 | 465 | 143 | 57 |
| Binary | 11110001 | 1 | 11001110 | 0 | 1100100 | 1111 | 101 | 100110101 | 1100011 | 101111 |
Color Harmonies of #F101CE
Complementary color
Monochromatic Colors of #F101CE
Black with #F101CE
Text Example
Text Example
White with #F101CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101CE; }
p { color: rgb(241,1,206); }
H1.HeaderClassName
{
color: #F101CE;
}
.AnyTagClassName
{
color: #F101CE;
}
</style>
background-color css
<style>
a { background-color: #F101CE; }
a { background-color: rgb(241,1,206); }
div.DivClassName
{
background-color: #F101CE;
}
.BgClassName
{
background-color: #F101CE;
}
</style>
border-color css
<style>
span { border-color: #F101CE; }
span { border-color: rgb(241,1,206); }
td.TdClassName
{
border-color: #F101CE;
}
.TagClassName
{
border-color: #F101CE;
}
</style>