Shades of Magenta #FB15F9
Tints of Magenta #FB15F9
RGB
CMYK
RGB Variations
Color information
#FB15F9 (or 0xFB15F9) is known color: Magenta. HEX triplet: FB, 15 and F9. RGB value is (251,21,249). Sum of RGB (Red+Green+Blue) = 251+21+249=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 21 (8.59% from 255 or 4.03% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB15F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB15F9 is #04EA06. Grayscale: #737373. Windows color (decimal): -322055 or 16324091. OLE color: 16324091.
HSL color Cylindrical-coordinate representation of color #FB15F9: hue angle of 300.52º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB15F9 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 249 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.02 |
| HSL | 300.52º | 0.97% | 0.53% | - |
| HSV(B) | 300.52º | 0.92% | 0.98% | - |
| XYZ | 57.15 | 27.89 | 91.99 | - |
| YUV | 115.76 | 203.2 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 249 | 0 | 0.92 | 0.01 | 0.02 | 300.52 | 0.97 | 0.53 |
| Hex | FB | 15 | F9 | 0 | 5C | 1 | 2 | 12D | 61 | 35 |
| Octal | 373 | 25 | 371 | 0 | 134 | 1 | 2 | 455 | 141 | 65 |
| Binary | 11111011 | 10101 | 11111001 | 0 | 1011100 | 1 | 10 | 100101101 | 1100001 | 110101 |
Color Harmonies of #FB15F9
Complementary color
Monochromatic Colors of #FB15F9
Black with #FB15F9
Text Example
Text Example
White with #FB15F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB15F9; }
p { color: rgb(251,21,249); }
H1.HeaderClassName
{
color: #FB15F9;
}
.AnyTagClassName
{
color: #FB15F9;
}
</style>
background-color css
<style>
a { background-color: #FB15F9; }
a { background-color: rgb(251,21,249); }
div.DivClassName
{
background-color: #FB15F9;
}
.BgClassName
{
background-color: #FB15F9;
}
</style>
border-color css
<style>
span { border-color: #FB15F9; }
span { border-color: rgb(251,21,249); }
td.TdClassName
{
border-color: #FB15F9;
}
.TagClassName
{
border-color: #FB15F9;
}
</style>