Shades of Pale Magenta #FF78E6
Tints of Pale Magenta #FF78E6
RGB
CMYK
RGB Variations
Color information
#FF78E6 (or 0xFF78E6) is known color: Pale Magenta. HEX triplet: FF, 78 and E6. RGB value is (255,120,230). Sum of RGB (Red+Green+Blue) = 255+120+230=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 120 (47.27% from 255 or 19.83% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF78E6 is #008719. Grayscale: #ACACAC. Windows color (decimal): -34586 or 15104255. OLE color: 15104255.
HSL color Cylindrical-coordinate representation of color #FF78E6: hue angle of 311.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF78E6 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 230 | - |
| CMYK | 0 | 0.53 | 0.10 | 0 |
| HSL | 311.11º | 1% | 0.74% | - |
| HSV(B) | 311.11º | 0.53% | 1% | - |
| XYZ | 62.24 | 40.41 | 79.38 | - |
| YUV | 172.91 | 160.23 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 230 | 0 | 0.53 | 0.10 | 0 | 311.11 | 1 | 0.74 |
| Hex | FF | 78 | E6 | 0 | 35 | A | 0 | 137 | 64 | 4A |
| Octal | 377 | 170 | 346 | 0 | 65 | 12 | 0 | 467 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11100110 | 0 | 110101 | 1010 | 0 | 100110111 | 1100100 | 1001010 |
Color Harmonies of #FF78E6
Complementary color
Monochromatic Colors of #FF78E6
Black with #FF78E6
Text Example
Text Example
White with #FF78E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78E6; }
p { color: rgb(255,120,230); }
H1.HeaderClassName
{
color: #FF78E6;
}
.AnyTagClassName
{
color: #FF78E6;
}
</style>
background-color css
<style>
a { background-color: #FF78E6; }
a { background-color: rgb(255,120,230); }
div.DivClassName
{
background-color: #FF78E6;
}
.BgClassName
{
background-color: #FF78E6;
}
</style>
border-color css
<style>
span { border-color: #FF78E6; }
span { border-color: rgb(255,120,230); }
td.TdClassName
{
border-color: #FF78E6;
}
.TagClassName
{
border-color: #FF78E6;
}
</style>