Shades of Magenta #FB09ED
Tints of Magenta #FB09ED
RGB
CMYK
RGB Variations
Color information
#FB09ED (or 0xFB09ED) is known color: Magenta. HEX triplet: FB, 09 and ED. RGB value is (251,9,237). Sum of RGB (Red+Green+Blue) = 251+9+237=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 9 (3.91% from 255 or 1.81% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB09ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB09ED is #04F612. Grayscale: #6A6A6A. Windows color (decimal): -325139 or 15534587. OLE color: 15534587.
HSL color Cylindrical-coordinate representation of color #FB09ED: hue angle of 303.47º 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 #FB09ED is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 237 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.02 |
| HSL | 303.47º | 0.97% | 0.51% | - |
| HSV(B) | 303.47º | 0.96% | 0.98% | - |
| XYZ | 55.17 | 26.82 | 82.39 | - |
| YUV | 107.35 | 201.17 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 237 | 0 | 0.96 | 0.06 | 0.02 | 303.47 | 0.97 | 0.51 |
| Hex | FB | 9 | ED | 0 | 60 | 6 | 2 | 12F | 61 | 33 |
| Octal | 373 | 11 | 355 | 0 | 140 | 6 | 2 | 457 | 141 | 63 |
| Binary | 11111011 | 1001 | 11101101 | 0 | 1100000 | 110 | 10 | 100101111 | 1100001 | 110011 |
Color Harmonies of #FB09ED
Complementary color
Monochromatic Colors of #FB09ED
Black with #FB09ED
Text Example
Text Example
White with #FB09ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB09ED; }
p { color: rgb(251,9,237); }
H1.HeaderClassName
{
color: #FB09ED;
}
.AnyTagClassName
{
color: #FB09ED;
}
</style>
background-color css
<style>
a { background-color: #FB09ED; }
a { background-color: rgb(251,9,237); }
div.DivClassName
{
background-color: #FB09ED;
}
.BgClassName
{
background-color: #FB09ED;
}
</style>
border-color css
<style>
span { border-color: #FB09ED; }
span { border-color: rgb(251,9,237); }
td.TdClassName
{
border-color: #FB09ED;
}
.TagClassName
{
border-color: #FB09ED;
}
</style>