Shades of Pale Magenta #FF78D9
Tints of Pale Magenta #FF78D9
RGB
CMYK
RGB Variations
Color information
#FF78D9 (or 0xFF78D9) is known color: Pale Magenta. HEX triplet: FF, 78 and D9. RGB value is (255,120,217). Sum of RGB (Red+Green+Blue) = 255+120+217=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 120 (47.27% from 255 or 20.27% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78D9 is #008726. Grayscale: #ABABAB. Windows color (decimal): -34599 or 14252287. OLE color: 14252287.
HSL color Cylindrical-coordinate representation of color #FF78D9: hue angle of 316.89º 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 #FF78D9 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 217 | - |
| CMYK | 0 | 0.53 | 0.15 | 0 |
| HSL | 316.89º | 1% | 0.74% | - |
| HSV(B) | 316.89º | 0.53% | 1% | - |
| XYZ | 60.48 | 39.7 | 70.12 | - |
| YUV | 171.42 | 153.73 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 217 | 0 | 0.53 | 0.15 | 0 | 316.89 | 1 | 0.74 |
| Hex | FF | 78 | D9 | 0 | 35 | F | 0 | 13D | 64 | 4A |
| Octal | 377 | 170 | 331 | 0 | 65 | 17 | 0 | 475 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11011001 | 0 | 110101 | 1111 | 0 | 100111101 | 1100100 | 1001010 |
Color Harmonies of #FF78D9
Complementary color
Monochromatic Colors of #FF78D9
Black with #FF78D9
Text Example
Text Example
White with #FF78D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78D9; }
p { color: rgb(255,120,217); }
H1.HeaderClassName
{
color: #FF78D9;
}
.AnyTagClassName
{
color: #FF78D9;
}
</style>
background-color css
<style>
a { background-color: #FF78D9; }
a { background-color: rgb(255,120,217); }
div.DivClassName
{
background-color: #FF78D9;
}
.BgClassName
{
background-color: #FF78D9;
}
</style>
border-color css
<style>
span { border-color: #FF78D9; }
span { border-color: rgb(255,120,217); }
td.TdClassName
{
border-color: #FF78D9;
}
.TagClassName
{
border-color: #FF78D9;
}
</style>