Shades of Hot Magenta #F200C7
Tints of Hot Magenta #F200C7
RGB
CMYK
RGB Variations
Color information
#F200C7 (or 0xF200C7) is known color: Hot Magenta. HEX triplet: F2, 00 and C7. RGB value is (242,0,199). Sum of RGB (Red+Green+Blue) = 242+0+199=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F200C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200C7 is #0DFF38. Grayscale: #5E5E5E. Windows color (decimal): -917305 or 13041906. OLE color: 13041906.
HSL color Cylindrical-coordinate representation of color #F200C7: hue angle of 310.66º 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 #F200C7 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 199 | - |
| CMYK | 0 | 1 | 0.18 | 0.05 |
| HSL | 310.66º | 1% | 0.47% | - |
| HSV(B) | 310.66º | 1% | 0.95% | - |
| XYZ | 46.93 | 23 | 56 | - |
| YUV | 95.04 | 186.67 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 199 | 0 | 1 | 0.18 | 0.05 | 310.66 | 1 | 0.47 |
| Hex | F2 | 0 | C7 | 0 | 64 | 12 | 5 | 137 | 64 | 2F |
| Octal | 362 | 0 | 307 | 0 | 144 | 22 | 5 | 467 | 144 | 57 |
| Binary | 11110010 | 0 | 11000111 | 0 | 1100100 | 10010 | 101 | 100110111 | 1100100 | 101111 |
Color Harmonies of #F200C7
Complementary color
Monochromatic Colors of #F200C7
Black with #F200C7
Text Example
Text Example
White with #F200C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200C7; }
p { color: rgb(242,0,199); }
H1.HeaderClassName
{
color: #F200C7;
}
.AnyTagClassName
{
color: #F200C7;
}
</style>
background-color css
<style>
a { background-color: #F200C7; }
a { background-color: rgb(242,0,199); }
div.DivClassName
{
background-color: #F200C7;
}
.BgClassName
{
background-color: #F200C7;
}
</style>
border-color css
<style>
span { border-color: #F200C7; }
span { border-color: rgb(242,0,199); }
td.TdClassName
{
border-color: #F200C7;
}
.TagClassName
{
border-color: #F200C7;
}
</style>