Shades of Hot Magenta #FB17DF
Tints of Hot Magenta #FB17DF
RGB
CMYK
RGB Variations
Color information
#FB17DF (or 0xFB17DF) is known color: Hot Magenta. HEX triplet: FB, 17 and DF. RGB value is (251,23,223). Sum of RGB (Red+Green+Blue) = 251+23+223=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 23 (9.38% from 255 or 4.63% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB17DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB17DF is #04E820. Grayscale: #717171. Windows color (decimal): -321569 or 14620667. OLE color: 14620667.
HSL color Cylindrical-coordinate representation of color #FB17DF: hue angle of 307.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB17DF is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 223 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.02 |
| HSL | 307.37º | 0.97% | 0.54% | - |
| HSV(B) | 307.37º | 0.91% | 0.98% | - |
| XYZ | 53.41 | 26.45 | 72.1 | - |
| YUV | 113.97 | 189.54 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 223 | 0 | 0.91 | 0.11 | 0.02 | 307.37 | 0.97 | 0.54 |
| Hex | FB | 17 | DF | 0 | 5B | B | 2 | 133 | 61 | 36 |
| Octal | 373 | 27 | 337 | 0 | 133 | 13 | 2 | 463 | 141 | 66 |
| Binary | 11111011 | 10111 | 11011111 | 0 | 1011011 | 1011 | 10 | 100110011 | 1100001 | 110110 |
Color Harmonies of #FB17DF
Complementary color
Monochromatic Colors of #FB17DF
Black with #FB17DF
Text Example
Text Example
White with #FB17DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB17DF; }
p { color: rgb(251,23,223); }
H1.HeaderClassName
{
color: #FB17DF;
}
.AnyTagClassName
{
color: #FB17DF;
}
</style>
background-color css
<style>
a { background-color: #FB17DF; }
a { background-color: rgb(251,23,223); }
div.DivClassName
{
background-color: #FB17DF;
}
.BgClassName
{
background-color: #FB17DF;
}
</style>
border-color css
<style>
span { border-color: #FB17DF; }
span { border-color: rgb(251,23,223); }
td.TdClassName
{
border-color: #FB17DF;
}
.TagClassName
{
border-color: #FB17DF;
}
</style>