Shades of Magenta #F212F4
Tints of Magenta #F212F4
RGB
CMYK
RGB Variations
Color information
#F212F4 (or 0xF212F4) is known color: Magenta. HEX triplet: F2, 12 and F4. RGB value is (242,18,244). Sum of RGB (Red+Green+Blue) = 242+18+244=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 18 (7.42% from 255 or 3.57% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #F212F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F212F4 is #0DED0B. Grayscale: #6E6E6E. Windows color (decimal): -912652 or 15995634. OLE color: 15995634.
HSL color Cylindrical-coordinate representation of color #F212F4: hue angle of 299.47º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F212F4 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 18 | 244 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.04 |
| HSL | 299.47º | 0.91% | 0.51% | - |
| HSV(B) | 299.47º | 0.93% | 0.96% | - |
| XYZ | 53.16 | 25.84 | 87.77 | - |
| YUV | 110.74 | 203.21 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 244 | 0.01 | 0.93 | 0 | 0.04 | 299.47 | 0.91 | 0.51 |
| Hex | F2 | 12 | F4 | 1 | 5D | 0 | 4 | 12B | 5B | 33 |
| Octal | 362 | 22 | 364 | 1 | 135 | 0 | 4 | 453 | 133 | 63 |
| Binary | 11110010 | 10010 | 11110100 | 1 | 1011101 | 0 | 100 | 100101011 | 1011011 | 110011 |
Color Harmonies of #F212F4
Complementary color
Monochromatic Colors of #F212F4
Black with #F212F4
Text Example
Text Example
White with #F212F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212F4; }
p { color: rgb(242,18,244); }
H1.HeaderClassName
{
color: #F212F4;
}
.AnyTagClassName
{
color: #F212F4;
}
</style>
background-color css
<style>
a { background-color: #F212F4; }
a { background-color: rgb(242,18,244); }
div.DivClassName
{
background-color: #F212F4;
}
.BgClassName
{
background-color: #F212F4;
}
</style>
border-color css
<style>
span { border-color: #F212F4; }
span { border-color: rgb(242,18,244); }
td.TdClassName
{
border-color: #F212F4;
}
.TagClassName
{
border-color: #F212F4;
}
</style>