Shades of Magenta #FD16F3
Tints of Magenta #FD16F3
RGB
CMYK
RGB Variations
Color information
#FD16F3 (or 0xFD16F3) is known color: Magenta. HEX triplet: FD, 16 and F3. RGB value is (253,22,243). Sum of RGB (Red+Green+Blue) = 253+22+243=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 22 (8.98% from 255 or 4.25% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD16F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD16F3 is #02E90C. Grayscale: #737373. Windows color (decimal): -190733 or 15931133. OLE color: 15931133.
HSL color Cylindrical-coordinate representation of color #FD16F3: hue angle of 302.6º 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 #FD16F3 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 243 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.01 |
| HSL | 302.6º | 0.98% | 0.54% | - |
| HSV(B) | 302.6º | 0.91% | 0.99% | - |
| XYZ | 56.97 | 27.93 | 87.18 | - |
| YUV | 116.26 | 199.53 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 243 | 0 | 0.91 | 0.04 | 0.01 | 302.6 | 0.98 | 0.54 |
| Hex | FD | 16 | F3 | 0 | 5B | 4 | 1 | 12F | 62 | 36 |
| Octal | 375 | 26 | 363 | 0 | 133 | 4 | 1 | 457 | 142 | 66 |
| Binary | 11111101 | 10110 | 11110011 | 0 | 1011011 | 100 | 1 | 100101111 | 1100010 | 110110 |
Color Harmonies of #FD16F3
Complementary color
Monochromatic Colors of #FD16F3
Black with #FD16F3
Text Example
Text Example
White with #FD16F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD16F3; }
p { color: rgb(253,22,243); }
H1.HeaderClassName
{
color: #FD16F3;
}
.AnyTagClassName
{
color: #FD16F3;
}
</style>
background-color css
<style>
a { background-color: #FD16F3; }
a { background-color: rgb(253,22,243); }
div.DivClassName
{
background-color: #FD16F3;
}
.BgClassName
{
background-color: #FD16F3;
}
</style>
border-color css
<style>
span { border-color: #FD16F3; }
span { border-color: rgb(253,22,243); }
td.TdClassName
{
border-color: #FD16F3;
}
.TagClassName
{
border-color: #FD16F3;
}
</style>