Shades of Magenta #FB18F3
Tints of Magenta #FB18F3
RGB
CMYK
RGB Variations
Color information
#FB18F3 (or 0xFB18F3) is known color: Magenta. HEX triplet: FB, 18 and F3. RGB value is (251,24,243). Sum of RGB (Red+Green+Blue) = 251+24+243=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 24 (9.77% from 255 or 4.63% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB18F3 is #04E70C. Grayscale: #747474. Windows color (decimal): -321293 or 15931643. OLE color: 15931643.
HSL color Cylindrical-coordinate representation of color #FB18F3: hue angle of 302.11º 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 #FB18F3 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 243 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.02 |
| HSL | 302.11º | 0.97% | 0.54% | - |
| HSV(B) | 302.11º | 0.9% | 0.98% | - |
| XYZ | 56.29 | 27.63 | 87.16 | - |
| YUV | 116.84 | 199.21 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 243 | 0 | 0.90 | 0.03 | 0.02 | 302.11 | 0.97 | 0.54 |
| Hex | FB | 18 | F3 | 0 | 5A | 3 | 2 | 12E | 61 | 36 |
| Octal | 373 | 30 | 363 | 0 | 132 | 3 | 2 | 456 | 141 | 66 |
| Binary | 11111011 | 11000 | 11110011 | 0 | 1011010 | 11 | 10 | 100101110 | 1100001 | 110110 |
Color Harmonies of #FB18F3
Complementary color
Monochromatic Colors of #FB18F3
Black with #FB18F3
Text Example
Text Example
White with #FB18F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18F3; }
p { color: rgb(251,24,243); }
H1.HeaderClassName
{
color: #FB18F3;
}
.AnyTagClassName
{
color: #FB18F3;
}
</style>
background-color css
<style>
a { background-color: #FB18F3; }
a { background-color: rgb(251,24,243); }
div.DivClassName
{
background-color: #FB18F3;
}
.BgClassName
{
background-color: #FB18F3;
}
</style>
border-color css
<style>
span { border-color: #FB18F3; }
span { border-color: rgb(251,24,243); }
td.TdClassName
{
border-color: #FB18F3;
}
.TagClassName
{
border-color: #FB18F3;
}
</style>