Shades of Pale Magenta #FE75D9
Tints of Pale Magenta #FE75D9
RGB
CMYK
RGB Variations
Color information
#FE75D9 (or 0xFE75D9) is known color: Pale Magenta. HEX triplet: FE, 75 and D9. RGB value is (254,117,217). Sum of RGB (Red+Green+Blue) = 254+117+217=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 117 (46.09% from 255 or 19.90% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75D9 is #018A26. Grayscale: #A9A9A9. Windows color (decimal): -100903 or 14251518. OLE color: 14251518.
HSL color Cylindrical-coordinate representation of color #FE75D9: hue angle of 316.2º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE75D9 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 217 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.00 |
| HSL | 316.2º | 0.99% | 0.73% | - |
| HSV(B) | 316.2º | 0.54% | 1% | - |
| XYZ | 59.76 | 38.8 | 69.99 | - |
| YUV | 169.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 217 | 0 | 0.54 | 0.15 | 0.00 | 316.2 | 0.99 | 0.73 |
| Hex | FE | 75 | D9 | 0 | 36 | F | 0 | 13C | 63 | 49 |
| Octal | 376 | 165 | 331 | 0 | 66 | 17 | 0 | 474 | 143 | 111 |
| Binary | 11111110 | 1110101 | 11011001 | 0 | 110110 | 1111 | 0 | 100111100 | 1100011 | 1001001 |
Color Harmonies of #FE75D9
Complementary color
Monochromatic Colors of #FE75D9
Black with #FE75D9
Text Example
Text Example
White with #FE75D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE75D9; }
p { color: rgb(254,117,217); }
H1.HeaderClassName
{
color: #FE75D9;
}
.AnyTagClassName
{
color: #FE75D9;
}
</style>
background-color css
<style>
a { background-color: #FE75D9; }
a { background-color: rgb(254,117,217); }
div.DivClassName
{
background-color: #FE75D9;
}
.BgClassName
{
background-color: #FE75D9;
}
</style>
border-color css
<style>
span { border-color: #FE75D9; }
span { border-color: rgb(254,117,217); }
td.TdClassName
{
border-color: #FE75D9;
}
.TagClassName
{
border-color: #FE75D9;
}
</style>