Shades of Hot Magenta #FD16DA
Tints of Hot Magenta #FD16DA
RGB
CMYK
RGB Variations
Color information
#FD16DA (or 0xFD16DA) is known color: Hot Magenta. HEX triplet: FD, 16 and DA. RGB value is (253,22,218). Sum of RGB (Red+Green+Blue) = 253+22+218=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 22 (8.98% from 255 or 4.46% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD16DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD16DA is #02E925. Grayscale: #707070. Windows color (decimal): -190758 or 14292733. OLE color: 14292733.
HSL color Cylindrical-coordinate representation of color #FD16DA: hue angle of 309.09º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD16DA is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 22 | 218 | - |
CMYK | 0 | 0.91 | 0.14 | 0.01 |
HSL | 309.09º | 0.98% | 0.54% | - |
HSV(B) | 309.09º | 0.91% | 0.99% | - |
XYZ | 53.45 | 26.52 | 68.63 | - |
YUV | 113.41 | 187.03 | 227.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 22 | 218 | 0 | 0.91 | 0.14 | 0.01 | 309.09 | 0.98 | 0.54 |
Hex | FD | 16 | DA | 0 | 5B | E | 1 | 135 | 62 | 36 |
Octal | 375 | 26 | 332 | 0 | 133 | 16 | 1 | 465 | 142 | 66 |
Binary | 11111101 | 10110 | 11011010 | 0 | 1011011 | 1110 | 1 | 100110101 | 1100010 | 110110 |
Color Harmonies of #FD16DA
Complementary color
Monochromatic Colors of #FD16DA
Black with #FD16DA
Text Example
Text Example
White with #FD16DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD16DA; }
p { color: rgb(253,22,218); }
H1.HeaderClassName
{
color: #FD16DA;
}
.AnyTagClassName
{
color: #FD16DA;
}
</style>
background-color css
<style>
a { background-color: #FD16DA; }
a { background-color: rgb(253,22,218); }
div.DivClassName
{
background-color: #FD16DA;
}
.BgClassName
{
background-color: #FD16DA;
}
</style>
border-color css
<style>
span { border-color: #FD16DA; }
span { border-color: rgb(253,22,218); }
td.TdClassName
{
border-color: #FD16DA;
}
.TagClassName
{
border-color: #FD16DA;
}
</style>