Shades of Magenta #FB18F0
Tints of Magenta #FB18F0
RGB
CMYK
RGB Variations
Color information
#FB18F0 (or 0xFB18F0) is known color: Magenta. HEX triplet: FB, 18 and F0. RGB value is (251,24,240). Sum of RGB (Red+Green+Blue) = 251+24+240=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 24 (9.77% from 255 or 4.66% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB18F0 is #04E70F. Grayscale: #737373. Windows color (decimal): -321296 or 15735035. OLE color: 15735035.
HSL color Cylindrical-coordinate representation of color #FB18F0: hue angle of 302.91º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB18F0 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 240 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.02 |
| HSL | 302.91º | 0.97% | 0.54% | - |
| HSV(B) | 302.91º | 0.9% | 0.98% | - |
| XYZ | 55.84 | 27.45 | 84.79 | - |
| YUV | 116.5 | 197.71 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 240 | 0 | 0.90 | 0.04 | 0.02 | 302.91 | 0.97 | 0.54 |
| Hex | FB | 18 | F0 | 0 | 5A | 4 | 2 | 12F | 61 | 36 |
| Octal | 373 | 30 | 360 | 0 | 132 | 4 | 2 | 457 | 141 | 66 |
| Binary | 11111011 | 11000 | 11110000 | 0 | 1011010 | 100 | 10 | 100101111 | 1100001 | 110110 |
Color Harmonies of #FB18F0
Complementary color
Monochromatic Colors of #FB18F0
Black with #FB18F0
Text Example
Text Example
White with #FB18F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18F0; }
p { color: rgb(251,24,240); }
H1.HeaderClassName
{
color: #FB18F0;
}
.AnyTagClassName
{
color: #FB18F0;
}
</style>
background-color css
<style>
a { background-color: #FB18F0; }
a { background-color: rgb(251,24,240); }
div.DivClassName
{
background-color: #FB18F0;
}
.BgClassName
{
background-color: #FB18F0;
}
</style>
border-color css
<style>
span { border-color: #FB18F0; }
span { border-color: rgb(251,24,240); }
td.TdClassName
{
border-color: #FB18F0;
}
.TagClassName
{
border-color: #FB18F0;
}
</style>