Shades of Magenta #FB1DF3
Tints of Magenta #FB1DF3
RGB
CMYK
RGB Variations
Color information
#FB1DF3 (or 0xFB1DF3) is known color: Magenta. HEX triplet: FB, 1D and F3. RGB value is (251,29,243). Sum of RGB (Red+Green+Blue) = 251+29+243=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 29 (11.72% from 255 or 5.54% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1DF3 is #04E20C. Grayscale: #777777. Windows color (decimal): -320013 or 15932923. OLE color: 15932923.
HSL color Cylindrical-coordinate representation of color #FB1DF3: hue angle of 302.16º 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 #FB1DF3 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 243 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.02 |
| HSL | 302.16º | 0.97% | 0.55% | - |
| HSV(B) | 302.16º | 0.88% | 0.98% | - |
| XYZ | 56.4 | 27.86 | 87.2 | - |
| YUV | 119.77 | 197.55 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 243 | 0 | 0.88 | 0.03 | 0.02 | 302.16 | 0.97 | 0.55 |
| Hex | FB | 1D | F3 | 0 | 58 | 3 | 2 | 12E | 61 | 37 |
| Octal | 373 | 35 | 363 | 0 | 130 | 3 | 2 | 456 | 141 | 67 |
| Binary | 11111011 | 11101 | 11110011 | 0 | 1011000 | 11 | 10 | 100101110 | 1100001 | 110111 |
Color Harmonies of #FB1DF3
Complementary color
Monochromatic Colors of #FB1DF3
Black with #FB1DF3
Text Example
Text Example
White with #FB1DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1DF3; }
p { color: rgb(251,29,243); }
H1.HeaderClassName
{
color: #FB1DF3;
}
.AnyTagClassName
{
color: #FB1DF3;
}
</style>
background-color css
<style>
a { background-color: #FB1DF3; }
a { background-color: rgb(251,29,243); }
div.DivClassName
{
background-color: #FB1DF3;
}
.BgClassName
{
background-color: #FB1DF3;
}
</style>
border-color css
<style>
span { border-color: #FB1DF3; }
span { border-color: rgb(251,29,243); }
td.TdClassName
{
border-color: #FB1DF3;
}
.TagClassName
{
border-color: #FB1DF3;
}
</style>