Shades of Magenta #FB0FE9
Tints of Magenta #FB0FE9
RGB
CMYK
RGB Variations
Color information
#FB0FE9 (or 0xFB0FE9) is known color: Magenta. HEX triplet: FB, 0F and E9. RGB value is (251,15,233). Sum of RGB (Red+Green+Blue) = 251+15+233=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 15 (6.25% from 255 or 3.01% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0FE9 is #04F016. Grayscale: #6D6D6D. Windows color (decimal): -323607 or 15273979. OLE color: 15273979.
HSL color Cylindrical-coordinate representation of color #FB0FE9: hue angle of 304.58º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0FE9 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 233 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.02 |
| HSL | 304.58º | 0.97% | 0.52% | - |
| HSV(B) | 304.58º | 0.94% | 0.98% | - |
| XYZ | 54.66 | 26.73 | 79.37 | - |
| YUV | 110.42 | 197.19 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 233 | 0 | 0.94 | 0.07 | 0.02 | 304.58 | 0.97 | 0.52 |
| Hex | FB | F | E9 | 0 | 5E | 7 | 2 | 131 | 61 | 34 |
| Octal | 373 | 17 | 351 | 0 | 136 | 7 | 2 | 461 | 141 | 64 |
| Binary | 11111011 | 1111 | 11101001 | 0 | 1011110 | 111 | 10 | 100110001 | 1100001 | 110100 |
Color Harmonies of #FB0FE9
Complementary color
Monochromatic Colors of #FB0FE9
Black with #FB0FE9
Text Example
Text Example
White with #FB0FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FE9; }
p { color: rgb(251,15,233); }
H1.HeaderClassName
{
color: #FB0FE9;
}
.AnyTagClassName
{
color: #FB0FE9;
}
</style>
background-color css
<style>
a { background-color: #FB0FE9; }
a { background-color: rgb(251,15,233); }
div.DivClassName
{
background-color: #FB0FE9;
}
.BgClassName
{
background-color: #FB0FE9;
}
</style>
border-color css
<style>
span { border-color: #FB0FE9; }
span { border-color: rgb(251,15,233); }
td.TdClassName
{
border-color: #FB0FE9;
}
.TagClassName
{
border-color: #FB0FE9;
}
</style>