Shades of Magenta #F210FD
Tints of Magenta #F210FD
RGB
CMYK
RGB Variations
Color information
#F210FD (or 0xF210FD) is known color: Magenta. HEX triplet: F2, 10 and FD. RGB value is (242,16,253). Sum of RGB (Red+Green+Blue) = 242+16+253=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 16 (6.64% from 255 or 3.13% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #F210FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F210FD is #0DEF02. Grayscale: #6D6D6D. Windows color (decimal): -913155 or 16584946. OLE color: 16584946.
HSL color Cylindrical-coordinate representation of color #F210FD: hue angle of 297.22º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F210FD is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 16 | 253 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.01 |
| HSL | 297.22º | 0.98% | 0.53% | - |
| HSV(B) | 297.22º | 0.94% | 0.99% | - |
| XYZ | 54.53 | 26.34 | 95.14 | - |
| YUV | 110.59 | 208.37 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 253 | 0.04 | 0.94 | 0 | 0.01 | 297.22 | 0.98 | 0.53 |
| Hex | F2 | 10 | FD | 4 | 5E | 0 | 1 | 129 | 62 | 35 |
| Octal | 362 | 20 | 375 | 4 | 136 | 0 | 1 | 451 | 142 | 65 |
| Binary | 11110010 | 10000 | 11111101 | 100 | 1011110 | 0 | 1 | 100101001 | 1100010 | 110101 |
Color Harmonies of #F210FD
Complementary color
Monochromatic Colors of #F210FD
Black with #F210FD
Text Example
Text Example
White with #F210FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210FD; }
p { color: rgb(242,16,253); }
H1.HeaderClassName
{
color: #F210FD;
}
.AnyTagClassName
{
color: #F210FD;
}
</style>
background-color css
<style>
a { background-color: #F210FD; }
a { background-color: rgb(242,16,253); }
div.DivClassName
{
background-color: #F210FD;
}
.BgClassName
{
background-color: #F210FD;
}
</style>
border-color css
<style>
span { border-color: #F210FD; }
span { border-color: rgb(242,16,253); }
td.TdClassName
{
border-color: #F210FD;
}
.TagClassName
{
border-color: #F210FD;
}
</style>