Shades of Magenta #F203FC
Tints of Magenta #F203FC
RGB
CMYK
RGB Variations
Color information
#F203FC (or 0xF203FC) is known color: Magenta. HEX triplet: F2, 03 and FC. RGB value is (242,3,252). Sum of RGB (Red+Green+Blue) = 242+3+252=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 3 (1.56% from 255 or 0.60% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #F203FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F203FC is #0DFC03. Grayscale: #666666. Windows color (decimal): -916484 or 16516082. OLE color: 16516082.
HSL color Cylindrical-coordinate representation of color #F203FC: hue angle of 297.59º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F203FC is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 3 | 252 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.01 |
| HSL | 297.59º | 0.98% | 0.5% | - |
| HSV(B) | 297.59º | 0.99% | 0.99% | - |
| XYZ | 54.22 | 25.97 | 94.25 | - |
| YUV | 102.85 | 212.18 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 252 | 0.04 | 0.99 | 0 | 0.01 | 297.59 | 0.98 | 0.5 |
| Hex | F2 | 3 | FC | 4 | 63 | 0 | 1 | 12A | 62 | 32 |
| Octal | 362 | 3 | 374 | 4 | 143 | 0 | 1 | 452 | 142 | 62 |
| Binary | 11110010 | 11 | 11111100 | 100 | 1100011 | 0 | 1 | 100101010 | 1100010 | 110010 |
Color Harmonies of #F203FC
Complementary color
Monochromatic Colors of #F203FC
Black with #F203FC
Text Example
Text Example
White with #F203FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F203FC; }
p { color: rgb(242,3,252); }
H1.HeaderClassName
{
color: #F203FC;
}
.AnyTagClassName
{
color: #F203FC;
}
</style>
background-color css
<style>
a { background-color: #F203FC; }
a { background-color: rgb(242,3,252); }
div.DivClassName
{
background-color: #F203FC;
}
.BgClassName
{
background-color: #F203FC;
}
</style>
border-color css
<style>
span { border-color: #F203FC; }
span { border-color: rgb(242,3,252); }
td.TdClassName
{
border-color: #F203FC;
}
.TagClassName
{
border-color: #F203FC;
}
</style>