Shades of Magenta #FF15FD
Tints of Magenta #FF15FD
RGB
CMYK
RGB Variations
Color information
#FF15FD (or 0xFF15FD) is known color: Magenta. HEX triplet: FF, 15 and FD. RGB value is (255,21,253). Sum of RGB (Red+Green+Blue) = 255+21+253=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 21 (8.59% from 255 or 3.97% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF15FD is #00EA02. Grayscale: #747474. Windows color (decimal): -59907 or 16586239. OLE color: 16586239.
HSL color Cylindrical-coordinate representation of color #FF15FD: hue angle of 300.51º 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 #FF15FD is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 253 | - |
| CMYK | 0 | 0.92 | 0.01 | 0 |
| HSL | 300.51º | 1% | 0.54% | - |
| HSV(B) | 300.51º | 0.92% | 1% | - |
| XYZ | 59.24 | 28.89 | 95.38 | - |
| YUV | 117.41 | 204.52 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 253 | 0 | 0.92 | 0.01 | 0 | 300.51 | 1 | 0.54 |
| Hex | FF | 15 | FD | 0 | 5C | 1 | 0 | 12D | 64 | 36 |
| Octal | 377 | 25 | 375 | 0 | 134 | 1 | 0 | 455 | 144 | 66 |
| Binary | 11111111 | 10101 | 11111101 | 0 | 1011100 | 1 | 0 | 100101101 | 1100100 | 110110 |
Color Harmonies of #FF15FD
Complementary color
Monochromatic Colors of #FF15FD
Black with #FF15FD
Text Example
Text Example
White with #FF15FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15FD; }
p { color: rgb(255,21,253); }
H1.HeaderClassName
{
color: #FF15FD;
}
.AnyTagClassName
{
color: #FF15FD;
}
</style>
background-color css
<style>
a { background-color: #FF15FD; }
a { background-color: rgb(255,21,253); }
div.DivClassName
{
background-color: #FF15FD;
}
.BgClassName
{
background-color: #FF15FD;
}
</style>
border-color css
<style>
span { border-color: #FF15FD; }
span { border-color: rgb(255,21,253); }
td.TdClassName
{
border-color: #FF15FD;
}
.TagClassName
{
border-color: #FF15FD;
}
</style>