Shades of Pale Magenta #FE73DE
Tints of Pale Magenta #FE73DE
RGB
CMYK
RGB Variations
Color information
#FE73DE (or 0xFE73DE) is known color: Pale Magenta. HEX triplet: FE, 73 and DE. RGB value is (254,115,222). Sum of RGB (Red+Green+Blue) = 254+115+222=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 115 (45.31% from 255 or 19.46% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73DE is #018C21. Grayscale: #A8A8A8. Windows color (decimal): -101410 or 14578686. OLE color: 14578686.
HSL color Cylindrical-coordinate representation of color #FE73DE: hue angle of 313.81º 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 #FE73DE is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 222 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.00 |
| HSL | 313.81º | 0.99% | 0.72% | - |
| HSV(B) | 313.81º | 0.55% | 1% | - |
| XYZ | 60.19 | 38.61 | 73.39 | - |
| YUV | 168.76 | 158.05 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 222 | 0 | 0.55 | 0.13 | 0.00 | 313.81 | 0.99 | 0.72 |
| Hex | FE | 73 | DE | 0 | 37 | D | 0 | 13A | 63 | 48 |
| Octal | 376 | 163 | 336 | 0 | 67 | 15 | 0 | 472 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11011110 | 0 | 110111 | 1101 | 0 | 100111010 | 1100011 | 1001000 |
Color Harmonies of #FE73DE
Complementary color
Monochromatic Colors of #FE73DE
Black with #FE73DE
Text Example
Text Example
White with #FE73DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73DE; }
p { color: rgb(254,115,222); }
H1.HeaderClassName
{
color: #FE73DE;
}
.AnyTagClassName
{
color: #FE73DE;
}
</style>
background-color css
<style>
a { background-color: #FE73DE; }
a { background-color: rgb(254,115,222); }
div.DivClassName
{
background-color: #FE73DE;
}
.BgClassName
{
background-color: #FE73DE;
}
</style>
border-color css
<style>
span { border-color: #FE73DE; }
span { border-color: rgb(254,115,222); }
td.TdClassName
{
border-color: #FE73DE;
}
.TagClassName
{
border-color: #FE73DE;
}
</style>