Shades of Magenta #FF15FF
Tints of Magenta #FF15FF
RGB
CMYK
RGB Variations
Color information
#FF15FF (or 0xFF15FF) is known color: Magenta. HEX triplet: FF, 15 and FF. RGB value is (255,21,255). Sum of RGB (Red+Green+Blue) = 255+21+255=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 21 (8.59% from 255 or 3.95% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF15FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF15FF is #00EA00. Grayscale: #747474. Windows color (decimal): -59905 or 16717311. OLE color: 16717311.
HSL color Cylindrical-coordinate representation of color #FF15FF: hue angle of 300º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF15FF is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 255 | - |
| CMYK | 0 | 0.92 | 0 | 0 |
| HSL | 300º | 1% | 0.54% | - |
| HSV(B) | 300º | 0.92% | 1% | - |
| XYZ | 59.56 | 29.02 | 97.07 | - |
| YUV | 117.64 | 205.52 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 255 | 0 | 0.92 | 0 | 0 | 300 | 1 | 0.54 |
| Hex | FF | 15 | FF | 0 | 5C | 0 | 0 | 12C | 64 | 36 |
| Octal | 377 | 25 | 377 | 0 | 134 | 0 | 0 | 454 | 144 | 66 |
| Binary | 11111111 | 10101 | 11111111 | 0 | 1011100 | 0 | 0 | 100101100 | 1100100 | 110110 |
Color Harmonies of #FF15FF
Complementary color
Monochromatic Colors of #FF15FF
Black with #FF15FF
Text Example
Text Example
White with #FF15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15FF; }
p { color: rgb(255,21,255); }
H1.HeaderClassName
{
color: #FF15FF;
}
.AnyTagClassName
{
color: #FF15FF;
}
</style>
background-color css
<style>
a { background-color: #FF15FF; }
a { background-color: rgb(255,21,255); }
div.DivClassName
{
background-color: #FF15FF;
}
.BgClassName
{
background-color: #FF15FF;
}
</style>
border-color css
<style>
span { border-color: #FF15FF; }
span { border-color: rgb(255,21,255); }
td.TdClassName
{
border-color: #FF15FF;
}
.TagClassName
{
border-color: #FF15FF;
}
</style>