Shades of Magenta #FD14E7
Tints of Magenta #FD14E7
RGB
CMYK
RGB Variations
Color information
#FD14E7 (or 0xFD14E7) is known color: Magenta. HEX triplet: FD, 14 and E7. RGB value is (253,20,231). Sum of RGB (Red+Green+Blue) = 253+20+231=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 20 (8.20% from 255 or 3.97% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD14E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD14E7 is #02EB18. Grayscale: #717171. Windows color (decimal): -191257 or 15144189. OLE color: 15144189.
HSL color Cylindrical-coordinate representation of color #FD14E7: hue angle of 305.67º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD14E7 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 231 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.01 |
| HSL | 305.67º | 0.98% | 0.54% | - |
| HSV(B) | 305.67º | 0.92% | 0.99% | - |
| XYZ | 55.18 | 27.15 | 77.93 | - |
| YUV | 113.72 | 194.19 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 231 | 0 | 0.92 | 0.09 | 0.01 | 305.67 | 0.98 | 0.54 |
| Hex | FD | 14 | E7 | 0 | 5C | 9 | 1 | 132 | 62 | 36 |
| Octal | 375 | 24 | 347 | 0 | 134 | 11 | 1 | 462 | 142 | 66 |
| Binary | 11111101 | 10100 | 11100111 | 0 | 1011100 | 1001 | 1 | 100110010 | 1100010 | 110110 |
Color Harmonies of #FD14E7
Complementary color
Monochromatic Colors of #FD14E7
Black with #FD14E7
Text Example
Text Example
White with #FD14E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD14E7; }
p { color: rgb(253,20,231); }
H1.HeaderClassName
{
color: #FD14E7;
}
.AnyTagClassName
{
color: #FD14E7;
}
</style>
background-color css
<style>
a { background-color: #FD14E7; }
a { background-color: rgb(253,20,231); }
div.DivClassName
{
background-color: #FD14E7;
}
.BgClassName
{
background-color: #FD14E7;
}
</style>
border-color css
<style>
span { border-color: #FD14E7; }
span { border-color: rgb(253,20,231); }
td.TdClassName
{
border-color: #FD14E7;
}
.TagClassName
{
border-color: #FD14E7;
}
</style>