Shades of Magenta #FD14FF
Tints of Magenta #FD14FF
RGB
CMYK
RGB Variations
Color information
#FD14FF (or 0xFD14FF) is known color: Magenta. HEX triplet: FD, 14 and FF. RGB value is (253,20,255). Sum of RGB (Red+Green+Blue) = 253+20+255=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 20 (8.20% from 255 or 3.79% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD14FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD14FF is #02EB00. Grayscale: #737373. Windows color (decimal): -191233 or 16717053. OLE color: 16717053.
HSL color Cylindrical-coordinate representation of color #FD14FF: hue angle of 299.49º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD14FF is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 20 | 255 | - |
| CMYK | 0.01 | 0.92 | 0 | 0 |
| HSL | 299.49º | 1% | 0.54% | - |
| HSV(B) | 299.49º | 0.92% | 1% | - |
| XYZ | 58.81 | 28.6 | 97.03 | - |
| YUV | 116.46 | 206.19 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 255 | 0.01 | 0.92 | 0 | 0 | 299.49 | 1 | 0.54 |
| Hex | FD | 14 | FF | 1 | 5C | 0 | 0 | 12B | 64 | 36 |
| Octal | 375 | 24 | 377 | 1 | 134 | 0 | 0 | 453 | 144 | 66 |
| Binary | 11111101 | 10100 | 11111111 | 1 | 1011100 | 0 | 0 | 100101011 | 1100100 | 110110 |
Color Harmonies of #FD14FF
Complementary color
Monochromatic Colors of #FD14FF
Black with #FD14FF
Text Example
Text Example
White with #FD14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD14FF; }
p { color: rgb(253,20,255); }
H1.HeaderClassName
{
color: #FD14FF;
}
.AnyTagClassName
{
color: #FD14FF;
}
</style>
background-color css
<style>
a { background-color: #FD14FF; }
a { background-color: rgb(253,20,255); }
div.DivClassName
{
background-color: #FD14FF;
}
.BgClassName
{
background-color: #FD14FF;
}
</style>
border-color css
<style>
span { border-color: #FD14FF; }
span { border-color: rgb(253,20,255); }
td.TdClassName
{
border-color: #FD14FF;
}
.TagClassName
{
border-color: #FD14FF;
}
</style>