Shades of Hot Magenta #F200BF
Tints of Hot Magenta #F200BF
RGB
CMYK
RGB Variations
Color information
#F200BF (or 0xF200BF) is known color: Hot Magenta. HEX triplet: F2, 00 and BF. RGB value is (242,0,191). Sum of RGB (Red+Green+Blue) = 242+0+191=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F200BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200BF is #0DFF40. Grayscale: #5D5D5D. Windows color (decimal): -917313 or 12517618. OLE color: 12517618.
HSL color Cylindrical-coordinate representation of color #F200BF: hue angle of 312.64º 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 #F200BF is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 191 | - |
| CMYK | 0 | 1 | 0.21 | 0.05 |
| HSL | 312.64º | 1% | 0.47% | - |
| HSV(B) | 312.64º | 1% | 0.95% | - |
| XYZ | 46.02 | 22.64 | 51.23 | - |
| YUV | 94.13 | 182.67 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 191 | 0 | 1 | 0.21 | 0.05 | 312.64 | 1 | 0.47 |
| Hex | F2 | 0 | BF | 0 | 64 | 15 | 5 | 139 | 64 | 2F |
| Octal | 362 | 0 | 277 | 0 | 144 | 25 | 5 | 471 | 144 | 57 |
| Binary | 11110010 | 0 | 10111111 | 0 | 1100100 | 10101 | 101 | 100111001 | 1100100 | 101111 |
Color Harmonies of #F200BF
Complementary color
Monochromatic Colors of #F200BF
Black with #F200BF
Text Example
Text Example
White with #F200BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200BF; }
p { color: rgb(242,0,191); }
H1.HeaderClassName
{
color: #F200BF;
}
.AnyTagClassName
{
color: #F200BF;
}
</style>
background-color css
<style>
a { background-color: #F200BF; }
a { background-color: rgb(242,0,191); }
div.DivClassName
{
background-color: #F200BF;
}
.BgClassName
{
background-color: #F200BF;
}
</style>
border-color css
<style>
span { border-color: #F200BF; }
span { border-color: rgb(242,0,191); }
td.TdClassName
{
border-color: #F200BF;
}
.TagClassName
{
border-color: #F200BF;
}
</style>