Shades of Magenta #F203FF
Tints of Magenta #F203FF
RGB
CMYK
RGB Variations
Color information
#F203FF (or 0xF203FF) is known color: Magenta. HEX triplet: F2, 03 and FF. RGB value is (242,3,255). Sum of RGB (Red+Green+Blue) = 242+3+255=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 3 (1.56% from 255 or 0.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #F203FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F203FF is #0DFC00. Grayscale: #666666. Windows color (decimal): -916481 or 16712690. OLE color: 16712690.
HSL color Cylindrical-coordinate representation of color #F203FF: hue angle of 296.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F203FF is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 3 | 255 | - |
| CMYK | 0.05 | 0.99 | 0 | 0 |
| HSL | 296.9º | 1% | 0.51% | - |
| HSV(B) | 296.9º | 0.99% | 1% | - |
| XYZ | 54.7 | 26.16 | 96.77 | - |
| YUV | 103.19 | 213.68 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 255 | 0.05 | 0.99 | 0 | 0 | 296.9 | 1 | 0.51 |
| Hex | F2 | 3 | FF | 5 | 63 | 0 | 0 | 129 | 64 | 33 |
| Octal | 362 | 3 | 377 | 5 | 143 | 0 | 0 | 451 | 144 | 63 |
| Binary | 11110010 | 11 | 11111111 | 101 | 1100011 | 0 | 0 | 100101001 | 1100100 | 110011 |
Color Harmonies of #F203FF
Complementary color
Monochromatic Colors of #F203FF
Black with #F203FF
Text Example
Text Example
White with #F203FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F203FF; }
p { color: rgb(242,3,255); }
H1.HeaderClassName
{
color: #F203FF;
}
.AnyTagClassName
{
color: #F203FF;
}
</style>
background-color css
<style>
a { background-color: #F203FF; }
a { background-color: rgb(242,3,255); }
div.DivClassName
{
background-color: #F203FF;
}
.BgClassName
{
background-color: #F203FF;
}
</style>
border-color css
<style>
span { border-color: #F203FF; }
span { border-color: rgb(242,3,255); }
td.TdClassName
{
border-color: #F203FF;
}
.TagClassName
{
border-color: #F203FF;
}
</style>