Shades of Magenta #FF12F8
Tints of Magenta #FF12F8
RGB
CMYK
RGB Variations
Color information
#FF12F8 (or 0xFF12F8) is known color: Magenta. HEX triplet: FF, 12 and F8. RGB value is (255,18,248). Sum of RGB (Red+Green+Blue) = 255+18+248=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 18 (7.42% from 255 or 3.45% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF12F8 is #00ED07. Grayscale: #727272. Windows color (decimal): -60680 or 16257791. OLE color: 16257791.
HSL color Cylindrical-coordinate representation of color #FF12F8: hue angle of 301.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF12F8 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 248 | - |
| CMYK | 0 | 0.93 | 0.03 | 0 |
| HSL | 301.77º | 1% | 0.54% | - |
| HSV(B) | 301.77º | 0.93% | 1% | - |
| XYZ | 58.4 | 28.47 | 91.22 | - |
| YUV | 115.08 | 203.02 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 248 | 0 | 0.93 | 0.03 | 0 | 301.77 | 1 | 0.54 |
| Hex | FF | 12 | F8 | 0 | 5D | 3 | 0 | 12E | 64 | 36 |
| Octal | 377 | 22 | 370 | 0 | 135 | 3 | 0 | 456 | 144 | 66 |
| Binary | 11111111 | 10010 | 11111000 | 0 | 1011101 | 11 | 0 | 100101110 | 1100100 | 110110 |
Color Harmonies of #FF12F8
Complementary color
Monochromatic Colors of #FF12F8
Black with #FF12F8
Text Example
Text Example
White with #FF12F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12F8; }
p { color: rgb(255,18,248); }
H1.HeaderClassName
{
color: #FF12F8;
}
.AnyTagClassName
{
color: #FF12F8;
}
</style>
background-color css
<style>
a { background-color: #FF12F8; }
a { background-color: rgb(255,18,248); }
div.DivClassName
{
background-color: #FF12F8;
}
.BgClassName
{
background-color: #FF12F8;
}
</style>
border-color css
<style>
span { border-color: #FF12F8; }
span { border-color: rgb(255,18,248); }
td.TdClassName
{
border-color: #FF12F8;
}
.TagClassName
{
border-color: #FF12F8;
}
</style>