Shades of Magenta #FB2DF6
Tints of Magenta #FB2DF6
RGB
CMYK
RGB Variations
Color information
#FB2DF6 (or 0xFB2DF6) is known color: Magenta. HEX triplet: FB, 2D and F6. RGB value is (251,45,246). Sum of RGB (Red+Green+Blue) = 251+45+246=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 45 (17.97% from 255 or 8.30% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2DF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB2DF6 is #04D209. Grayscale: #808080. Windows color (decimal): -315914 or 16133627. OLE color: 16133627.
HSL color Cylindrical-coordinate representation of color #FB2DF6: hue angle of 301.46º 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 #FB2DF6 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 246 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.02 |
| HSL | 301.46º | 0.96% | 0.58% | - |
| HSV(B) | 301.46º | 0.82% | 0.98% | - |
| XYZ | 57.36 | 29.04 | 89.77 | - |
| YUV | 129.51 | 193.75 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 246 | 0 | 0.82 | 0.02 | 0.02 | 301.46 | 0.96 | 0.58 |
| Hex | FB | 2D | F6 | 0 | 52 | 2 | 2 | 12D | 60 | 3A |
| Octal | 373 | 55 | 366 | 0 | 122 | 2 | 2 | 455 | 140 | 72 |
| Binary | 11111011 | 101101 | 11110110 | 0 | 1010010 | 10 | 10 | 100101101 | 1100000 | 111010 |
Color Harmonies of #FB2DF6
Complementary color
Monochromatic Colors of #FB2DF6
Black with #FB2DF6
Text Example
Text Example
White with #FB2DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2DF6; }
p { color: rgb(251,45,246); }
H1.HeaderClassName
{
color: #FB2DF6;
}
.AnyTagClassName
{
color: #FB2DF6;
}
</style>
background-color css
<style>
a { background-color: #FB2DF6; }
a { background-color: rgb(251,45,246); }
div.DivClassName
{
background-color: #FB2DF6;
}
.BgClassName
{
background-color: #FB2DF6;
}
</style>
border-color css
<style>
span { border-color: #FB2DF6; }
span { border-color: rgb(251,45,246); }
td.TdClassName
{
border-color: #FB2DF6;
}
.TagClassName
{
border-color: #FB2DF6;
}
</style>