Shades of Magenta #FB0DF0
Tints of Magenta #FB0DF0
RGB
CMYK
RGB Variations
Color information
#FB0DF0 (or 0xFB0DF0) is known color: Magenta. HEX triplet: FB, 0D and F0. RGB value is (251,13,240). Sum of RGB (Red+Green+Blue) = 251+13+240=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 13 (5.47% from 255 or 2.58% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0DF0 is #04F20F. Grayscale: #6D6D6D. Windows color (decimal): -324112 or 15732219. OLE color: 15732219.
HSL color Cylindrical-coordinate representation of color #FB0DF0: hue angle of 302.77º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0DF0 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 240 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.02 |
| HSL | 302.77º | 0.97% | 0.52% | - |
| HSV(B) | 302.77º | 0.95% | 0.98% | - |
| XYZ | 55.66 | 27.09 | 84.73 | - |
| YUV | 110.04 | 201.35 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 240 | 0 | 0.95 | 0.04 | 0.02 | 302.77 | 0.97 | 0.52 |
| Hex | FB | D | F0 | 0 | 5F | 4 | 2 | 12F | 61 | 34 |
| Octal | 373 | 15 | 360 | 0 | 137 | 4 | 2 | 457 | 141 | 64 |
| Binary | 11111011 | 1101 | 11110000 | 0 | 1011111 | 100 | 10 | 100101111 | 1100001 | 110100 |
Color Harmonies of #FB0DF0
Complementary color
Monochromatic Colors of #FB0DF0
Black with #FB0DF0
Text Example
Text Example
White with #FB0DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0DF0; }
p { color: rgb(251,13,240); }
H1.HeaderClassName
{
color: #FB0DF0;
}
.AnyTagClassName
{
color: #FB0DF0;
}
</style>
background-color css
<style>
a { background-color: #FB0DF0; }
a { background-color: rgb(251,13,240); }
div.DivClassName
{
background-color: #FB0DF0;
}
.BgClassName
{
background-color: #FB0DF0;
}
</style>
border-color css
<style>
span { border-color: #FB0DF0; }
span { border-color: rgb(251,13,240); }
td.TdClassName
{
border-color: #FB0DF0;
}
.TagClassName
{
border-color: #FB0DF0;
}
</style>