Shades of Pale Magenta #FD74E5
Tints of Pale Magenta #FD74E5
RGB
CMYK
RGB Variations
Color information
#FD74E5 (or 0xFD74E5) is known color: Pale Magenta. HEX triplet: FD, 74 and E5. RGB value is (253,116,229). Sum of RGB (Red+Green+Blue) = 253+116+229=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 116 (45.70% from 255 or 19.40% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD74E5 is #028B1A. Grayscale: #A9A9A9. Windows color (decimal): -166683 or 15037693. OLE color: 15037693.
HSL color Cylindrical-coordinate representation of color #FD74E5: hue angle of 310.51º 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 #FD74E5 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 229 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.01 |
| HSL | 310.51º | 0.97% | 0.72% | - |
| HSV(B) | 310.51º | 0.54% | 0.99% | - |
| XYZ | 60.9 | 39.03 | 78.45 | - |
| YUV | 169.85 | 161.39 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 229 | 0 | 0.54 | 0.09 | 0.01 | 310.51 | 0.97 | 0.72 |
| Hex | FD | 74 | E5 | 0 | 36 | 9 | 1 | 137 | 61 | 48 |
| Octal | 375 | 164 | 345 | 0 | 66 | 11 | 1 | 467 | 141 | 110 |
| Binary | 11111101 | 1110100 | 11100101 | 0 | 110110 | 1001 | 1 | 100110111 | 1100001 | 1001000 |
Color Harmonies of #FD74E5
Complementary color
Monochromatic Colors of #FD74E5
Black with #FD74E5
Text Example
Text Example
White with #FD74E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD74E5; }
p { color: rgb(253,116,229); }
H1.HeaderClassName
{
color: #FD74E5;
}
.AnyTagClassName
{
color: #FD74E5;
}
</style>
background-color css
<style>
a { background-color: #FD74E5; }
a { background-color: rgb(253,116,229); }
div.DivClassName
{
background-color: #FD74E5;
}
.BgClassName
{
background-color: #FD74E5;
}
</style>
border-color css
<style>
span { border-color: #FD74E5; }
span { border-color: rgb(253,116,229); }
td.TdClassName
{
border-color: #FD74E5;
}
.TagClassName
{
border-color: #FD74E5;
}
</style>