Shades of Magenta #F203FA
Tints of Magenta #F203FA
RGB
CMYK
RGB Variations
Color information
#F203FA (or 0xF203FA) is known color: Magenta. HEX triplet: F2, 03 and FA. RGB value is (242,3,250). Sum of RGB (Red+Green+Blue) = 242+3+250=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 3 (1.56% from 255 or 0.61% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #F203FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F203FA is #0DFC05. Grayscale: #656565. Windows color (decimal): -916486 or 16385010. OLE color: 16385010.
HSL color Cylindrical-coordinate representation of color #F203FA: hue angle of 298.06º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F203FA is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 3 | 250 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.02 |
| HSL | 298.06º | 0.98% | 0.5% | - |
| HSV(B) | 298.06º | 0.99% | 0.98% | - |
| XYZ | 53.91 | 25.84 | 92.59 | - |
| YUV | 102.62 | 211.18 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 250 | 0.03 | 0.99 | 0 | 0.02 | 298.06 | 0.98 | 0.5 |
| Hex | F2 | 3 | FA | 3 | 63 | 0 | 2 | 12A | 62 | 32 |
| Octal | 362 | 3 | 372 | 3 | 143 | 0 | 2 | 452 | 142 | 62 |
| Binary | 11110010 | 11 | 11111010 | 11 | 1100011 | 0 | 10 | 100101010 | 1100010 | 110010 |
Color Harmonies of #F203FA
Complementary color
Monochromatic Colors of #F203FA
Black with #F203FA
Text Example
Text Example
White with #F203FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F203FA; }
p { color: rgb(242,3,250); }
H1.HeaderClassName
{
color: #F203FA;
}
.AnyTagClassName
{
color: #F203FA;
}
</style>
background-color css
<style>
a { background-color: #F203FA; }
a { background-color: rgb(242,3,250); }
div.DivClassName
{
background-color: #F203FA;
}
.BgClassName
{
background-color: #F203FA;
}
</style>
border-color css
<style>
span { border-color: #F203FA; }
span { border-color: rgb(242,3,250); }
td.TdClassName
{
border-color: #F203FA;
}
.TagClassName
{
border-color: #F203FA;
}
</style>