Shades of Magenta #FB2DF7
Tints of Magenta #FB2DF7
RGB
CMYK
RGB Variations
Color information
#FB2DF7 (or 0xFB2DF7) is known color: Magenta. HEX triplet: FB, 2D and F7. RGB value is (251,45,247). Sum of RGB (Red+Green+Blue) = 251+45+247=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 45 (17.97% from 255 or 8.29% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2DF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB2DF7 is #04D208. Grayscale: #818181. Windows color (decimal): -315913 or 16199163. OLE color: 16199163.
HSL color Cylindrical-coordinate representation of color #FB2DF7: hue angle of 301.17º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2DF7 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 247 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.02 |
| HSL | 301.17º | 0.96% | 0.58% | - |
| HSV(B) | 301.17º | 0.82% | 0.98% | - |
| XYZ | 57.51 | 29.1 | 90.58 | - |
| YUV | 129.62 | 194.25 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 247 | 0 | 0.82 | 0.02 | 0.02 | 301.17 | 0.96 | 0.58 |
| Hex | FB | 2D | F7 | 0 | 52 | 2 | 2 | 12D | 60 | 3A |
| Octal | 373 | 55 | 367 | 0 | 122 | 2 | 2 | 455 | 140 | 72 |
| Binary | 11111011 | 101101 | 11110111 | 0 | 1010010 | 10 | 10 | 100101101 | 1100000 | 111010 |
Color Harmonies of #FB2DF7
Complementary color
Monochromatic Colors of #FB2DF7
Black with #FB2DF7
Text Example
Text Example
White with #FB2DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2DF7; }
p { color: rgb(251,45,247); }
H1.HeaderClassName
{
color: #FB2DF7;
}
.AnyTagClassName
{
color: #FB2DF7;
}
</style>
background-color css
<style>
a { background-color: #FB2DF7; }
a { background-color: rgb(251,45,247); }
div.DivClassName
{
background-color: #FB2DF7;
}
.BgClassName
{
background-color: #FB2DF7;
}
</style>
border-color css
<style>
span { border-color: #FB2DF7; }
span { border-color: rgb(251,45,247); }
td.TdClassName
{
border-color: #FB2DF7;
}
.TagClassName
{
border-color: #FB2DF7;
}
</style>