Shades of Hot Magenta #F203DA
Tints of Hot Magenta #F203DA
RGB
CMYK
RGB Variations
Color information
#F203DA (or 0xF203DA) is known color: Hot Magenta. HEX triplet: F2, 03 and DA. RGB value is (242,3,218). Sum of RGB (Red+Green+Blue) = 242+3+218=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 3 (1.56% from 255 or 0.65% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F203DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F203DA is #0DFC25. Grayscale: #626262. Windows color (decimal): -916518 or 14287858. OLE color: 14287858.
HSL color Cylindrical-coordinate representation of color #F203DA: hue angle of 306.03º 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 #F203DA is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 218 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.05 |
| HSL | 306.03º | 0.98% | 0.48% | - |
| HSV(B) | 306.03º | 0.99% | 0.95% | - |
| XYZ | 49.31 | 24 | 68.36 | - |
| YUV | 98.97 | 195.18 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 218 | 0 | 0.99 | 0.10 | 0.05 | 306.03 | 0.98 | 0.48 |
| Hex | F2 | 3 | DA | 0 | 63 | A | 5 | 132 | 62 | 30 |
| Octal | 362 | 3 | 332 | 0 | 143 | 12 | 5 | 462 | 142 | 60 |
| Binary | 11110010 | 11 | 11011010 | 0 | 1100011 | 1010 | 101 | 100110010 | 1100010 | 110000 |
Color Harmonies of #F203DA
Complementary color
Monochromatic Colors of #F203DA
Black with #F203DA
Text Example
Text Example
White with #F203DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F203DA; }
p { color: rgb(242,3,218); }
H1.HeaderClassName
{
color: #F203DA;
}
.AnyTagClassName
{
color: #F203DA;
}
</style>
background-color css
<style>
a { background-color: #F203DA; }
a { background-color: rgb(242,3,218); }
div.DivClassName
{
background-color: #F203DA;
}
.BgClassName
{
background-color: #F203DA;
}
</style>
border-color css
<style>
span { border-color: #F203DA; }
span { border-color: rgb(242,3,218); }
td.TdClassName
{
border-color: #F203DA;
}
.TagClassName
{
border-color: #F203DA;
}
</style>