Shades of Hot Magenta #FB11DF
Tints of Hot Magenta #FB11DF
RGB
CMYK
RGB Variations
Color information
#FB11DF (or 0xFB11DF) is known color: Hot Magenta. HEX triplet: FB, 11 and DF. RGB value is (251,17,223). Sum of RGB (Red+Green+Blue) = 251+17+223=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 17 (7.03% from 255 or 3.46% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB11DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB11DF is #04EE20. Grayscale: #6D6D6D. Windows color (decimal): -323105 or 14619131. OLE color: 14619131.
HSL color Cylindrical-coordinate representation of color #FB11DF: hue angle of 307.18º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB11DF is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 223 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.02 |
| HSL | 307.18º | 0.97% | 0.53% | - |
| HSV(B) | 307.18º | 0.93% | 0.98% | - |
| XYZ | 53.3 | 26.24 | 72.07 | - |
| YUV | 110.45 | 191.52 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 223 | 0 | 0.93 | 0.11 | 0.02 | 307.18 | 0.97 | 0.53 |
| Hex | FB | 11 | DF | 0 | 5D | B | 2 | 133 | 61 | 35 |
| Octal | 373 | 21 | 337 | 0 | 135 | 13 | 2 | 463 | 141 | 65 |
| Binary | 11111011 | 10001 | 11011111 | 0 | 1011101 | 1011 | 10 | 100110011 | 1100001 | 110101 |
Color Harmonies of #FB11DF
Complementary color
Monochromatic Colors of #FB11DF
Black with #FB11DF
Text Example
Text Example
White with #FB11DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB11DF; }
p { color: rgb(251,17,223); }
H1.HeaderClassName
{
color: #FB11DF;
}
.AnyTagClassName
{
color: #FB11DF;
}
</style>
background-color css
<style>
a { background-color: #FB11DF; }
a { background-color: rgb(251,17,223); }
div.DivClassName
{
background-color: #FB11DF;
}
.BgClassName
{
background-color: #FB11DF;
}
</style>
border-color css
<style>
span { border-color: #FB11DF; }
span { border-color: rgb(251,17,223); }
td.TdClassName
{
border-color: #FB11DF;
}
.TagClassName
{
border-color: #FB11DF;
}
</style>