Shades of Hot Magenta #FB17DA
Tints of Hot Magenta #FB17DA
RGB
CMYK
RGB Variations
Color information
#FB17DA (or 0xFB17DA) is known color: Hot Magenta. HEX triplet: FB, 17 and DA. RGB value is (251,23,218). Sum of RGB (Red+Green+Blue) = 251+23+218=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 23 (9.38% from 255 or 4.67% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB17DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB17DA is #04E825. Grayscale: #707070. Windows color (decimal): -321574 or 14292987. OLE color: 14292987.
HSL color Cylindrical-coordinate representation of color #FB17DA: hue angle of 308.68º 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 #FB17DA is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 218 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.02 |
| HSL | 308.68º | 0.97% | 0.54% | - |
| HSV(B) | 308.68º | 0.91% | 0.98% | - |
| XYZ | 52.74 | 26.18 | 68.6 | - |
| YUV | 113.4 | 187.04 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 218 | 0 | 0.91 | 0.13 | 0.02 | 308.68 | 0.97 | 0.54 |
| Hex | FB | 17 | DA | 0 | 5B | D | 2 | 135 | 61 | 36 |
| Octal | 373 | 27 | 332 | 0 | 133 | 15 | 2 | 465 | 141 | 66 |
| Binary | 11111011 | 10111 | 11011010 | 0 | 1011011 | 1101 | 10 | 100110101 | 1100001 | 110110 |
Color Harmonies of #FB17DA
Complementary color
Monochromatic Colors of #FB17DA
Black with #FB17DA
Text Example
Text Example
White with #FB17DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB17DA; }
p { color: rgb(251,23,218); }
H1.HeaderClassName
{
color: #FB17DA;
}
.AnyTagClassName
{
color: #FB17DA;
}
</style>
background-color css
<style>
a { background-color: #FB17DA; }
a { background-color: rgb(251,23,218); }
div.DivClassName
{
background-color: #FB17DA;
}
.BgClassName
{
background-color: #FB17DA;
}
</style>
border-color css
<style>
span { border-color: #FB17DA; }
span { border-color: rgb(251,23,218); }
td.TdClassName
{
border-color: #FB17DA;
}
.TagClassName
{
border-color: #FB17DA;
}
</style>