Shades of Magenta #F12CFA
Tints of Magenta #F12CFA
RGB
CMYK
RGB Variations
Color information
#F12CFA (or 0xF12CFA) is known color: Magenta. HEX triplet: F1, 2C and FA. RGB value is (241,44,250). Sum of RGB (Red+Green+Blue) = 241+44+250=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 44 (17.58% from 255 or 8.22% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #F12CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12CFA is #0ED305. Grayscale: #7D7D7D. Windows color (decimal): -971526 or 16395505. OLE color: 16395505.
HSL color Cylindrical-coordinate representation of color #F12CFA: hue angle of 297.38º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12CFA is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 44 | 250 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.02 |
| HSL | 297.38º | 0.95% | 0.58% | - |
| HSV(B) | 297.38º | 0.82% | 0.98% | - |
| XYZ | 54.43 | 27.4 | 92.86 | - |
| YUV | 126.39 | 197.77 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 250 | 0.04 | 0.82 | 0 | 0.02 | 297.38 | 0.95 | 0.58 |
| Hex | F1 | 2C | FA | 4 | 52 | 0 | 2 | 129 | 5F | 3A |
| Octal | 361 | 54 | 372 | 4 | 122 | 0 | 2 | 451 | 137 | 72 |
| Binary | 11110001 | 101100 | 11111010 | 100 | 1010010 | 0 | 10 | 100101001 | 1011111 | 111010 |
Color Harmonies of #F12CFA
Complementary color
Monochromatic Colors of #F12CFA
Black with #F12CFA
Text Example
Text Example
White with #F12CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12CFA; }
p { color: rgb(241,44,250); }
H1.HeaderClassName
{
color: #F12CFA;
}
.AnyTagClassName
{
color: #F12CFA;
}
</style>
background-color css
<style>
a { background-color: #F12CFA; }
a { background-color: rgb(241,44,250); }
div.DivClassName
{
background-color: #F12CFA;
}
.BgClassName
{
background-color: #F12CFA;
}
</style>
border-color css
<style>
span { border-color: #F12CFA; }
span { border-color: rgb(241,44,250); }
td.TdClassName
{
border-color: #F12CFA;
}
.TagClassName
{
border-color: #F12CFA;
}
</style>