Shades of Magenta #F213FD
Tints of Magenta #F213FD
RGB
CMYK
RGB Variations
Color information
#F213FD (or 0xF213FD) is known color: Magenta. HEX triplet: F2, 13 and FD. RGB value is (242,19,253). Sum of RGB (Red+Green+Blue) = 242+19+253=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 19 (7.81% from 255 or 3.70% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #F213FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F213FD is #0DEC02. Grayscale: #6F6F6F. Windows color (decimal): -912387 or 16585714. OLE color: 16585714.
HSL color Cylindrical-coordinate representation of color #F213FD: hue angle of 297.18º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F213FD is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 19 | 253 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.01 |
| HSL | 297.18º | 0.98% | 0.53% | - |
| HSV(B) | 297.18º | 0.92% | 0.99% | - |
| XYZ | 54.58 | 26.43 | 95.15 | - |
| YUV | 112.35 | 207.38 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 253 | 0.04 | 0.92 | 0 | 0.01 | 297.18 | 0.98 | 0.53 |
| Hex | F2 | 13 | FD | 4 | 5C | 0 | 1 | 129 | 62 | 35 |
| Octal | 362 | 23 | 375 | 4 | 134 | 0 | 1 | 451 | 142 | 65 |
| Binary | 11110010 | 10011 | 11111101 | 100 | 1011100 | 0 | 1 | 100101001 | 1100010 | 110101 |
Color Harmonies of #F213FD
Complementary color
Monochromatic Colors of #F213FD
Black with #F213FD
Text Example
Text Example
White with #F213FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F213FD; }
p { color: rgb(242,19,253); }
H1.HeaderClassName
{
color: #F213FD;
}
.AnyTagClassName
{
color: #F213FD;
}
</style>
background-color css
<style>
a { background-color: #F213FD; }
a { background-color: rgb(242,19,253); }
div.DivClassName
{
background-color: #F213FD;
}
.BgClassName
{
background-color: #F213FD;
}
</style>
border-color css
<style>
span { border-color: #F213FD; }
span { border-color: rgb(242,19,253); }
td.TdClassName
{
border-color: #F213FD;
}
.TagClassName
{
border-color: #F213FD;
}
</style>