Shades of Hot Magenta #F203CE
Tints of Hot Magenta #F203CE
RGB
CMYK
RGB Variations
Color information
#F203CE (or 0xF203CE) is known color: Hot Magenta. HEX triplet: F2, 03 and CE. RGB value is (242,3,206). Sum of RGB (Red+Green+Blue) = 242+3+206=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 3 (1.56% from 255 or 0.67% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F203CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F203CE is #0DFC31. Grayscale: #616161. Windows color (decimal): -916530 or 13501426. OLE color: 13501426.
HSL color Cylindrical-coordinate representation of color #F203CE: hue angle of 309.04º 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 #F203CE is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 206 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.05 |
| HSL | 309.04º | 0.98% | 0.48% | - |
| HSV(B) | 309.04º | 0.99% | 0.95% | - |
| XYZ | 47.79 | 23.4 | 60.39 | - |
| YUV | 97.6 | 189.18 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 206 | 0 | 0.99 | 0.15 | 0.05 | 309.04 | 0.98 | 0.48 |
| Hex | F2 | 3 | CE | 0 | 63 | F | 5 | 135 | 62 | 30 |
| Octal | 362 | 3 | 316 | 0 | 143 | 17 | 5 | 465 | 142 | 60 |
| Binary | 11110010 | 11 | 11001110 | 0 | 1100011 | 1111 | 101 | 100110101 | 1100010 | 110000 |
Color Harmonies of #F203CE
Complementary color
Monochromatic Colors of #F203CE
Black with #F203CE
Text Example
Text Example
White with #F203CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F203CE; }
p { color: rgb(242,3,206); }
H1.HeaderClassName
{
color: #F203CE;
}
.AnyTagClassName
{
color: #F203CE;
}
</style>
background-color css
<style>
a { background-color: #F203CE; }
a { background-color: rgb(242,3,206); }
div.DivClassName
{
background-color: #F203CE;
}
.BgClassName
{
background-color: #F203CE;
}
</style>
border-color css
<style>
span { border-color: #F203CE; }
span { border-color: rgb(242,3,206); }
td.TdClassName
{
border-color: #F203CE;
}
.TagClassName
{
border-color: #F203CE;
}
</style>