Shades of Magenta #FB1AFE
Tints of Magenta #FB1AFE
RGB
CMYK
RGB Variations
Color information
#FB1AFE (or 0xFB1AFE) is known color: Magenta. HEX triplet: FB, 1A and FE. RGB value is (251,26,254). Sum of RGB (Red+Green+Blue) = 251+26+254=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 26 (10.55% from 255 or 4.90% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB1AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1AFE is #04E501. Grayscale: #767676. Windows color (decimal): -320770 or 16653051. OLE color: 16653051.
HSL color Cylindrical-coordinate representation of color #FB1AFE: hue angle of 299.21º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1AFE is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 26 | 254 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.00 |
| HSL | 299.21º | 0.99% | 0.55% | - |
| HSV(B) | 299.21º | 0.9% | 1% | - |
| XYZ | 58.04 | 28.4 | 96.19 | - |
| YUV | 119.27 | 204.04 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 254 | 0.01 | 0.90 | 0 | 0.00 | 299.21 | 0.99 | 0.55 |
| Hex | FB | 1A | FE | 1 | 5A | 0 | 0 | 12B | 63 | 37 |
| Octal | 373 | 32 | 376 | 1 | 132 | 0 | 0 | 453 | 143 | 67 |
| Binary | 11111011 | 11010 | 11111110 | 1 | 1011010 | 0 | 0 | 100101011 | 1100011 | 110111 |
Color Harmonies of #FB1AFE
Complementary color
Monochromatic Colors of #FB1AFE
Black with #FB1AFE
Text Example
Text Example
White with #FB1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1AFE; }
p { color: rgb(251,26,254); }
H1.HeaderClassName
{
color: #FB1AFE;
}
.AnyTagClassName
{
color: #FB1AFE;
}
</style>
background-color css
<style>
a { background-color: #FB1AFE; }
a { background-color: rgb(251,26,254); }
div.DivClassName
{
background-color: #FB1AFE;
}
.BgClassName
{
background-color: #FB1AFE;
}
</style>
border-color css
<style>
span { border-color: #FB1AFE; }
span { border-color: rgb(251,26,254); }
td.TdClassName
{
border-color: #FB1AFE;
}
.TagClassName
{
border-color: #FB1AFE;
}
</style>