Shades of Pale Magenta #FE78ED
Tints of Pale Magenta #FE78ED
RGB
CMYK
RGB Variations
Color information
#FE78ED (or 0xFE78ED) is known color: Pale Magenta. HEX triplet: FE, 78 and ED. RGB value is (254,120,237). Sum of RGB (Red+Green+Blue) = 254+120+237=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 120 (47.27% from 255 or 19.64% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE78ED is #018712. Grayscale: #ADADAD. Windows color (decimal): -100115 or 15563006. OLE color: 15563006.
HSL color Cylindrical-coordinate representation of color #FE78ED: hue angle of 307.61º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE78ED is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 237 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.00 |
| HSL | 307.61º | 0.99% | 0.73% | - |
| HSV(B) | 307.61º | 0.53% | 1% | - |
| XYZ | 62.88 | 40.62 | 84.65 | - |
| YUV | 173.4 | 163.89 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 237 | 0 | 0.53 | 0.07 | 0.00 | 307.61 | 0.99 | 0.73 |
| Hex | FE | 78 | ED | 0 | 35 | 7 | 0 | 134 | 63 | 49 |
| Octal | 376 | 170 | 355 | 0 | 65 | 7 | 0 | 464 | 143 | 111 |
| Binary | 11111110 | 1111000 | 11101101 | 0 | 110101 | 111 | 0 | 100110100 | 1100011 | 1001001 |
Color Harmonies of #FE78ED
Complementary color
Monochromatic Colors of #FE78ED
Black with #FE78ED
Text Example
Text Example
White with #FE78ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE78ED; }
p { color: rgb(254,120,237); }
H1.HeaderClassName
{
color: #FE78ED;
}
.AnyTagClassName
{
color: #FE78ED;
}
</style>
background-color css
<style>
a { background-color: #FE78ED; }
a { background-color: rgb(254,120,237); }
div.DivClassName
{
background-color: #FE78ED;
}
.BgClassName
{
background-color: #FE78ED;
}
</style>
border-color css
<style>
span { border-color: #FE78ED; }
span { border-color: rgb(254,120,237); }
td.TdClassName
{
border-color: #FE78ED;
}
.TagClassName
{
border-color: #FE78ED;
}
</style>