Shades of Hot Magenta #F201D0
Tints of Hot Magenta #F201D0
RGB
CMYK
RGB Variations
Color information
#F201D0 (or 0xF201D0) is known color: Hot Magenta. HEX triplet: F2, 01 and D0. RGB value is (242,1,208). Sum of RGB (Red+Green+Blue) = 242+1+208=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F201D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201D0 is #0DFE2F. Grayscale: #606060. Windows color (decimal): -917040 or 13631986. OLE color: 13631986.
HSL color Cylindrical-coordinate representation of color #F201D0: hue angle of 308.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 #F201D0 is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 208 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.05 |
| HSL | 308.46º | 0.99% | 0.48% | - |
| HSV(B) | 308.46º | 1% | 0.95% | - |
| XYZ | 48.01 | 23.45 | 61.67 | - |
| YUV | 96.66 | 190.84 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 208 | 0 | 1.00 | 0.14 | 0.05 | 308.46 | 0.99 | 0.48 |
| Hex | F2 | 1 | D0 | 0 | 64 | E | 5 | 134 | 63 | 30 |
| Octal | 362 | 1 | 320 | 0 | 144 | 16 | 5 | 464 | 143 | 60 |
| Binary | 11110010 | 1 | 11010000 | 0 | 1100100 | 1110 | 101 | 100110100 | 1100011 | 110000 |
Color Harmonies of #F201D0
Complementary color
Monochromatic Colors of #F201D0
Black with #F201D0
Text Example
Text Example
White with #F201D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F201D0; }
p { color: rgb(242,1,208); }
H1.HeaderClassName
{
color: #F201D0;
}
.AnyTagClassName
{
color: #F201D0;
}
</style>
background-color css
<style>
a { background-color: #F201D0; }
a { background-color: rgb(242,1,208); }
div.DivClassName
{
background-color: #F201D0;
}
.BgClassName
{
background-color: #F201D0;
}
</style>
border-color css
<style>
span { border-color: #F201D0; }
span { border-color: rgb(242,1,208); }
td.TdClassName
{
border-color: #F201D0;
}
.TagClassName
{
border-color: #F201D0;
}
</style>