Shades of Hot Magenta #FB18DD
Tints of Hot Magenta #FB18DD
RGB
CMYK
RGB Variations
Color information
#FB18DD (or 0xFB18DD) is known color: Hot Magenta. HEX triplet: FB, 18 and DD. RGB value is (251,24,221). Sum of RGB (Red+Green+Blue) = 251+24+221=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 24 (9.77% from 255 or 4.84% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB18DD is #04E722. Grayscale: #717171. Windows color (decimal): -321315 or 14489851. OLE color: 14489851.
HSL color Cylindrical-coordinate representation of color #FB18DD: hue angle of 307.93º 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 #FB18DD is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 221 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.02 |
| HSL | 307.93º | 0.97% | 0.54% | - |
| HSV(B) | 307.93º | 0.9% | 0.98% | - |
| XYZ | 53.16 | 26.38 | 70.7 | - |
| YUV | 114.33 | 188.21 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 221 | 0 | 0.90 | 0.12 | 0.02 | 307.93 | 0.97 | 0.54 |
| Hex | FB | 18 | DD | 0 | 5A | C | 2 | 134 | 61 | 36 |
| Octal | 373 | 30 | 335 | 0 | 132 | 14 | 2 | 464 | 141 | 66 |
| Binary | 11111011 | 11000 | 11011101 | 0 | 1011010 | 1100 | 10 | 100110100 | 1100001 | 110110 |
Color Harmonies of #FB18DD
Complementary color
Monochromatic Colors of #FB18DD
Black with #FB18DD
Text Example
Text Example
White with #FB18DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18DD; }
p { color: rgb(251,24,221); }
H1.HeaderClassName
{
color: #FB18DD;
}
.AnyTagClassName
{
color: #FB18DD;
}
</style>
background-color css
<style>
a { background-color: #FB18DD; }
a { background-color: rgb(251,24,221); }
div.DivClassName
{
background-color: #FB18DD;
}
.BgClassName
{
background-color: #FB18DD;
}
</style>
border-color css
<style>
span { border-color: #FB18DD; }
span { border-color: rgb(251,24,221); }
td.TdClassName
{
border-color: #FB18DD;
}
.TagClassName
{
border-color: #FB18DD;
}
</style>