Shades of Hot Magenta #F200D3
Tints of Hot Magenta #F200D3
RGB
CMYK
RGB Variations
Color information
#F200D3 (or 0xF200D3) is known color: Hot Magenta. HEX triplet: F2, 00 and D3. RGB value is (242,0,211). Sum of RGB (Red+Green+Blue) = 242+0+211=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F200D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200D3 is #0DFF2C. Grayscale: #5F5F5F. Windows color (decimal): -917293 or 13828338. OLE color: 13828338.
HSL color Cylindrical-coordinate representation of color #F200D3: hue angle of 307.69º 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 #F200D3 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 211 | - |
| CMYK | 0 | 1 | 0.13 | 0.05 |
| HSL | 307.69º | 1% | 0.47% | - |
| HSV(B) | 307.69º | 1% | 0.95% | - |
| XYZ | 48.38 | 23.58 | 63.63 | - |
| YUV | 96.41 | 192.67 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 211 | 0 | 1 | 0.13 | 0.05 | 307.69 | 1 | 0.47 |
| Hex | F2 | 0 | D3 | 0 | 64 | D | 5 | 134 | 64 | 2F |
| Octal | 362 | 0 | 323 | 0 | 144 | 15 | 5 | 464 | 144 | 57 |
| Binary | 11110010 | 0 | 11010011 | 0 | 1100100 | 1101 | 101 | 100110100 | 1100100 | 101111 |
Color Harmonies of #F200D3
Complementary color
Monochromatic Colors of #F200D3
Black with #F200D3
Text Example
Text Example
White with #F200D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200D3; }
p { color: rgb(242,0,211); }
H1.HeaderClassName
{
color: #F200D3;
}
.AnyTagClassName
{
color: #F200D3;
}
</style>
background-color css
<style>
a { background-color: #F200D3; }
a { background-color: rgb(242,0,211); }
div.DivClassName
{
background-color: #F200D3;
}
.BgClassName
{
background-color: #F200D3;
}
</style>
border-color css
<style>
span { border-color: #F200D3; }
span { border-color: rgb(242,0,211); }
td.TdClassName
{
border-color: #F200D3;
}
.TagClassName
{
border-color: #F200D3;
}
</style>