Shades of Magenta #F202FD
Tints of Magenta #F202FD
RGB
CMYK
RGB Variations
Color information
#F202FD (or 0xF202FD) is known color: Magenta. HEX triplet: F2, 02 and FD. RGB value is (242,2,253). Sum of RGB (Red+Green+Blue) = 242+2+253=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 2 (1.17% from 255 or 0.40% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #F202FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F202FD is #0DFD02. Grayscale: #656565. Windows color (decimal): -916739 or 16581362. OLE color: 16581362.
HSL color Cylindrical-coordinate representation of color #F202FD: hue angle of 297.37º 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 #F202FD is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 2 | 253 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.01 |
| HSL | 297.37º | 0.98% | 0.5% | - |
| HSV(B) | 297.37º | 0.99% | 0.99% | - |
| XYZ | 54.37 | 26.01 | 95.08 | - |
| YUV | 102.37 | 213.01 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 253 | 0.04 | 0.99 | 0 | 0.01 | 297.37 | 0.98 | 0.5 |
| Hex | F2 | 2 | FD | 4 | 63 | 0 | 1 | 129 | 62 | 32 |
| Octal | 362 | 2 | 375 | 4 | 143 | 0 | 1 | 451 | 142 | 62 |
| Binary | 11110010 | 10 | 11111101 | 100 | 1100011 | 0 | 1 | 100101001 | 1100010 | 110010 |
Color Harmonies of #F202FD
Complementary color
Monochromatic Colors of #F202FD
Black with #F202FD
Text Example
Text Example
White with #F202FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F202FD; }
p { color: rgb(242,2,253); }
H1.HeaderClassName
{
color: #F202FD;
}
.AnyTagClassName
{
color: #F202FD;
}
</style>
background-color css
<style>
a { background-color: #F202FD; }
a { background-color: rgb(242,2,253); }
div.DivClassName
{
background-color: #F202FD;
}
.BgClassName
{
background-color: #F202FD;
}
</style>
border-color css
<style>
span { border-color: #F202FD; }
span { border-color: rgb(242,2,253); }
td.TdClassName
{
border-color: #F202FD;
}
.TagClassName
{
border-color: #F202FD;
}
</style>