Shades of Magenta #F220FD
Tints of Magenta #F220FD
RGB
CMYK
RGB Variations
Color information
#F220FD (or 0xF220FD) is known color: Magenta. HEX triplet: F2, 20 and FD. RGB value is (242,32,253). Sum of RGB (Red+Green+Blue) = 242+32+253=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 32 (12.89% from 255 or 6.07% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #F220FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F220FD is #0DDF02. Grayscale: #777777. Windows color (decimal): -909059 or 16589042. OLE color: 16589042.
HSL color Cylindrical-coordinate representation of color #F220FD: hue angle of 297.01º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F220FD is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 32 | 253 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.01 |
| HSL | 297.01º | 0.98% | 0.56% | - |
| HSV(B) | 297.01º | 0.87% | 0.99% | - |
| XYZ | 54.86 | 27 | 95.25 | - |
| YUV | 119.98 | 203.07 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 253 | 0.04 | 0.87 | 0 | 0.01 | 297.01 | 0.98 | 0.56 |
| Hex | F2 | 20 | FD | 4 | 57 | 0 | 1 | 129 | 62 | 38 |
| Octal | 362 | 40 | 375 | 4 | 127 | 0 | 1 | 451 | 142 | 70 |
| Binary | 11110010 | 100000 | 11111101 | 100 | 1010111 | 0 | 1 | 100101001 | 1100010 | 111000 |
Color Harmonies of #F220FD
Complementary color
Monochromatic Colors of #F220FD
Black with #F220FD
Text Example
Text Example
White with #F220FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F220FD; }
p { color: rgb(242,32,253); }
H1.HeaderClassName
{
color: #F220FD;
}
.AnyTagClassName
{
color: #F220FD;
}
</style>
background-color css
<style>
a { background-color: #F220FD; }
a { background-color: rgb(242,32,253); }
div.DivClassName
{
background-color: #F220FD;
}
.BgClassName
{
background-color: #F220FD;
}
</style>
border-color css
<style>
span { border-color: #F220FD; }
span { border-color: rgb(242,32,253); }
td.TdClassName
{
border-color: #F220FD;
}
.TagClassName
{
border-color: #F220FD;
}
</style>