Shades of Magenta #FB19FF
Tints of Magenta #FB19FF
RGB
CMYK
RGB Variations
Color information
#FB19FF (or 0xFB19FF) is known color: Magenta. HEX triplet: FB, 19 and FF. RGB value is (251,25,255). Sum of RGB (Red+Green+Blue) = 251+25+255=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 25 (10.16% from 255 or 4.71% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB19FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB19FF is #04E600. Grayscale: #767676. Windows color (decimal): -321025 or 16718331. OLE color: 16718331.
HSL color Cylindrical-coordinate representation of color #FB19FF: hue angle of 298.96º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB19FF is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 25 | 255 | - |
| CMYK | 0.02 | 0.90 | 0 | 0 |
| HSL | 298.96º | 1% | 0.55% | - |
| HSV(B) | 298.96º | 0.9% | 1% | - |
| XYZ | 58.18 | 28.42 | 97.03 | - |
| YUV | 118.79 | 204.87 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 255 | 0.02 | 0.90 | 0 | 0 | 298.96 | 1 | 0.55 |
| Hex | FB | 19 | FF | 2 | 5A | 0 | 0 | 12B | 64 | 37 |
| Octal | 373 | 31 | 377 | 2 | 132 | 0 | 0 | 453 | 144 | 67 |
| Binary | 11111011 | 11001 | 11111111 | 10 | 1011010 | 0 | 0 | 100101011 | 1100100 | 110111 |
Color Harmonies of #FB19FF
Complementary color
Monochromatic Colors of #FB19FF
Black with #FB19FF
Text Example
Text Example
White with #FB19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB19FF; }
p { color: rgb(251,25,255); }
H1.HeaderClassName
{
color: #FB19FF;
}
.AnyTagClassName
{
color: #FB19FF;
}
</style>
background-color css
<style>
a { background-color: #FB19FF; }
a { background-color: rgb(251,25,255); }
div.DivClassName
{
background-color: #FB19FF;
}
.BgClassName
{
background-color: #FB19FF;
}
</style>
border-color css
<style>
span { border-color: #FB19FF; }
span { border-color: rgb(251,25,255); }
td.TdClassName
{
border-color: #FB19FF;
}
.TagClassName
{
border-color: #FB19FF;
}
</style>