Shades of Pale Magenta #FD74EC
Tints of Pale Magenta #FD74EC
RGB
CMYK
RGB Variations
Color information
#FD74EC (or 0xFD74EC) is known color: Pale Magenta. HEX triplet: FD, 74 and EC. RGB value is (253,116,236). Sum of RGB (Red+Green+Blue) = 253+116+236=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 116 (45.70% from 255 or 19.17% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD74EC is #028B13. Grayscale: #AAAAAA. Windows color (decimal): -166676 or 15496445. OLE color: 15496445.
HSL color Cylindrical-coordinate representation of color #FD74EC: hue angle of 307.45º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD74EC is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 236 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.01 |
| HSL | 307.45º | 0.97% | 0.72% | - |
| HSV(B) | 307.45º | 0.54% | 0.99% | - |
| XYZ | 61.89 | 39.43 | 83.71 | - |
| YUV | 170.64 | 164.89 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 236 | 0 | 0.54 | 0.07 | 0.01 | 307.45 | 0.97 | 0.72 |
| Hex | FD | 74 | EC | 0 | 36 | 7 | 1 | 133 | 61 | 48 |
| Octal | 375 | 164 | 354 | 0 | 66 | 7 | 1 | 463 | 141 | 110 |
| Binary | 11111101 | 1110100 | 11101100 | 0 | 110110 | 111 | 1 | 100110011 | 1100001 | 1001000 |
Color Harmonies of #FD74EC
Complementary color
Monochromatic Colors of #FD74EC
Black with #FD74EC
Text Example
Text Example
White with #FD74EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD74EC; }
p { color: rgb(253,116,236); }
H1.HeaderClassName
{
color: #FD74EC;
}
.AnyTagClassName
{
color: #FD74EC;
}
</style>
background-color css
<style>
a { background-color: #FD74EC; }
a { background-color: rgb(253,116,236); }
div.DivClassName
{
background-color: #FD74EC;
}
.BgClassName
{
background-color: #FD74EC;
}
</style>
border-color css
<style>
span { border-color: #FD74EC; }
span { border-color: rgb(253,116,236); }
td.TdClassName
{
border-color: #FD74EC;
}
.TagClassName
{
border-color: #FD74EC;
}
</style>