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