Shades of Pale Magenta #FE73DC
Tints of Pale Magenta #FE73DC
RGB
CMYK
RGB Variations
Color information
#FE73DC (or 0xFE73DC) is known color: Pale Magenta. HEX triplet: FE, 73 and DC. RGB value is (254,115,220). Sum of RGB (Red+Green+Blue) = 254+115+220=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 115 (45.31% from 255 or 19.52% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73DC is #018C23. Grayscale: #A8A8A8. Windows color (decimal): -101412 or 14447614. OLE color: 14447614.
HSL color Cylindrical-coordinate representation of color #FE73DC: hue angle of 314.68º 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 #FE73DC is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 220 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.00 |
| HSL | 314.68º | 0.99% | 0.72% | - |
| HSV(B) | 314.68º | 0.55% | 1% | - |
| XYZ | 59.92 | 38.5 | 71.98 | - |
| YUV | 168.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 220 | 0 | 0.55 | 0.13 | 0.00 | 314.68 | 0.99 | 0.72 |
| Hex | FE | 73 | DC | 0 | 37 | D | 0 | 13B | 63 | 48 |
| Octal | 376 | 163 | 334 | 0 | 67 | 15 | 0 | 473 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11011100 | 0 | 110111 | 1101 | 0 | 100111011 | 1100011 | 1001000 |
Color Harmonies of #FE73DC
Complementary color
Monochromatic Colors of #FE73DC
Black with #FE73DC
Text Example
Text Example
White with #FE73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73DC; }
p { color: rgb(254,115,220); }
H1.HeaderClassName
{
color: #FE73DC;
}
.AnyTagClassName
{
color: #FE73DC;
}
</style>
background-color css
<style>
a { background-color: #FE73DC; }
a { background-color: rgb(254,115,220); }
div.DivClassName
{
background-color: #FE73DC;
}
.BgClassName
{
background-color: #FE73DC;
}
</style>
border-color css
<style>
span { border-color: #FE73DC; }
span { border-color: rgb(254,115,220); }
td.TdClassName
{
border-color: #FE73DC;
}
.TagClassName
{
border-color: #FE73DC;
}
</style>