Shades of Magenta #FB15E7
Tints of Magenta #FB15E7
RGB
CMYK
RGB Variations
Color information
#FB15E7 (or 0xFB15E7) is known color: Magenta. HEX triplet: FB, 15 and E7. RGB value is (251,21,231). Sum of RGB (Red+Green+Blue) = 251+21+231=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 21 (8.59% from 255 or 4.17% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB15E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB15E7 is #04EA18. Grayscale: #717171. Windows color (decimal): -322073 or 15144443. OLE color: 15144443.
HSL color Cylindrical-coordinate representation of color #FB15E7: hue angle of 305.22º 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 #FB15E7 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 231 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.02 |
| HSL | 305.22º | 0.97% | 0.53% | - |
| HSV(B) | 305.22º | 0.92% | 0.98% | - |
| XYZ | 54.48 | 26.82 | 77.91 | - |
| YUV | 113.71 | 194.2 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 231 | 0 | 0.92 | 0.08 | 0.02 | 305.22 | 0.97 | 0.53 |
| Hex | FB | 15 | E7 | 0 | 5C | 8 | 2 | 131 | 61 | 35 |
| Octal | 373 | 25 | 347 | 0 | 134 | 10 | 2 | 461 | 141 | 65 |
| Binary | 11111011 | 10101 | 11100111 | 0 | 1011100 | 1000 | 10 | 100110001 | 1100001 | 110101 |
Color Harmonies of #FB15E7
Complementary color
Monochromatic Colors of #FB15E7
Black with #FB15E7
Text Example
Text Example
White with #FB15E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB15E7; }
p { color: rgb(251,21,231); }
H1.HeaderClassName
{
color: #FB15E7;
}
.AnyTagClassName
{
color: #FB15E7;
}
</style>
background-color css
<style>
a { background-color: #FB15E7; }
a { background-color: rgb(251,21,231); }
div.DivClassName
{
background-color: #FB15E7;
}
.BgClassName
{
background-color: #FB15E7;
}
</style>
border-color css
<style>
span { border-color: #FB15E7; }
span { border-color: rgb(251,21,231); }
td.TdClassName
{
border-color: #FB15E7;
}
.TagClassName
{
border-color: #FB15E7;
}
</style>