Shades of Magenta #FB09E7
Tints of Magenta #FB09E7
RGB
CMYK
RGB Variations
Color information
#FB09E7 (or 0xFB09E7) is known color: Magenta. HEX triplet: FB, 09 and E7. RGB value is (251,9,231). Sum of RGB (Red+Green+Blue) = 251+9+231=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 9 (3.91% from 255 or 1.83% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB09E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB09E7 is #04F618. Grayscale: #6A6A6A. Windows color (decimal): -325145 or 15141371. OLE color: 15141371.
HSL color Cylindrical-coordinate representation of color #FB09E7: hue angle of 304.96º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB09E7 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 231 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.02 |
| HSL | 304.96º | 0.97% | 0.51% | - |
| HSV(B) | 304.96º | 0.96% | 0.98% | - |
| XYZ | 54.31 | 26.47 | 77.85 | - |
| YUV | 106.67 | 198.17 | 230.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 231 | 0 | 0.96 | 0.08 | 0.02 | 304.96 | 0.97 | 0.51 |
| Hex | FB | 9 | E7 | 0 | 60 | 8 | 2 | 131 | 61 | 33 |
| Octal | 373 | 11 | 347 | 0 | 140 | 10 | 2 | 461 | 141 | 63 |
| Binary | 11111011 | 1001 | 11100111 | 0 | 1100000 | 1000 | 10 | 100110001 | 1100001 | 110011 |
Color Harmonies of #FB09E7
Complementary color
Monochromatic Colors of #FB09E7
Black with #FB09E7
Text Example
Text Example
White with #FB09E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB09E7; }
p { color: rgb(251,9,231); }
H1.HeaderClassName
{
color: #FB09E7;
}
.AnyTagClassName
{
color: #FB09E7;
}
</style>
background-color css
<style>
a { background-color: #FB09E7; }
a { background-color: rgb(251,9,231); }
div.DivClassName
{
background-color: #FB09E7;
}
.BgClassName
{
background-color: #FB09E7;
}
</style>
border-color css
<style>
span { border-color: #FB09E7; }
span { border-color: rgb(251,9,231); }
td.TdClassName
{
border-color: #FB09E7;
}
.TagClassName
{
border-color: #FB09E7;
}
</style>