Shades of Pale Magenta #FE78DA
Tints of Pale Magenta #FE78DA
RGB
CMYK
RGB Variations
Color information
#FE78DA (or 0xFE78DA) is known color: Pale Magenta. HEX triplet: FE, 78 and DA. RGB value is (254,120,218). Sum of RGB (Red+Green+Blue) = 254+120+218=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 120 (47.27% from 255 or 20.27% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78DA is #018725. Grayscale: #AAAAAA. Windows color (decimal): -100134 or 14317822. OLE color: 14317822.
HSL color Cylindrical-coordinate representation of color #FE78DA: hue angle of 316.12º 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 #FE78DA is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 218 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.00 |
| HSL | 316.12º | 0.99% | 0.73% | - |
| HSV(B) | 316.12º | 0.53% | 1% | - |
| XYZ | 60.24 | 39.57 | 70.79 | - |
| YUV | 171.24 | 154.39 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 218 | 0 | 0.53 | 0.14 | 0.00 | 316.12 | 0.99 | 0.73 |
| Hex | FE | 78 | DA | 0 | 35 | E | 0 | 13C | 63 | 49 |
| Octal | 376 | 170 | 332 | 0 | 65 | 16 | 0 | 474 | 143 | 111 |
| Binary | 11111110 | 1111000 | 11011010 | 0 | 110101 | 1110 | 0 | 100111100 | 1100011 | 1001001 |
Color Harmonies of #FE78DA
Complementary color
Monochromatic Colors of #FE78DA
Black with #FE78DA
Text Example
Text Example
White with #FE78DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE78DA; }
p { color: rgb(254,120,218); }
H1.HeaderClassName
{
color: #FE78DA;
}
.AnyTagClassName
{
color: #FE78DA;
}
</style>
background-color css
<style>
a { background-color: #FE78DA; }
a { background-color: rgb(254,120,218); }
div.DivClassName
{
background-color: #FE78DA;
}
.BgClassName
{
background-color: #FE78DA;
}
</style>
border-color css
<style>
span { border-color: #FE78DA; }
span { border-color: rgb(254,120,218); }
td.TdClassName
{
border-color: #FE78DA;
}
.TagClassName
{
border-color: #FE78DA;
}
</style>