Shades of Hot Magenta #F201C8
Tints of Hot Magenta #F201C8
RGB
CMYK
RGB Variations
Color information
#F201C8 (or 0xF201C8) is known color: Hot Magenta. HEX triplet: F2, 01 and C8. RGB value is (242,1,200). Sum of RGB (Red+Green+Blue) = 242+1+200=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F201C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201C8 is #0DFE37. Grayscale: #5F5F5F. Windows color (decimal): -917048 or 13107698. OLE color: 13107698.
HSL color Cylindrical-coordinate representation of color #F201C8: hue angle of 310.46º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F201C8 is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 200 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.05 |
| HSL | 310.46º | 0.99% | 0.48% | - |
| HSV(B) | 310.46º | 1% | 0.95% | - |
| XYZ | 47.05 | 23.07 | 56.62 | - |
| YUV | 95.75 | 186.84 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 200 | 0 | 1.00 | 0.17 | 0.05 | 310.46 | 0.99 | 0.48 |
| Hex | F2 | 1 | C8 | 0 | 64 | 11 | 5 | 136 | 63 | 30 |
| Octal | 362 | 1 | 310 | 0 | 144 | 21 | 5 | 466 | 143 | 60 |
| Binary | 11110010 | 1 | 11001000 | 0 | 1100100 | 10001 | 101 | 100110110 | 1100011 | 110000 |
Color Harmonies of #F201C8
Complementary color
Monochromatic Colors of #F201C8
Black with #F201C8
Text Example
Text Example
White with #F201C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F201C8; }
p { color: rgb(242,1,200); }
H1.HeaderClassName
{
color: #F201C8;
}
.AnyTagClassName
{
color: #F201C8;
}
</style>
background-color css
<style>
a { background-color: #F201C8; }
a { background-color: rgb(242,1,200); }
div.DivClassName
{
background-color: #F201C8;
}
.BgClassName
{
background-color: #F201C8;
}
</style>
border-color css
<style>
span { border-color: #F201C8; }
span { border-color: rgb(242,1,200); }
td.TdClassName
{
border-color: #F201C8;
}
.TagClassName
{
border-color: #F201C8;
}
</style>