Shades of Magenta #F203E6
Tints of Magenta #F203E6
RGB
CMYK
RGB Variations
Color information
#F203E6 (or 0xF203E6) is known color: Magenta. HEX triplet: F2, 03 and E6. RGB value is (242,3,230). Sum of RGB (Red+Green+Blue) = 242+3+230=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 3 (1.56% from 255 or 0.63% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F203E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F203E6 is #0DFC19. Grayscale: #636363. Windows color (decimal): -916506 or 15074290. OLE color: 15074290.
HSL color Cylindrical-coordinate representation of color #F203E6: hue angle of 303.01º 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 #F203E6 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 230 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.05 |
| HSL | 303.01º | 0.98% | 0.48% | - |
| HSV(B) | 303.01º | 0.99% | 0.95% | - |
| XYZ | 50.93 | 24.66 | 76.94 | - |
| YUV | 100.34 | 201.18 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 230 | 0 | 0.99 | 0.05 | 0.05 | 303.01 | 0.98 | 0.48 |
| Hex | F2 | 3 | E6 | 0 | 63 | 5 | 5 | 12F | 62 | 30 |
| Octal | 362 | 3 | 346 | 0 | 143 | 5 | 5 | 457 | 142 | 60 |
| Binary | 11110010 | 11 | 11100110 | 0 | 1100011 | 101 | 101 | 100101111 | 1100010 | 110000 |
Color Harmonies of #F203E6
Complementary color
Monochromatic Colors of #F203E6
Black with #F203E6
Text Example
Text Example
White with #F203E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F203E6; }
p { color: rgb(242,3,230); }
H1.HeaderClassName
{
color: #F203E6;
}
.AnyTagClassName
{
color: #F203E6;
}
</style>
background-color css
<style>
a { background-color: #F203E6; }
a { background-color: rgb(242,3,230); }
div.DivClassName
{
background-color: #F203E6;
}
.BgClassName
{
background-color: #F203E6;
}
</style>
border-color css
<style>
span { border-color: #F203E6; }
span { border-color: rgb(242,3,230); }
td.TdClassName
{
border-color: #F203E6;
}
.TagClassName
{
border-color: #F203E6;
}
</style>