Shades of Magenta #F212FB
Tints of Magenta #F212FB
RGB
CMYK
RGB Variations
Color information
#F212FB (or 0xF212FB) is known color: Magenta. HEX triplet: F2, 12 and FB. RGB value is (242,18,251). Sum of RGB (Red+Green+Blue) = 242+18+251=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 18 (7.42% from 255 or 3.52% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #F212FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F212FB is #0DED04. Grayscale: #6E6E6E. Windows color (decimal): -912645 or 16454386. OLE color: 16454386.
HSL color Cylindrical-coordinate representation of color #F212FB: hue angle of 297.68º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F212FB is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 18 | 251 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.02 |
| HSL | 297.68º | 0.97% | 0.53% | - |
| HSV(B) | 297.68º | 0.93% | 0.98% | - |
| XYZ | 54.25 | 26.27 | 93.48 | - |
| YUV | 111.54 | 206.71 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 251 | 0.04 | 0.93 | 0 | 0.02 | 297.68 | 0.97 | 0.53 |
| Hex | F2 | 12 | FB | 4 | 5D | 0 | 2 | 12A | 61 | 35 |
| Octal | 362 | 22 | 373 | 4 | 135 | 0 | 2 | 452 | 141 | 65 |
| Binary | 11110010 | 10010 | 11111011 | 100 | 1011101 | 0 | 10 | 100101010 | 1100001 | 110101 |
Color Harmonies of #F212FB
Complementary color
Monochromatic Colors of #F212FB
Black with #F212FB
Text Example
Text Example
White with #F212FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212FB; }
p { color: rgb(242,18,251); }
H1.HeaderClassName
{
color: #F212FB;
}
.AnyTagClassName
{
color: #F212FB;
}
</style>
background-color css
<style>
a { background-color: #F212FB; }
a { background-color: rgb(242,18,251); }
div.DivClassName
{
background-color: #F212FB;
}
.BgClassName
{
background-color: #F212FB;
}
</style>
border-color css
<style>
span { border-color: #F212FB; }
span { border-color: rgb(242,18,251); }
td.TdClassName
{
border-color: #F212FB;
}
.TagClassName
{
border-color: #F212FB;
}
</style>