Shades of Hot Magenta #FB11D7
Tints of Hot Magenta #FB11D7
RGB
CMYK
RGB Variations
Color information
#FB11D7 (or 0xFB11D7) is known color: Hot Magenta. HEX triplet: FB, 11 and D7. RGB value is (251,17,215). Sum of RGB (Red+Green+Blue) = 251+17+215=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 17 (7.03% from 255 or 3.52% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB11D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB11D7 is #04EE28. Grayscale: #6C6C6C. Windows color (decimal): -323113 or 14094843. OLE color: 14094843.
HSL color Cylindrical-coordinate representation of color #FB11D7: hue angle of 309.23º 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 #FB11D7 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 215 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.02 |
| HSL | 309.23º | 0.97% | 0.53% | - |
| HSV(B) | 309.23º | 0.93% | 0.98% | - |
| XYZ | 52.25 | 25.82 | 66.52 | - |
| YUV | 109.54 | 187.52 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 215 | 0 | 0.93 | 0.14 | 0.02 | 309.23 | 0.97 | 0.53 |
| Hex | FB | 11 | D7 | 0 | 5D | E | 2 | 135 | 61 | 35 |
| Octal | 373 | 21 | 327 | 0 | 135 | 16 | 2 | 465 | 141 | 65 |
| Binary | 11111011 | 10001 | 11010111 | 0 | 1011101 | 1110 | 10 | 100110101 | 1100001 | 110101 |
Color Harmonies of #FB11D7
Complementary color
Monochromatic Colors of #FB11D7
Black with #FB11D7
Text Example
Text Example
White with #FB11D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB11D7; }
p { color: rgb(251,17,215); }
H1.HeaderClassName
{
color: #FB11D7;
}
.AnyTagClassName
{
color: #FB11D7;
}
</style>
background-color css
<style>
a { background-color: #FB11D7; }
a { background-color: rgb(251,17,215); }
div.DivClassName
{
background-color: #FB11D7;
}
.BgClassName
{
background-color: #FB11D7;
}
</style>
border-color css
<style>
span { border-color: #FB11D7; }
span { border-color: rgb(251,17,215); }
td.TdClassName
{
border-color: #FB11D7;
}
.TagClassName
{
border-color: #FB11D7;
}
</style>