Shades of Pale Magenta #FE78E6
Tints of Pale Magenta #FE78E6
RGB
CMYK
RGB Variations
Color information
#FE78E6 (or 0xFE78E6) is known color: Pale Magenta. HEX triplet: FE, 78 and E6. RGB value is (254,120,230). Sum of RGB (Red+Green+Blue) = 254+120+230=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 120 (47.27% from 255 or 19.87% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE78E6 is #018719. Grayscale: #ACACAC. Windows color (decimal): -100122 or 15104254. OLE color: 15104254.
HSL color Cylindrical-coordinate representation of color #FE78E6: hue angle of 310.75º 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 #FE78E6 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 230 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.00 |
| HSL | 310.75º | 0.99% | 0.73% | - |
| HSV(B) | 310.75º | 0.53% | 1% | - |
| XYZ | 61.87 | 40.22 | 79.36 | - |
| YUV | 172.61 | 160.39 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 230 | 0 | 0.53 | 0.09 | 0.00 | 310.75 | 0.99 | 0.73 |
| Hex | FE | 78 | E6 | 0 | 35 | 9 | 0 | 137 | 63 | 49 |
| Octal | 376 | 170 | 346 | 0 | 65 | 11 | 0 | 467 | 143 | 111 |
| Binary | 11111110 | 1111000 | 11100110 | 0 | 110101 | 1001 | 0 | 100110111 | 1100011 | 1001001 |
Color Harmonies of #FE78E6
Complementary color
Monochromatic Colors of #FE78E6
Black with #FE78E6
Text Example
Text Example
White with #FE78E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE78E6; }
p { color: rgb(254,120,230); }
H1.HeaderClassName
{
color: #FE78E6;
}
.AnyTagClassName
{
color: #FE78E6;
}
</style>
background-color css
<style>
a { background-color: #FE78E6; }
a { background-color: rgb(254,120,230); }
div.DivClassName
{
background-color: #FE78E6;
}
.BgClassName
{
background-color: #FE78E6;
}
</style>
border-color css
<style>
span { border-color: #FE78E6; }
span { border-color: rgb(254,120,230); }
td.TdClassName
{
border-color: #FE78E6;
}
.TagClassName
{
border-color: #FE78E6;
}
</style>