Shades of Pale Magenta #FE73DA
Tints of Pale Magenta #FE73DA
RGB
CMYK
RGB Variations
Color information
#FE73DA (or 0xFE73DA) is known color: Pale Magenta. HEX triplet: FE, 73 and DA. RGB value is (254,115,218). Sum of RGB (Red+Green+Blue) = 254+115+218=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 115 (45.31% from 255 or 19.59% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73DA is #018C25. Grayscale: #A8A8A8. Windows color (decimal): -101414 or 14316542. OLE color: 14316542.
HSL color Cylindrical-coordinate representation of color #FE73DA: hue angle of 315.54º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE73DA is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 218 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.00 |
| HSL | 315.54º | 0.99% | 0.72% | - |
| HSV(B) | 315.54º | 0.55% | 1% | - |
| XYZ | 59.66 | 38.39 | 70.6 | - |
| YUV | 168.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 218 | 0 | 0.55 | 0.14 | 0.00 | 315.54 | 0.99 | 0.72 |
| Hex | FE | 73 | DA | 0 | 37 | E | 0 | 13C | 63 | 48 |
| Octal | 376 | 163 | 332 | 0 | 67 | 16 | 0 | 474 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11011010 | 0 | 110111 | 1110 | 0 | 100111100 | 1100011 | 1001000 |
Color Harmonies of #FE73DA
Complementary color
Monochromatic Colors of #FE73DA
Black with #FE73DA
Text Example
Text Example
White with #FE73DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73DA; }
p { color: rgb(254,115,218); }
H1.HeaderClassName
{
color: #FE73DA;
}
.AnyTagClassName
{
color: #FE73DA;
}
</style>
background-color css
<style>
a { background-color: #FE73DA; }
a { background-color: rgb(254,115,218); }
div.DivClassName
{
background-color: #FE73DA;
}
.BgClassName
{
background-color: #FE73DA;
}
</style>
border-color css
<style>
span { border-color: #FE73DA; }
span { border-color: rgb(254,115,218); }
td.TdClassName
{
border-color: #FE73DA;
}
.TagClassName
{
border-color: #FE73DA;
}
</style>