Shades of Magenta #F203E7
Tints of Magenta #F203E7
RGB
CMYK
RGB Variations
Color information
#F203E7 (or 0xF203E7) is known color: Magenta. HEX triplet: F2, 03 and E7. RGB value is (242,3,231). Sum of RGB (Red+Green+Blue) = 242+3+231=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 3 (1.56% from 255 or 0.63% from 476); Blue value is 231 (90.62% from 255 or 48.53% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F203E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F203E7 is #0DFC18. Grayscale: #636363. Windows color (decimal): -916505 or 15139826. OLE color: 15139826.
HSL color Cylindrical-coordinate representation of color #F203E7: hue angle of 302.76º 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 #F203E7 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 231 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.05 |
| HSL | 302.76º | 0.98% | 0.48% | - |
| HSV(B) | 302.76º | 0.99% | 0.95% | - |
| XYZ | 51.07 | 24.71 | 77.68 | - |
| YUV | 100.45 | 201.68 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 231 | 0 | 0.99 | 0.05 | 0.05 | 302.76 | 0.98 | 0.48 |
| Hex | F2 | 3 | E7 | 0 | 63 | 5 | 5 | 12F | 62 | 30 |
| Octal | 362 | 3 | 347 | 0 | 143 | 5 | 5 | 457 | 142 | 60 |
| Binary | 11110010 | 11 | 11100111 | 0 | 1100011 | 101 | 101 | 100101111 | 1100010 | 110000 |
Color Harmonies of #F203E7
Complementary color
Monochromatic Colors of #F203E7
Black with #F203E7
Text Example
Text Example
White with #F203E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F203E7; }
p { color: rgb(242,3,231); }
H1.HeaderClassName
{
color: #F203E7;
}
.AnyTagClassName
{
color: #F203E7;
}
</style>
background-color css
<style>
a { background-color: #F203E7; }
a { background-color: rgb(242,3,231); }
div.DivClassName
{
background-color: #F203E7;
}
.BgClassName
{
background-color: #F203E7;
}
</style>
border-color css
<style>
span { border-color: #F203E7; }
span { border-color: rgb(242,3,231); }
td.TdClassName
{
border-color: #F203E7;
}
.TagClassName
{
border-color: #F203E7;
}
</style>