Shades of Hot Magenta #FB18E2
Tints of Hot Magenta #FB18E2
RGB
CMYK
RGB Variations
Color information
#FB18E2 (or 0xFB18E2) is known color: Hot Magenta. HEX triplet: FB, 18 and E2. RGB value is (251,24,226). Sum of RGB (Red+Green+Blue) = 251+24+226=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 24 (9.77% from 255 or 4.79% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB18E2 is #04E71D. Grayscale: #727272. Windows color (decimal): -321310 or 14817531. OLE color: 14817531.
HSL color Cylindrical-coordinate representation of color #FB18E2: hue angle of 306.61º 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 #FB18E2 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 226 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.02 |
| HSL | 306.61º | 0.97% | 0.54% | - |
| HSV(B) | 306.61º | 0.9% | 0.98% | - |
| XYZ | 53.84 | 26.65 | 74.26 | - |
| YUV | 114.9 | 190.71 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 226 | 0 | 0.90 | 0.10 | 0.02 | 306.61 | 0.97 | 0.54 |
| Hex | FB | 18 | E2 | 0 | 5A | A | 2 | 133 | 61 | 36 |
| Octal | 373 | 30 | 342 | 0 | 132 | 12 | 2 | 463 | 141 | 66 |
| Binary | 11111011 | 11000 | 11100010 | 0 | 1011010 | 1010 | 10 | 100110011 | 1100001 | 110110 |
Color Harmonies of #FB18E2
Complementary color
Monochromatic Colors of #FB18E2
Black with #FB18E2
Text Example
Text Example
White with #FB18E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18E2; }
p { color: rgb(251,24,226); }
H1.HeaderClassName
{
color: #FB18E2;
}
.AnyTagClassName
{
color: #FB18E2;
}
</style>
background-color css
<style>
a { background-color: #FB18E2; }
a { background-color: rgb(251,24,226); }
div.DivClassName
{
background-color: #FB18E2;
}
.BgClassName
{
background-color: #FB18E2;
}
</style>
border-color css
<style>
span { border-color: #FB18E2; }
span { border-color: rgb(251,24,226); }
td.TdClassName
{
border-color: #FB18E2;
}
.TagClassName
{
border-color: #FB18E2;
}
</style>