Shades of Magenta #FB1DF0
Tints of Magenta #FB1DF0
RGB
CMYK
RGB Variations
Color information
#FB1DF0 (or 0xFB1DF0) is known color: Magenta. HEX triplet: FB, 1D and F0. RGB value is (251,29,240). Sum of RGB (Red+Green+Blue) = 251+29+240=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 29 (11.72% from 255 or 5.58% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1DF0 is #04E20F. Grayscale: #767676. Windows color (decimal): -320016 or 15736315. OLE color: 15736315.
HSL color Cylindrical-coordinate representation of color #FB1DF0: hue angle of 302.97º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1DF0 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 240 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.02 |
| HSL | 302.97º | 0.97% | 0.55% | - |
| HSV(B) | 302.97º | 0.88% | 0.98% | - |
| XYZ | 55.95 | 27.68 | 84.83 | - |
| YUV | 119.43 | 196.05 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 240 | 0 | 0.88 | 0.04 | 0.02 | 302.97 | 0.97 | 0.55 |
| Hex | FB | 1D | F0 | 0 | 58 | 4 | 2 | 12F | 61 | 37 |
| Octal | 373 | 35 | 360 | 0 | 130 | 4 | 2 | 457 | 141 | 67 |
| Binary | 11111011 | 11101 | 11110000 | 0 | 1011000 | 100 | 10 | 100101111 | 1100001 | 110111 |
Color Harmonies of #FB1DF0
Complementary color
Monochromatic Colors of #FB1DF0
Black with #FB1DF0
Text Example
Text Example
White with #FB1DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1DF0; }
p { color: rgb(251,29,240); }
H1.HeaderClassName
{
color: #FB1DF0;
}
.AnyTagClassName
{
color: #FB1DF0;
}
</style>
background-color css
<style>
a { background-color: #FB1DF0; }
a { background-color: rgb(251,29,240); }
div.DivClassName
{
background-color: #FB1DF0;
}
.BgClassName
{
background-color: #FB1DF0;
}
</style>
border-color css
<style>
span { border-color: #FB1DF0; }
span { border-color: rgb(251,29,240); }
td.TdClassName
{
border-color: #FB1DF0;
}
.TagClassName
{
border-color: #FB1DF0;
}
</style>