Shades of Pale Magenta #FD74E8
Tints of Pale Magenta #FD74E8
RGB
CMYK
RGB Variations
Color information
#FD74E8 (or 0xFD74E8) is known color: Pale Magenta. HEX triplet: FD, 74 and E8. RGB value is (253,116,232). Sum of RGB (Red+Green+Blue) = 253+116+232=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 116 (45.70% from 255 or 19.30% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD74E8 is #028B17. Grayscale: #A9A9A9. Windows color (decimal): -166680 or 15234301. OLE color: 15234301.
HSL color Cylindrical-coordinate representation of color #FD74E8: hue angle of 309.2º 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 #FD74E8 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 232 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.01 |
| HSL | 309.2º | 0.97% | 0.72% | - |
| HSV(B) | 309.2º | 0.54% | 0.99% | - |
| XYZ | 61.32 | 39.2 | 80.68 | - |
| YUV | 170.19 | 162.89 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 232 | 0 | 0.54 | 0.08 | 0.01 | 309.2 | 0.97 | 0.72 |
| Hex | FD | 74 | E8 | 0 | 36 | 8 | 1 | 135 | 61 | 48 |
| Octal | 375 | 164 | 350 | 0 | 66 | 10 | 1 | 465 | 141 | 110 |
| Binary | 11111101 | 1110100 | 11101000 | 0 | 110110 | 1000 | 1 | 100110101 | 1100001 | 1001000 |
Color Harmonies of #FD74E8
Complementary color
Monochromatic Colors of #FD74E8
Black with #FD74E8
Text Example
Text Example
White with #FD74E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD74E8; }
p { color: rgb(253,116,232); }
H1.HeaderClassName
{
color: #FD74E8;
}
.AnyTagClassName
{
color: #FD74E8;
}
</style>
background-color css
<style>
a { background-color: #FD74E8; }
a { background-color: rgb(253,116,232); }
div.DivClassName
{
background-color: #FD74E8;
}
.BgClassName
{
background-color: #FD74E8;
}
</style>
border-color css
<style>
span { border-color: #FD74E8; }
span { border-color: rgb(253,116,232); }
td.TdClassName
{
border-color: #FD74E8;
}
.TagClassName
{
border-color: #FD74E8;
}
</style>