Shades of Magenta #F203FD
Tints of Magenta #F203FD
RGB
CMYK
RGB Variations
Color information
#F203FD (or 0xF203FD) is known color: Magenta. HEX triplet: F2, 03 and FD. RGB value is (242,3,253). Sum of RGB (Red+Green+Blue) = 242+3+253=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 3 (1.56% from 255 or 0.60% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #F203FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F203FD is #0DFC02. Grayscale: #666666. Windows color (decimal): -916483 or 16581618. OLE color: 16581618.
HSL color Cylindrical-coordinate representation of color #F203FD: hue angle of 297.36º 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 #F203FD is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 3 | 253 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.01 |
| HSL | 297.36º | 0.98% | 0.5% | - |
| HSV(B) | 297.36º | 0.99% | 0.99% | - |
| XYZ | 54.38 | 26.03 | 95.09 | - |
| YUV | 102.96 | 212.68 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 253 | 0.04 | 0.99 | 0 | 0.01 | 297.36 | 0.98 | 0.5 |
| Hex | F2 | 3 | FD | 4 | 63 | 0 | 1 | 129 | 62 | 32 |
| Octal | 362 | 3 | 375 | 4 | 143 | 0 | 1 | 451 | 142 | 62 |
| Binary | 11110010 | 11 | 11111101 | 100 | 1100011 | 0 | 1 | 100101001 | 1100010 | 110010 |
Color Harmonies of #F203FD
Complementary color
Monochromatic Colors of #F203FD
Black with #F203FD
Text Example
Text Example
White with #F203FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F203FD; }
p { color: rgb(242,3,253); }
H1.HeaderClassName
{
color: #F203FD;
}
.AnyTagClassName
{
color: #F203FD;
}
</style>
background-color css
<style>
a { background-color: #F203FD; }
a { background-color: rgb(242,3,253); }
div.DivClassName
{
background-color: #F203FD;
}
.BgClassName
{
background-color: #F203FD;
}
</style>
border-color css
<style>
span { border-color: #F203FD; }
span { border-color: rgb(242,3,253); }
td.TdClassName
{
border-color: #F203FD;
}
.TagClassName
{
border-color: #F203FD;
}
</style>