Shades of Magenta #F212FD
Tints of Magenta #F212FD
RGB
CMYK
RGB Variations
Color information
#F212FD (or 0xF212FD) is known color: Magenta. HEX triplet: F2, 12 and FD. RGB value is (242,18,253). Sum of RGB (Red+Green+Blue) = 242+18+253=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 18 (7.42% from 255 or 3.51% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #F212FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F212FD is #0DED02. Grayscale: #6F6F6F. Windows color (decimal): -912643 or 16585458. OLE color: 16585458.
HSL color Cylindrical-coordinate representation of color #F212FD: hue angle of 297.19º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F212FD is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 18 | 253 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.01 |
| HSL | 297.19º | 0.98% | 0.53% | - |
| HSV(B) | 297.19º | 0.93% | 0.99% | - |
| XYZ | 54.56 | 26.4 | 95.15 | - |
| YUV | 111.77 | 207.71 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 253 | 0.04 | 0.93 | 0 | 0.01 | 297.19 | 0.98 | 0.53 |
| Hex | F2 | 12 | FD | 4 | 5D | 0 | 1 | 129 | 62 | 35 |
| Octal | 362 | 22 | 375 | 4 | 135 | 0 | 1 | 451 | 142 | 65 |
| Binary | 11110010 | 10010 | 11111101 | 100 | 1011101 | 0 | 1 | 100101001 | 1100010 | 110101 |
Color Harmonies of #F212FD
Complementary color
Monochromatic Colors of #F212FD
Black with #F212FD
Text Example
Text Example
White with #F212FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212FD; }
p { color: rgb(242,18,253); }
H1.HeaderClassName
{
color: #F212FD;
}
.AnyTagClassName
{
color: #F212FD;
}
</style>
background-color css
<style>
a { background-color: #F212FD; }
a { background-color: rgb(242,18,253); }
div.DivClassName
{
background-color: #F212FD;
}
.BgClassName
{
background-color: #F212FD;
}
</style>
border-color css
<style>
span { border-color: #F212FD; }
span { border-color: rgb(242,18,253); }
td.TdClassName
{
border-color: #F212FD;
}
.TagClassName
{
border-color: #F212FD;
}
</style>