Shades of Hot Magenta #FB17DD
Tints of Hot Magenta #FB17DD
RGB
CMYK
RGB Variations
Color information
#FB17DD (or 0xFB17DD) is known color: Hot Magenta. HEX triplet: FB, 17 and DD. RGB value is (251,23,221). Sum of RGB (Red+Green+Blue) = 251+23+221=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 23 (9.38% from 255 or 4.65% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB17DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB17DD is #04E822. Grayscale: #717171. Windows color (decimal): -321571 or 14489595. OLE color: 14489595.
HSL color Cylindrical-coordinate representation of color #FB17DD: hue angle of 307.89º 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 #FB17DD is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 221 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.02 |
| HSL | 307.89º | 0.97% | 0.54% | - |
| HSV(B) | 307.89º | 0.91% | 0.98% | - |
| XYZ | 53.14 | 26.34 | 70.69 | - |
| YUV | 113.74 | 188.54 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 221 | 0 | 0.91 | 0.12 | 0.02 | 307.89 | 0.97 | 0.54 |
| Hex | FB | 17 | DD | 0 | 5B | C | 2 | 134 | 61 | 36 |
| Octal | 373 | 27 | 335 | 0 | 133 | 14 | 2 | 464 | 141 | 66 |
| Binary | 11111011 | 10111 | 11011101 | 0 | 1011011 | 1100 | 10 | 100110100 | 1100001 | 110110 |
Color Harmonies of #FB17DD
Complementary color
Monochromatic Colors of #FB17DD
Black with #FB17DD
Text Example
Text Example
White with #FB17DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB17DD; }
p { color: rgb(251,23,221); }
H1.HeaderClassName
{
color: #FB17DD;
}
.AnyTagClassName
{
color: #FB17DD;
}
</style>
background-color css
<style>
a { background-color: #FB17DD; }
a { background-color: rgb(251,23,221); }
div.DivClassName
{
background-color: #FB17DD;
}
.BgClassName
{
background-color: #FB17DD;
}
</style>
border-color css
<style>
span { border-color: #FB17DD; }
span { border-color: rgb(251,23,221); }
td.TdClassName
{
border-color: #FB17DD;
}
.TagClassName
{
border-color: #FB17DD;
}
</style>