Shades of Magenta #FF15F6
Tints of Magenta #FF15F6
RGB
CMYK
RGB Variations
Color information
#FF15F6 (or 0xFF15F6) is known color: Magenta. HEX triplet: FF, 15 and F6. RGB value is (255,21,246). Sum of RGB (Red+Green+Blue) = 255+21+246=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 21 (8.59% from 255 or 4.02% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF15F6 is #00EA09. Grayscale: #737373. Windows color (decimal): -59914 or 16127487. OLE color: 16127487.
HSL color Cylindrical-coordinate representation of color #FF15F6: hue angle of 302.31º 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 #FF15F6 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 246 | - |
| CMYK | 0 | 0.92 | 0.04 | 0 |
| HSL | 302.31º | 1% | 0.54% | - |
| HSV(B) | 302.31º | 0.92% | 1% | - |
| XYZ | 58.14 | 28.45 | 89.62 | - |
| YUV | 116.62 | 201.02 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 246 | 0 | 0.92 | 0.04 | 0 | 302.31 | 1 | 0.54 |
| Hex | FF | 15 | F6 | 0 | 5C | 4 | 0 | 12E | 64 | 36 |
| Octal | 377 | 25 | 366 | 0 | 134 | 4 | 0 | 456 | 144 | 66 |
| Binary | 11111111 | 10101 | 11110110 | 0 | 1011100 | 100 | 0 | 100101110 | 1100100 | 110110 |
Color Harmonies of #FF15F6
Complementary color
Monochromatic Colors of #FF15F6
Black with #FF15F6
Text Example
Text Example
White with #FF15F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15F6; }
p { color: rgb(255,21,246); }
H1.HeaderClassName
{
color: #FF15F6;
}
.AnyTagClassName
{
color: #FF15F6;
}
</style>
background-color css
<style>
a { background-color: #FF15F6; }
a { background-color: rgb(255,21,246); }
div.DivClassName
{
background-color: #FF15F6;
}
.BgClassName
{
background-color: #FF15F6;
}
</style>
border-color css
<style>
span { border-color: #FF15F6; }
span { border-color: rgb(255,21,246); }
td.TdClassName
{
border-color: #FF15F6;
}
.TagClassName
{
border-color: #FF15F6;
}
</style>