Shades of Hot Magenta #F200D9
Tints of Hot Magenta #F200D9
RGB
CMYK
RGB Variations
Color information
#F200D9 (or 0xF200D9) is known color: Hot Magenta. HEX triplet: F2, 00 and D9. RGB value is (242,0,217). Sum of RGB (Red+Green+Blue) = 242+0+217=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F200D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200D9 is #0DFF26. Grayscale: #606060. Windows color (decimal): -917287 or 14221554. OLE color: 14221554.
HSL color Cylindrical-coordinate representation of color #F200D9: hue angle of 306.2º 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 #F200D9 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 217 | - |
| CMYK | 0 | 1 | 0.10 | 0.05 |
| HSL | 306.2º | 1% | 0.47% | - |
| HSV(B) | 306.2º | 1% | 0.95% | - |
| XYZ | 49.14 | 23.89 | 67.67 | - |
| YUV | 97.1 | 195.67 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 217 | 0 | 1 | 0.10 | 0.05 | 306.2 | 1 | 0.47 |
| Hex | F2 | 0 | D9 | 0 | 64 | A | 5 | 132 | 64 | 2F |
| Octal | 362 | 0 | 331 | 0 | 144 | 12 | 5 | 462 | 144 | 57 |
| Binary | 11110010 | 0 | 11011001 | 0 | 1100100 | 1010 | 101 | 100110010 | 1100100 | 101111 |
Color Harmonies of #F200D9
Complementary color
Monochromatic Colors of #F200D9
Black with #F200D9
Text Example
Text Example
White with #F200D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200D9; }
p { color: rgb(242,0,217); }
H1.HeaderClassName
{
color: #F200D9;
}
.AnyTagClassName
{
color: #F200D9;
}
</style>
background-color css
<style>
a { background-color: #F200D9; }
a { background-color: rgb(242,0,217); }
div.DivClassName
{
background-color: #F200D9;
}
.BgClassName
{
background-color: #F200D9;
}
</style>
border-color css
<style>
span { border-color: #F200D9; }
span { border-color: rgb(242,0,217); }
td.TdClassName
{
border-color: #F200D9;
}
.TagClassName
{
border-color: #F200D9;
}
</style>