Shades of Magenta #FB05E7
Tints of Magenta #FB05E7
RGB
CMYK
RGB Variations
Color information
#FB05E7 (or 0xFB05E7) is known color: Magenta. HEX triplet: FB, 05 and E7. RGB value is (251,5,231). Sum of RGB (Red+Green+Blue) = 251+5+231=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 5 (2.34% from 255 or 1.03% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB05E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB05E7 is #04FA18. Grayscale: #676767. Windows color (decimal): -326169 or 15140347. OLE color: 15140347.
HSL color Cylindrical-coordinate representation of color #FB05E7: hue angle of 304.88º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB05E7 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 231 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.02 |
| HSL | 304.88º | 0.97% | 0.5% | - |
| HSV(B) | 304.88º | 0.98% | 0.98% | - |
| XYZ | 54.26 | 26.39 | 77.83 | - |
| YUV | 104.32 | 199.5 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 231 | 0 | 0.98 | 0.08 | 0.02 | 304.88 | 0.97 | 0.5 |
| Hex | FB | 5 | E7 | 0 | 62 | 8 | 2 | 131 | 61 | 32 |
| Octal | 373 | 5 | 347 | 0 | 142 | 10 | 2 | 461 | 141 | 62 |
| Binary | 11111011 | 101 | 11100111 | 0 | 1100010 | 1000 | 10 | 100110001 | 1100001 | 110010 |
Color Harmonies of #FB05E7
Complementary color
Monochromatic Colors of #FB05E7
Black with #FB05E7
Text Example
Text Example
White with #FB05E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB05E7; }
p { color: rgb(251,5,231); }
H1.HeaderClassName
{
color: #FB05E7;
}
.AnyTagClassName
{
color: #FB05E7;
}
</style>
background-color css
<style>
a { background-color: #FB05E7; }
a { background-color: rgb(251,5,231); }
div.DivClassName
{
background-color: #FB05E7;
}
.BgClassName
{
background-color: #FB05E7;
}
</style>
border-color css
<style>
span { border-color: #FB05E7; }
span { border-color: rgb(251,5,231); }
td.TdClassName
{
border-color: #FB05E7;
}
.TagClassName
{
border-color: #FB05E7;
}
</style>