Shades of Hot Magenta #F100CF
Tints of Hot Magenta #F100CF
RGB
CMYK
RGB Variations
Color information
#F100CF (or 0xF100CF) is known color: Hot Magenta. HEX triplet: F1, 00 and CF. RGB value is (241,0,207). Sum of RGB (Red+Green+Blue) = 241+0+207=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F100CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F100CF is #0EFF30. Grayscale: #5F5F5F. Windows color (decimal): -982833 or 13566193. OLE color: 13566193.
HSL color Cylindrical-coordinate representation of color #F100CF: hue angle of 308.46º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F100CF is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.14 | 0.05 |
| HSL | 308.46º | 1% | 0.47% | - |
| HSV(B) | 308.46º | 1% | 0.95% | - |
| XYZ | 47.54 | 23.21 | 61.01 | - |
| YUV | 95.66 | 190.84 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 207 | 0 | 1 | 0.14 | 0.05 | 308.46 | 1 | 0.47 |
| Hex | F1 | 0 | CF | 0 | 64 | E | 5 | 134 | 64 | 2F |
| Octal | 361 | 0 | 317 | 0 | 144 | 16 | 5 | 464 | 144 | 57 |
| Binary | 11110001 | 0 | 11001111 | 0 | 1100100 | 1110 | 101 | 100110100 | 1100100 | 101111 |
Color Harmonies of #F100CF
Complementary color
Monochromatic Colors of #F100CF
Black with #F100CF
Text Example
Text Example
White with #F100CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100CF; }
p { color: rgb(241,0,207); }
H1.HeaderClassName
{
color: #F100CF;
}
.AnyTagClassName
{
color: #F100CF;
}
</style>
background-color css
<style>
a { background-color: #F100CF; }
a { background-color: rgb(241,0,207); }
div.DivClassName
{
background-color: #F100CF;
}
.BgClassName
{
background-color: #F100CF;
}
</style>
border-color css
<style>
span { border-color: #F100CF; }
span { border-color: rgb(241,0,207); }
td.TdClassName
{
border-color: #F100CF;
}
.TagClassName
{
border-color: #F100CF;
}
</style>