Shades of Magenta #FB15E8
Tints of Magenta #FB15E8
RGB
CMYK
RGB Variations
Color information
#FB15E8 (or 0xFB15E8) is known color: Magenta. HEX triplet: FB, 15 and E8. RGB value is (251,21,232). Sum of RGB (Red+Green+Blue) = 251+21+232=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 21 (8.59% from 255 or 4.17% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB15E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB15E8 is #04EA17. Grayscale: #717171. Windows color (decimal): -322072 or 15209979. OLE color: 15209979.
HSL color Cylindrical-coordinate representation of color #FB15E8: hue angle of 304.96º 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 #FB15E8 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 232 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.02 |
| HSL | 304.96º | 0.97% | 0.53% | - |
| HSV(B) | 304.96º | 0.92% | 0.98% | - |
| XYZ | 54.62 | 26.87 | 78.65 | - |
| YUV | 113.82 | 194.7 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 232 | 0 | 0.92 | 0.08 | 0.02 | 304.96 | 0.97 | 0.53 |
| Hex | FB | 15 | E8 | 0 | 5C | 8 | 2 | 131 | 61 | 35 |
| Octal | 373 | 25 | 350 | 0 | 134 | 10 | 2 | 461 | 141 | 65 |
| Binary | 11111011 | 10101 | 11101000 | 0 | 1011100 | 1000 | 10 | 100110001 | 1100001 | 110101 |
Color Harmonies of #FB15E8
Complementary color
Monochromatic Colors of #FB15E8
Black with #FB15E8
Text Example
Text Example
White with #FB15E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB15E8; }
p { color: rgb(251,21,232); }
H1.HeaderClassName
{
color: #FB15E8;
}
.AnyTagClassName
{
color: #FB15E8;
}
</style>
background-color css
<style>
a { background-color: #FB15E8; }
a { background-color: rgb(251,21,232); }
div.DivClassName
{
background-color: #FB15E8;
}
.BgClassName
{
background-color: #FB15E8;
}
</style>
border-color css
<style>
span { border-color: #FB15E8; }
span { border-color: rgb(251,21,232); }
td.TdClassName
{
border-color: #FB15E8;
}
.TagClassName
{
border-color: #FB15E8;
}
</style>