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