Shades of Magenta #FB28F3
Tints of Magenta #FB28F3
RGB
CMYK
RGB Variations
Color information
#FB28F3 (or 0xFB28F3) is known color: Magenta. HEX triplet: FB, 28 and F3. RGB value is (251,40,243). Sum of RGB (Red+Green+Blue) = 251+40+243=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 40 (16.02% from 255 or 7.49% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB28F3 is #04D70C. Grayscale: #7D7D7D. Windows color (decimal): -317197 or 15935739. OLE color: 15935739.
HSL color Cylindrical-coordinate representation of color #FB28F3: hue angle of 302.27º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB28F3 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 243 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.02 |
| HSL | 302.27º | 0.96% | 0.57% | - |
| HSV(B) | 302.27º | 0.84% | 0.98% | - |
| XYZ | 56.72 | 28.5 | 87.31 | - |
| YUV | 126.23 | 193.9 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 243 | 0 | 0.84 | 0.03 | 0.02 | 302.27 | 0.96 | 0.57 |
| Hex | FB | 28 | F3 | 0 | 54 | 3 | 2 | 12E | 60 | 39 |
| Octal | 373 | 50 | 363 | 0 | 124 | 3 | 2 | 456 | 140 | 71 |
| Binary | 11111011 | 101000 | 11110011 | 0 | 1010100 | 11 | 10 | 100101110 | 1100000 | 111001 |
Color Harmonies of #FB28F3
Complementary color
Monochromatic Colors of #FB28F3
Black with #FB28F3
Text Example
Text Example
White with #FB28F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB28F3; }
p { color: rgb(251,40,243); }
H1.HeaderClassName
{
color: #FB28F3;
}
.AnyTagClassName
{
color: #FB28F3;
}
</style>
background-color css
<style>
a { background-color: #FB28F3; }
a { background-color: rgb(251,40,243); }
div.DivClassName
{
background-color: #FB28F3;
}
.BgClassName
{
background-color: #FB28F3;
}
</style>
border-color css
<style>
span { border-color: #FB28F3; }
span { border-color: rgb(251,40,243); }
td.TdClassName
{
border-color: #FB28F3;
}
.TagClassName
{
border-color: #FB28F3;
}
</style>