Shades of Hot Magenta #F201D3
Tints of Hot Magenta #F201D3
RGB
CMYK
RGB Variations
Color information
#F201D3 (or 0xF201D3) is known color: Hot Magenta. HEX triplet: F2, 01 and D3. RGB value is (242,1,211). Sum of RGB (Red+Green+Blue) = 242+1+211=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F201D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201D3 is #0DFE2C. Grayscale: #606060. Windows color (decimal): -917037 or 13828594. OLE color: 13828594.
HSL color Cylindrical-coordinate representation of color #F201D3: hue angle of 307.72º 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 #F201D3 is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 211 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.05 |
| HSL | 307.72º | 0.99% | 0.48% | - |
| HSV(B) | 307.72º | 1% | 0.95% | - |
| XYZ | 48.39 | 23.6 | 63.63 | - |
| YUV | 97 | 192.34 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 211 | 0 | 1.00 | 0.13 | 0.05 | 307.72 | 0.99 | 0.48 |
| Hex | F2 | 1 | D3 | 0 | 64 | D | 5 | 134 | 63 | 30 |
| Octal | 362 | 1 | 323 | 0 | 144 | 15 | 5 | 464 | 143 | 60 |
| Binary | 11110010 | 1 | 11010011 | 0 | 1100100 | 1101 | 101 | 100110100 | 1100011 | 110000 |
Color Harmonies of #F201D3
Complementary color
Monochromatic Colors of #F201D3
Black with #F201D3
Text Example
Text Example
White with #F201D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F201D3; }
p { color: rgb(242,1,211); }
H1.HeaderClassName
{
color: #F201D3;
}
.AnyTagClassName
{
color: #F201D3;
}
</style>
background-color css
<style>
a { background-color: #F201D3; }
a { background-color: rgb(242,1,211); }
div.DivClassName
{
background-color: #F201D3;
}
.BgClassName
{
background-color: #F201D3;
}
</style>
border-color css
<style>
span { border-color: #F201D3; }
span { border-color: rgb(242,1,211); }
td.TdClassName
{
border-color: #F201D3;
}
.TagClassName
{
border-color: #F201D3;
}
</style>