Shades of Magenta #FB15FA
Tints of Magenta #FB15FA
RGB
CMYK
RGB Variations
Color information
#FB15FA (or 0xFB15FA) is known color: Magenta. HEX triplet: FB, 15 and FA. RGB value is (251,21,250). Sum of RGB (Red+Green+Blue) = 251+21+250=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 21 (8.59% from 255 or 4.02% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FB15FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB15FA is #04EA05. Grayscale: #737373. Windows color (decimal): -322054 or 16389627. OLE color: 16389627.
HSL color Cylindrical-coordinate representation of color #FB15FA: hue angle of 300.26º 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 #FB15FA is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 250 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.02 |
| HSL | 300.26º | 0.97% | 0.53% | - |
| HSV(B) | 300.26º | 0.92% | 0.98% | - |
| XYZ | 57.31 | 27.95 | 92.82 | - |
| YUV | 115.88 | 203.7 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 250 | 0 | 0.92 | 0.00 | 0.02 | 300.26 | 0.97 | 0.53 |
| Hex | FB | 15 | FA | 0 | 5C | 0 | 2 | 12C | 61 | 35 |
| Octal | 373 | 25 | 372 | 0 | 134 | 0 | 2 | 454 | 141 | 65 |
| Binary | 11111011 | 10101 | 11111010 | 0 | 1011100 | 0 | 10 | 100101100 | 1100001 | 110101 |
Color Harmonies of #FB15FA
Complementary color
Monochromatic Colors of #FB15FA
Black with #FB15FA
Text Example
Text Example
White with #FB15FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB15FA; }
p { color: rgb(251,21,250); }
H1.HeaderClassName
{
color: #FB15FA;
}
.AnyTagClassName
{
color: #FB15FA;
}
</style>
background-color css
<style>
a { background-color: #FB15FA; }
a { background-color: rgb(251,21,250); }
div.DivClassName
{
background-color: #FB15FA;
}
.BgClassName
{
background-color: #FB15FA;
}
</style>
border-color css
<style>
span { border-color: #FB15FA; }
span { border-color: rgb(251,21,250); }
td.TdClassName
{
border-color: #FB15FA;
}
.TagClassName
{
border-color: #FB15FA;
}
</style>