Shades of Magenta #FB29FE
Tints of Magenta #FB29FE
RGB
CMYK
RGB Variations
Color information
#FB29FE (or 0xFB29FE) is known color: Magenta. HEX triplet: FB, 29 and FE. RGB value is (251,41,254). Sum of RGB (Red+Green+Blue) = 251+41+254=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 41 (16.41% from 255 or 7.51% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB29FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB29FE is #04D601. Grayscale: #7F7F7F. Windows color (decimal): -316930 or 16656891. OLE color: 16656891.
HSL color Cylindrical-coordinate representation of color #FB29FE: hue angle of 299.15º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB29FE is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 41 | 254 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.00 |
| HSL | 299.15º | 0.99% | 0.58% | - |
| HSV(B) | 299.15º | 0.84% | 1% | - |
| XYZ | 58.47 | 29.25 | 96.33 | - |
| YUV | 128.07 | 199.07 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 254 | 0.01 | 0.84 | 0 | 0.00 | 299.15 | 0.99 | 0.58 |
| Hex | FB | 29 | FE | 1 | 54 | 0 | 0 | 12B | 63 | 3A |
| Octal | 373 | 51 | 376 | 1 | 124 | 0 | 0 | 453 | 143 | 72 |
| Binary | 11111011 | 101001 | 11111110 | 1 | 1010100 | 0 | 0 | 100101011 | 1100011 | 111010 |
Color Harmonies of #FB29FE
Complementary color
Monochromatic Colors of #FB29FE
Black with #FB29FE
Text Example
Text Example
White with #FB29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB29FE; }
p { color: rgb(251,41,254); }
H1.HeaderClassName
{
color: #FB29FE;
}
.AnyTagClassName
{
color: #FB29FE;
}
</style>
background-color css
<style>
a { background-color: #FB29FE; }
a { background-color: rgb(251,41,254); }
div.DivClassName
{
background-color: #FB29FE;
}
.BgClassName
{
background-color: #FB29FE;
}
</style>
border-color css
<style>
span { border-color: #FB29FE; }
span { border-color: rgb(251,41,254); }
td.TdClassName
{
border-color: #FB29FE;
}
.TagClassName
{
border-color: #FB29FE;
}
</style>