Shades of Magenta #FF15FA
Tints of Magenta #FF15FA
RGB
CMYK
RGB Variations
Color information
#FF15FA (or 0xFF15FA) is known color: Magenta. HEX triplet: FF, 15 and FA. RGB value is (255,21,250). Sum of RGB (Red+Green+Blue) = 255+21+250=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 21 (8.59% from 255 or 3.99% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF15FA is #00EA05. Grayscale: #747474. Windows color (decimal): -59910 or 16389631. OLE color: 16389631.
HSL color Cylindrical-coordinate representation of color #FF15FA: hue angle of 301.28º 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 #FF15FA is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 250 | - |
| CMYK | 0 | 0.92 | 0.02 | 0 |
| HSL | 301.28º | 1% | 0.54% | - |
| HSV(B) | 301.28º | 0.92% | 1% | - |
| XYZ | 58.76 | 28.7 | 92.88 | - |
| YUV | 117.07 | 203.02 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 250 | 0 | 0.92 | 0.02 | 0 | 301.28 | 1 | 0.54 |
| Hex | FF | 15 | FA | 0 | 5C | 2 | 0 | 12D | 64 | 36 |
| Octal | 377 | 25 | 372 | 0 | 134 | 2 | 0 | 455 | 144 | 66 |
| Binary | 11111111 | 10101 | 11111010 | 0 | 1011100 | 10 | 0 | 100101101 | 1100100 | 110110 |
Color Harmonies of #FF15FA
Complementary color
Monochromatic Colors of #FF15FA
Black with #FF15FA
Text Example
Text Example
White with #FF15FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15FA; }
p { color: rgb(255,21,250); }
H1.HeaderClassName
{
color: #FF15FA;
}
.AnyTagClassName
{
color: #FF15FA;
}
</style>
background-color css
<style>
a { background-color: #FF15FA; }
a { background-color: rgb(255,21,250); }
div.DivClassName
{
background-color: #FF15FA;
}
.BgClassName
{
background-color: #FF15FA;
}
</style>
border-color css
<style>
span { border-color: #FF15FA; }
span { border-color: rgb(255,21,250); }
td.TdClassName
{
border-color: #FF15FA;
}
.TagClassName
{
border-color: #FF15FA;
}
</style>