Shades of Pale Magenta #FE77E6
Tints of Pale Magenta #FE77E6
RGB
CMYK
RGB Variations
Color information
#FE77E6 (or 0xFE77E6) is known color: Pale Magenta. HEX triplet: FE, 77 and E6. RGB value is (254,119,230). Sum of RGB (Red+Green+Blue) = 254+119+230=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 119 (46.88% from 255 or 19.73% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE77E6 is #018819. Grayscale: #ABABAB. Windows color (decimal): -100378 or 15103998. OLE color: 15103998.
HSL color Cylindrical-coordinate representation of color #FE77E6: hue angle of 310.67º 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 #FE77E6 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 230 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.00 |
| HSL | 310.67º | 0.99% | 0.73% | - |
| HSV(B) | 310.67º | 0.53% | 1% | - |
| XYZ | 61.75 | 39.98 | 79.32 | - |
| YUV | 172.02 | 160.73 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 230 | 0 | 0.53 | 0.09 | 0.00 | 310.67 | 0.99 | 0.73 |
| Hex | FE | 77 | E6 | 0 | 35 | 9 | 0 | 137 | 63 | 49 |
| Octal | 376 | 167 | 346 | 0 | 65 | 11 | 0 | 467 | 143 | 111 |
| Binary | 11111110 | 1110111 | 11100110 | 0 | 110101 | 1001 | 0 | 100110111 | 1100011 | 1001001 |
Color Harmonies of #FE77E6
Complementary color
Monochromatic Colors of #FE77E6
Black with #FE77E6
Text Example
Text Example
White with #FE77E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77E6; }
p { color: rgb(254,119,230); }
H1.HeaderClassName
{
color: #FE77E6;
}
.AnyTagClassName
{
color: #FE77E6;
}
</style>
background-color css
<style>
a { background-color: #FE77E6; }
a { background-color: rgb(254,119,230); }
div.DivClassName
{
background-color: #FE77E6;
}
.BgClassName
{
background-color: #FE77E6;
}
</style>
border-color css
<style>
span { border-color: #FE77E6; }
span { border-color: rgb(254,119,230); }
td.TdClassName
{
border-color: #FE77E6;
}
.TagClassName
{
border-color: #FE77E6;
}
</style>