Shades of Hot Magenta #F102C8
Tints of Hot Magenta #F102C8
RGB
CMYK
RGB Variations
Color information
#F102C8 (or 0xF102C8) is known color: Hot Magenta. HEX triplet: F1, 02 and C8. RGB value is (241,2,200). Sum of RGB (Red+Green+Blue) = 241+2+200=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F102C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F102C8 is #0EFD37. Grayscale: #5F5F5F. Windows color (decimal): -982328 or 13107953. OLE color: 13107953.
HSL color Cylindrical-coordinate representation of color #F102C8: hue angle of 310.29º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F102C8 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 200 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.05 |
| HSL | 310.29º | 0.98% | 0.48% | - |
| HSV(B) | 310.29º | 0.99% | 0.95% | - |
| XYZ | 46.72 | 22.91 | 56.6 | - |
| YUV | 96.03 | 186.68 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 200 | 0 | 0.99 | 0.17 | 0.05 | 310.29 | 0.98 | 0.48 |
| Hex | F1 | 2 | C8 | 0 | 63 | 11 | 5 | 136 | 62 | 30 |
| Octal | 361 | 2 | 310 | 0 | 143 | 21 | 5 | 466 | 142 | 60 |
| Binary | 11110001 | 10 | 11001000 | 0 | 1100011 | 10001 | 101 | 100110110 | 1100010 | 110000 |
Color Harmonies of #F102C8
Complementary color
Monochromatic Colors of #F102C8
Black with #F102C8
Text Example
Text Example
White with #F102C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F102C8; }
p { color: rgb(241,2,200); }
H1.HeaderClassName
{
color: #F102C8;
}
.AnyTagClassName
{
color: #F102C8;
}
</style>
background-color css
<style>
a { background-color: #F102C8; }
a { background-color: rgb(241,2,200); }
div.DivClassName
{
background-color: #F102C8;
}
.BgClassName
{
background-color: #F102C8;
}
</style>
border-color css
<style>
span { border-color: #F102C8; }
span { border-color: rgb(241,2,200); }
td.TdClassName
{
border-color: #F102C8;
}
.TagClassName
{
border-color: #F102C8;
}
</style>