Shades of Pale Magenta #FE77DA
Tints of Pale Magenta #FE77DA
RGB
CMYK
RGB Variations
Color information
#FE77DA (or 0xFE77DA) is known color: Pale Magenta. HEX triplet: FE, 77 and DA. RGB value is (254,119,218). Sum of RGB (Red+Green+Blue) = 254+119+218=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 119 (46.88% from 255 or 20.14% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77DA is #018825. Grayscale: #AAAAAA. Windows color (decimal): -100390 or 14317566. OLE color: 14317566.
HSL color Cylindrical-coordinate representation of color #FE77DA: hue angle of 316º 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 #FE77DA is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 218 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.00 |
| HSL | 316º | 0.99% | 0.73% | - |
| HSV(B) | 316º | 0.53% | 1% | - |
| XYZ | 60.12 | 39.33 | 70.75 | - |
| YUV | 170.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 218 | 0 | 0.53 | 0.14 | 0.00 | 316 | 0.99 | 0.73 |
| Hex | FE | 77 | DA | 0 | 35 | E | 0 | 13C | 63 | 49 |
| Octal | 376 | 167 | 332 | 0 | 65 | 16 | 0 | 474 | 143 | 111 |
| Binary | 11111110 | 1110111 | 11011010 | 0 | 110101 | 1110 | 0 | 100111100 | 1100011 | 1001001 |
Color Harmonies of #FE77DA
Complementary color
Monochromatic Colors of #FE77DA
Black with #FE77DA
Text Example
Text Example
White with #FE77DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77DA; }
p { color: rgb(254,119,218); }
H1.HeaderClassName
{
color: #FE77DA;
}
.AnyTagClassName
{
color: #FE77DA;
}
</style>
background-color css
<style>
a { background-color: #FE77DA; }
a { background-color: rgb(254,119,218); }
div.DivClassName
{
background-color: #FE77DA;
}
.BgClassName
{
background-color: #FE77DA;
}
</style>
border-color css
<style>
span { border-color: #FE77DA; }
span { border-color: rgb(254,119,218); }
td.TdClassName
{
border-color: #FE77DA;
}
.TagClassName
{
border-color: #FE77DA;
}
</style>