Shades of Magenta #FB05FE
Tints of Magenta #FB05FE
RGB
CMYK
RGB Variations
Color information
#FB05FE (or 0xFB05FE) is known color: Magenta. HEX triplet: FB, 05 and FE. RGB value is (251,5,254). Sum of RGB (Red+Green+Blue) = 251+5+254=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 5 (2.34% from 255 or 0.98% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB05FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB05FE is #04FA01. Grayscale: #6A6A6A. Windows color (decimal): -326146 or 16647675. OLE color: 16647675.
HSL color Cylindrical-coordinate representation of color #FB05FE: hue angle of 299.28º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB05FE is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 5 | 254 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.00 |
| HSL | 299.28º | 0.99% | 0.51% | - |
| HSV(B) | 299.28º | 0.98% | 1% | - |
| XYZ | 57.73 | 27.77 | 96.08 | - |
| YUV | 106.94 | 211 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 254 | 0.01 | 0.98 | 0 | 0.00 | 299.28 | 0.99 | 0.51 |
| Hex | FB | 5 | FE | 1 | 62 | 0 | 0 | 12B | 63 | 33 |
| Octal | 373 | 5 | 376 | 1 | 142 | 0 | 0 | 453 | 143 | 63 |
| Binary | 11111011 | 101 | 11111110 | 1 | 1100010 | 0 | 0 | 100101011 | 1100011 | 110011 |
Color Harmonies of #FB05FE
Complementary color
Monochromatic Colors of #FB05FE
Black with #FB05FE
Text Example
Text Example
White with #FB05FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB05FE; }
p { color: rgb(251,5,254); }
H1.HeaderClassName
{
color: #FB05FE;
}
.AnyTagClassName
{
color: #FB05FE;
}
</style>
background-color css
<style>
a { background-color: #FB05FE; }
a { background-color: rgb(251,5,254); }
div.DivClassName
{
background-color: #FB05FE;
}
.BgClassName
{
background-color: #FB05FE;
}
</style>
border-color css
<style>
span { border-color: #FB05FE; }
span { border-color: rgb(251,5,254); }
td.TdClassName
{
border-color: #FB05FE;
}
.TagClassName
{
border-color: #FB05FE;
}
</style>