Shades of Magenta #FF12F5
Tints of Magenta #FF12F5
RGB
CMYK
RGB Variations
Color information
#FF12F5 (or 0xFF12F5) is known color: Magenta. HEX triplet: FF, 12 and F5. RGB value is (255,18,245). Sum of RGB (Red+Green+Blue) = 255+18+245=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 18 (7.42% from 255 or 3.47% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF12F5 is #00ED0A. Grayscale: #727272. Windows color (decimal): -60683 or 16061183. OLE color: 16061183.
HSL color Cylindrical-coordinate representation of color #FF12F5: hue angle of 302.53º 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 #FF12F5 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 245 | - |
| CMYK | 0 | 0.93 | 0.04 | 0 |
| HSL | 302.53º | 1% | 0.54% | - |
| HSV(B) | 302.53º | 0.93% | 1% | - |
| XYZ | 57.94 | 28.29 | 88.79 | - |
| YUV | 114.74 | 201.52 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 245 | 0 | 0.93 | 0.04 | 0 | 302.53 | 1 | 0.54 |
| Hex | FF | 12 | F5 | 0 | 5D | 4 | 0 | 12F | 64 | 36 |
| Octal | 377 | 22 | 365 | 0 | 135 | 4 | 0 | 457 | 144 | 66 |
| Binary | 11111111 | 10010 | 11110101 | 0 | 1011101 | 100 | 0 | 100101111 | 1100100 | 110110 |
Color Harmonies of #FF12F5
Complementary color
Monochromatic Colors of #FF12F5
Black with #FF12F5
Text Example
Text Example
White with #FF12F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12F5; }
p { color: rgb(255,18,245); }
H1.HeaderClassName
{
color: #FF12F5;
}
.AnyTagClassName
{
color: #FF12F5;
}
</style>
background-color css
<style>
a { background-color: #FF12F5; }
a { background-color: rgb(255,18,245); }
div.DivClassName
{
background-color: #FF12F5;
}
.BgClassName
{
background-color: #FF12F5;
}
</style>
border-color css
<style>
span { border-color: #FF12F5; }
span { border-color: rgb(255,18,245); }
td.TdClassName
{
border-color: #FF12F5;
}
.TagClassName
{
border-color: #FF12F5;
}
</style>