Shades of Pale Magenta #FE73DF
Tints of Pale Magenta #FE73DF
RGB
CMYK
RGB Variations
Color information
#FE73DF (or 0xFE73DF) is known color: Pale Magenta. HEX triplet: FE, 73 and DF. RGB value is (254,115,223). Sum of RGB (Red+Green+Blue) = 254+115+223=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 115 (45.31% from 255 or 19.43% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73DF is #018C20. Grayscale: #A8A8A8. Windows color (decimal): -101409 or 14644222. OLE color: 14644222.
HSL color Cylindrical-coordinate representation of color #FE73DF: hue angle of 313.38º 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 #FE73DF is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 223 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.00 |
| HSL | 313.38º | 0.99% | 0.72% | - |
| HSV(B) | 313.38º | 0.55% | 1% | - |
| XYZ | 60.32 | 38.66 | 74.09 | - |
| YUV | 168.87 | 158.55 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 223 | 0 | 0.55 | 0.12 | 0.00 | 313.38 | 0.99 | 0.72 |
| Hex | FE | 73 | DF | 0 | 37 | C | 0 | 139 | 63 | 48 |
| Octal | 376 | 163 | 337 | 0 | 67 | 14 | 0 | 471 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11011111 | 0 | 110111 | 1100 | 0 | 100111001 | 1100011 | 1001000 |
Color Harmonies of #FE73DF
Complementary color
Monochromatic Colors of #FE73DF
Black with #FE73DF
Text Example
Text Example
White with #FE73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73DF; }
p { color: rgb(254,115,223); }
H1.HeaderClassName
{
color: #FE73DF;
}
.AnyTagClassName
{
color: #FE73DF;
}
</style>
background-color css
<style>
a { background-color: #FE73DF; }
a { background-color: rgb(254,115,223); }
div.DivClassName
{
background-color: #FE73DF;
}
.BgClassName
{
background-color: #FE73DF;
}
</style>
border-color css
<style>
span { border-color: #FE73DF; }
span { border-color: rgb(254,115,223); }
td.TdClassName
{
border-color: #FE73DF;
}
.TagClassName
{
border-color: #FE73DF;
}
</style>