Shades of Magenta #FF0FF2
Tints of Magenta #FF0FF2
RGB
CMYK
RGB Variations
Color information
#FF0FF2 (or 0xFF0FF2) is known color: Magenta. HEX triplet: FF, 0F and F2. RGB value is (255,15,242). Sum of RGB (Red+Green+Blue) = 255+15+242=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 15 (6.25% from 255 or 2.93% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0FF2 is #00F00D. Grayscale: #6F6F6F. Windows color (decimal): -61454 or 15863807. OLE color: 15863807.
HSL color Cylindrical-coordinate representation of color #FF0FF2: hue angle of 303.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FF2 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 242 | - |
| CMYK | 0 | 0.94 | 0.05 | 0 |
| HSL | 303.25º | 1% | 0.53% | - |
| HSV(B) | 303.25º | 0.94% | 1% | - |
| XYZ | 57.44 | 28.01 | 86.38 | - |
| YUV | 112.64 | 201.01 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 242 | 0 | 0.94 | 0.05 | 0 | 303.25 | 1 | 0.53 |
| Hex | FF | F | F2 | 0 | 5E | 5 | 0 | 12F | 64 | 35 |
| Octal | 377 | 17 | 362 | 0 | 136 | 5 | 0 | 457 | 144 | 65 |
| Binary | 11111111 | 1111 | 11110010 | 0 | 1011110 | 101 | 0 | 100101111 | 1100100 | 110101 |
Color Harmonies of #FF0FF2
Complementary color
Monochromatic Colors of #FF0FF2
Black with #FF0FF2
Text Example
Text Example
White with #FF0FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FF2; }
p { color: rgb(255,15,242); }
H1.HeaderClassName
{
color: #FF0FF2;
}
.AnyTagClassName
{
color: #FF0FF2;
}
</style>
background-color css
<style>
a { background-color: #FF0FF2; }
a { background-color: rgb(255,15,242); }
div.DivClassName
{
background-color: #FF0FF2;
}
.BgClassName
{
background-color: #FF0FF2;
}
</style>
border-color css
<style>
span { border-color: #FF0FF2; }
span { border-color: rgb(255,15,242); }
td.TdClassName
{
border-color: #FF0FF2;
}
.TagClassName
{
border-color: #FF0FF2;
}
</style>