Shades of Hot Magenta #F203DD
Tints of Hot Magenta #F203DD
RGB
CMYK
RGB Variations
Color information
#F203DD (or 0xF203DD) is known color: Hot Magenta. HEX triplet: F2, 03 and DD. RGB value is (242,3,221). Sum of RGB (Red+Green+Blue) = 242+3+221=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 3 (1.56% from 255 or 0.64% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F203DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F203DD is #0DFC22. Grayscale: #626262. Windows color (decimal): -916515 or 14484466. OLE color: 14484466.
HSL color Cylindrical-coordinate representation of color #F203DD: hue angle of 305.27º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F203DD is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 221 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.05 |
| HSL | 305.27º | 0.98% | 0.48% | - |
| HSV(B) | 305.27º | 0.99% | 0.95% | - |
| XYZ | 49.7 | 24.16 | 70.45 | - |
| YUV | 99.31 | 196.68 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 221 | 0 | 0.99 | 0.09 | 0.05 | 305.27 | 0.98 | 0.48 |
| Hex | F2 | 3 | DD | 0 | 63 | 9 | 5 | 131 | 62 | 30 |
| Octal | 362 | 3 | 335 | 0 | 143 | 11 | 5 | 461 | 142 | 60 |
| Binary | 11110010 | 11 | 11011101 | 0 | 1100011 | 1001 | 101 | 100110001 | 1100010 | 110000 |
Color Harmonies of #F203DD
Complementary color
Monochromatic Colors of #F203DD
Black with #F203DD
Text Example
Text Example
White with #F203DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F203DD; }
p { color: rgb(242,3,221); }
H1.HeaderClassName
{
color: #F203DD;
}
.AnyTagClassName
{
color: #F203DD;
}
</style>
background-color css
<style>
a { background-color: #F203DD; }
a { background-color: rgb(242,3,221); }
div.DivClassName
{
background-color: #F203DD;
}
.BgClassName
{
background-color: #F203DD;
}
</style>
border-color css
<style>
span { border-color: #F203DD; }
span { border-color: rgb(242,3,221); }
td.TdClassName
{
border-color: #F203DD;
}
.TagClassName
{
border-color: #F203DD;
}
</style>