Shades of Magenta #F12DF8
Tints of Magenta #F12DF8
RGB
CMYK
RGB Variations
Color information
#F12DF8 (or 0xF12DF8) is known color: Magenta. HEX triplet: F1, 2D and F8. RGB value is (241,45,248). Sum of RGB (Red+Green+Blue) = 241+45+248=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 45 (17.97% from 255 or 8.43% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #F12DF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12DF8 is #0ED207. Grayscale: #7E7E7E. Windows color (decimal): -971272 or 16264689. OLE color: 16264689.
HSL color Cylindrical-coordinate representation of color #F12DF8: hue angle of 297.93º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12DF8 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 45 | 248 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.03 |
| HSL | 297.93º | 0.94% | 0.57% | - |
| HSV(B) | 297.93º | 0.82% | 0.97% | - |
| XYZ | 54.16 | 27.35 | 91.23 | - |
| YUV | 126.75 | 196.43 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 248 | 0.03 | 0.82 | 0 | 0.03 | 297.93 | 0.94 | 0.57 |
| Hex | F1 | 2D | F8 | 3 | 52 | 0 | 3 | 12A | 5E | 39 |
| Octal | 361 | 55 | 370 | 3 | 122 | 0 | 3 | 452 | 136 | 71 |
| Binary | 11110001 | 101101 | 11111000 | 11 | 1010010 | 0 | 11 | 100101010 | 1011110 | 111001 |
Color Harmonies of #F12DF8
Complementary color
Monochromatic Colors of #F12DF8
Black with #F12DF8
Text Example
Text Example
White with #F12DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12DF8; }
p { color: rgb(241,45,248); }
H1.HeaderClassName
{
color: #F12DF8;
}
.AnyTagClassName
{
color: #F12DF8;
}
</style>
background-color css
<style>
a { background-color: #F12DF8; }
a { background-color: rgb(241,45,248); }
div.DivClassName
{
background-color: #F12DF8;
}
.BgClassName
{
background-color: #F12DF8;
}
</style>
border-color css
<style>
span { border-color: #F12DF8; }
span { border-color: rgb(241,45,248); }
td.TdClassName
{
border-color: #F12DF8;
}
.TagClassName
{
border-color: #F12DF8;
}
</style>