Shades of Magenta #FB0DFF
Tints of Magenta #FB0DFF
RGB
CMYK
RGB Variations
Color information
#FB0DFF (or 0xFB0DFF) is known color: Magenta. HEX triplet: FB, 0D and FF. RGB value is (251,13,255). Sum of RGB (Red+Green+Blue) = 251+13+255=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 13 (5.47% from 255 or 2.50% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB0DFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0DFF is #04F200. Grayscale: #6F6F6F. Windows color (decimal): -324097 or 16715259. OLE color: 16715259.
HSL color Cylindrical-coordinate representation of color #FB0DFF: hue angle of 299.01º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0DFF is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 13 | 255 | - |
| CMYK | 0.02 | 0.95 | 0 | 0 |
| HSL | 299.01º | 1% | 0.53% | - |
| HSV(B) | 299.01º | 0.95% | 1% | - |
| XYZ | 57.98 | 28.02 | 96.96 | - |
| YUV | 111.75 | 208.85 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 255 | 0.02 | 0.95 | 0 | 0 | 299.01 | 1 | 0.53 |
| Hex | FB | D | FF | 2 | 5F | 0 | 0 | 12B | 64 | 35 |
| Octal | 373 | 15 | 377 | 2 | 137 | 0 | 0 | 453 | 144 | 65 |
| Binary | 11111011 | 1101 | 11111111 | 10 | 1011111 | 0 | 0 | 100101011 | 1100100 | 110101 |
Color Harmonies of #FB0DFF
Complementary color
Monochromatic Colors of #FB0DFF
Black with #FB0DFF
Text Example
Text Example
White with #FB0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0DFF; }
p { color: rgb(251,13,255); }
H1.HeaderClassName
{
color: #FB0DFF;
}
.AnyTagClassName
{
color: #FB0DFF;
}
</style>
background-color css
<style>
a { background-color: #FB0DFF; }
a { background-color: rgb(251,13,255); }
div.DivClassName
{
background-color: #FB0DFF;
}
.BgClassName
{
background-color: #FB0DFF;
}
</style>
border-color css
<style>
span { border-color: #FB0DFF; }
span { border-color: rgb(251,13,255); }
td.TdClassName
{
border-color: #FB0DFF;
}
.TagClassName
{
border-color: #FB0DFF;
}
</style>