Shades of Magenta #FB15FE
Tints of Magenta #FB15FE
RGB
CMYK
RGB Variations
Color information
#FB15FE (or 0xFB15FE) is known color: Magenta. HEX triplet: FB, 15 and FE. RGB value is (251,21,254). Sum of RGB (Red+Green+Blue) = 251+21+254=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 21 (8.59% from 255 or 3.99% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB15FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB15FE is #04EA01. Grayscale: #737373. Windows color (decimal): -322050 or 16651771. OLE color: 16651771.
HSL color Cylindrical-coordinate representation of color #FB15FE: hue angle of 299.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB15FE is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 21 | 254 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.00 |
| HSL | 299.23º | 0.99% | 0.54% | - |
| HSV(B) | 299.23º | 0.92% | 1% | - |
| XYZ | 57.94 | 28.2 | 96.16 | - |
| YUV | 116.33 | 205.7 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 254 | 0.01 | 0.92 | 0 | 0.00 | 299.23 | 0.99 | 0.54 |
| Hex | FB | 15 | FE | 1 | 5C | 0 | 0 | 12B | 63 | 36 |
| Octal | 373 | 25 | 376 | 1 | 134 | 0 | 0 | 453 | 143 | 66 |
| Binary | 11111011 | 10101 | 11111110 | 1 | 1011100 | 0 | 0 | 100101011 | 1100011 | 110110 |
Color Harmonies of #FB15FE
Complementary color
Monochromatic Colors of #FB15FE
Black with #FB15FE
Text Example
Text Example
White with #FB15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB15FE; }
p { color: rgb(251,21,254); }
H1.HeaderClassName
{
color: #FB15FE;
}
.AnyTagClassName
{
color: #FB15FE;
}
</style>
background-color css
<style>
a { background-color: #FB15FE; }
a { background-color: rgb(251,21,254); }
div.DivClassName
{
background-color: #FB15FE;
}
.BgClassName
{
background-color: #FB15FE;
}
</style>
border-color css
<style>
span { border-color: #FB15FE; }
span { border-color: rgb(251,21,254); }
td.TdClassName
{
border-color: #FB15FE;
}
.TagClassName
{
border-color: #FB15FE;
}
</style>