Shades of Magenta #F212F3
Tints of Magenta #F212F3
RGB
CMYK
RGB Variations
Color information
#F212F3 (or 0xF212F3) is known color: Magenta. HEX triplet: F2, 12 and F3. RGB value is (242,18,243). Sum of RGB (Red+Green+Blue) = 242+18+243=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 18 (7.42% from 255 or 3.58% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #F212F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F212F3 is #0DED0C. Grayscale: #6D6D6D. Windows color (decimal): -912653 or 15930098. OLE color: 15930098.
HSL color Cylindrical-coordinate representation of color #F212F3: hue angle of 299.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F212F3 is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 243 | - |
| CMYK | 0.00 | 0.93 | 0 | 0.05 |
| HSL | 299.73º | 0.9% | 0.51% | - |
| HSV(B) | 299.73º | 0.93% | 0.95% | - |
| XYZ | 53.01 | 25.78 | 86.98 | - |
| YUV | 110.63 | 202.71 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 243 | 0.00 | 0.93 | 0 | 0.05 | 299.73 | 0.9 | 0.51 |
| Hex | F2 | 12 | F3 | 0 | 5D | 0 | 5 | 12C | 5A | 33 |
| Octal | 362 | 22 | 363 | 0 | 135 | 0 | 5 | 454 | 132 | 63 |
| Binary | 11110010 | 10010 | 11110011 | 0 | 1011101 | 0 | 101 | 100101100 | 1011010 | 110011 |
Color Harmonies of #F212F3
Complementary color
Monochromatic Colors of #F212F3
Black with #F212F3
Text Example
Text Example
White with #F212F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212F3; }
p { color: rgb(242,18,243); }
H1.HeaderClassName
{
color: #F212F3;
}
.AnyTagClassName
{
color: #F212F3;
}
</style>
background-color css
<style>
a { background-color: #F212F3; }
a { background-color: rgb(242,18,243); }
div.DivClassName
{
background-color: #F212F3;
}
.BgClassName
{
background-color: #F212F3;
}
</style>
border-color css
<style>
span { border-color: #F212F3; }
span { border-color: rgb(242,18,243); }
td.TdClassName
{
border-color: #F212F3;
}
.TagClassName
{
border-color: #F212F3;
}
</style>