Shades of Hot Magenta #FB18DF
Tints of Hot Magenta #FB18DF
RGB
CMYK
RGB Variations
Color information
#FB18DF (or 0xFB18DF) is known color: Hot Magenta. HEX triplet: FB, 18 and DF. RGB value is (251,24,223). Sum of RGB (Red+Green+Blue) = 251+24+223=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 24 (9.77% from 255 or 4.82% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB18DF is #04E720. Grayscale: #717171. Windows color (decimal): -321313 or 14620923. OLE color: 14620923.
HSL color Cylindrical-coordinate representation of color #FB18DF: hue angle of 307.4º 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 #FB18DF is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 223 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.02 |
| HSL | 307.4º | 0.97% | 0.54% | - |
| HSV(B) | 307.4º | 0.9% | 0.98% | - |
| XYZ | 53.43 | 26.49 | 72.11 | - |
| YUV | 114.56 | 189.21 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 223 | 0 | 0.90 | 0.11 | 0.02 | 307.4 | 0.97 | 0.54 |
| Hex | FB | 18 | DF | 0 | 5A | B | 2 | 133 | 61 | 36 |
| Octal | 373 | 30 | 337 | 0 | 132 | 13 | 2 | 463 | 141 | 66 |
| Binary | 11111011 | 11000 | 11011111 | 0 | 1011010 | 1011 | 10 | 100110011 | 1100001 | 110110 |
Color Harmonies of #FB18DF
Complementary color
Monochromatic Colors of #FB18DF
Black with #FB18DF
Text Example
Text Example
White with #FB18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18DF; }
p { color: rgb(251,24,223); }
H1.HeaderClassName
{
color: #FB18DF;
}
.AnyTagClassName
{
color: #FB18DF;
}
</style>
background-color css
<style>
a { background-color: #FB18DF; }
a { background-color: rgb(251,24,223); }
div.DivClassName
{
background-color: #FB18DF;
}
.BgClassName
{
background-color: #FB18DF;
}
</style>
border-color css
<style>
span { border-color: #FB18DF; }
span { border-color: rgb(251,24,223); }
td.TdClassName
{
border-color: #FB18DF;
}
.TagClassName
{
border-color: #FB18DF;
}
</style>