Shades of Magenta #FB0FE7
Tints of Magenta #FB0FE7
RGB
CMYK
RGB Variations
Color information
#FB0FE7 (or 0xFB0FE7) is known color: Magenta. HEX triplet: FB, 0F and E7. RGB value is (251,15,231). Sum of RGB (Red+Green+Blue) = 251+15+231=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 15 (6.25% from 255 or 3.02% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0FE7 is #04F018. Grayscale: #6D6D6D. Windows color (decimal): -323609 or 15142907. OLE color: 15142907.
HSL color Cylindrical-coordinate representation of color #FB0FE7: hue angle of 305.08º 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 #FB0FE7 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 231 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.02 |
| HSL | 305.08º | 0.97% | 0.52% | - |
| HSV(B) | 305.08º | 0.94% | 0.98% | - |
| XYZ | 54.38 | 26.62 | 77.87 | - |
| YUV | 110.19 | 196.19 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 231 | 0 | 0.94 | 0.08 | 0.02 | 305.08 | 0.97 | 0.52 |
| Hex | FB | F | E7 | 0 | 5E | 8 | 2 | 131 | 61 | 34 |
| Octal | 373 | 17 | 347 | 0 | 136 | 10 | 2 | 461 | 141 | 64 |
| Binary | 11111011 | 1111 | 11100111 | 0 | 1011110 | 1000 | 10 | 100110001 | 1100001 | 110100 |
Color Harmonies of #FB0FE7
Complementary color
Monochromatic Colors of #FB0FE7
Black with #FB0FE7
Text Example
Text Example
White with #FB0FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FE7; }
p { color: rgb(251,15,231); }
H1.HeaderClassName
{
color: #FB0FE7;
}
.AnyTagClassName
{
color: #FB0FE7;
}
</style>
background-color css
<style>
a { background-color: #FB0FE7; }
a { background-color: rgb(251,15,231); }
div.DivClassName
{
background-color: #FB0FE7;
}
.BgClassName
{
background-color: #FB0FE7;
}
</style>
border-color css
<style>
span { border-color: #FB0FE7; }
span { border-color: rgb(251,15,231); }
td.TdClassName
{
border-color: #FB0FE7;
}
.TagClassName
{
border-color: #FB0FE7;
}
</style>