Shades of Magenta #FF15FB
Tints of Magenta #FF15FB
RGB
CMYK
RGB Variations
Color information
#FF15FB (or 0xFF15FB) is known color: Magenta. HEX triplet: FF, 15 and FB. RGB value is (255,21,251). Sum of RGB (Red+Green+Blue) = 255+21+251=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 21 (8.59% from 255 or 3.98% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF15FB is #00EA04. Grayscale: #747474. Windows color (decimal): -59909 or 16455167. OLE color: 16455167.
HSL color Cylindrical-coordinate representation of color #FF15FB: hue angle of 301.03º 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 #FF15FB is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 251 | - |
| CMYK | 0 | 0.92 | 0.02 | 0 |
| HSL | 301.03º | 1% | 0.54% | - |
| HSV(B) | 301.03º | 0.92% | 1% | - |
| XYZ | 58.92 | 28.76 | 93.71 | - |
| YUV | 117.19 | 203.52 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 251 | 0 | 0.92 | 0.02 | 0 | 301.03 | 1 | 0.54 |
| Hex | FF | 15 | FB | 0 | 5C | 2 | 0 | 12D | 64 | 36 |
| Octal | 377 | 25 | 373 | 0 | 134 | 2 | 0 | 455 | 144 | 66 |
| Binary | 11111111 | 10101 | 11111011 | 0 | 1011100 | 10 | 0 | 100101101 | 1100100 | 110110 |
Color Harmonies of #FF15FB
Complementary color
Monochromatic Colors of #FF15FB
Black with #FF15FB
Text Example
Text Example
White with #FF15FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15FB; }
p { color: rgb(255,21,251); }
H1.HeaderClassName
{
color: #FF15FB;
}
.AnyTagClassName
{
color: #FF15FB;
}
</style>
background-color css
<style>
a { background-color: #FF15FB; }
a { background-color: rgb(255,21,251); }
div.DivClassName
{
background-color: #FF15FB;
}
.BgClassName
{
background-color: #FF15FB;
}
</style>
border-color css
<style>
span { border-color: #FF15FB; }
span { border-color: rgb(255,21,251); }
td.TdClassName
{
border-color: #FF15FB;
}
.TagClassName
{
border-color: #FF15FB;
}
</style>