Shades of Pale Magenta #FF78EF
Tints of Pale Magenta #FF78EF
RGB
CMYK
RGB Variations
Color information
#FF78EF (or 0xFF78EF) is known color: Pale Magenta. HEX triplet: FF, 78 and EF. RGB value is (255,120,239). Sum of RGB (Red+Green+Blue) = 255+120+239=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 120 (47.27% from 255 or 19.54% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF78EF is #008710. Grayscale: #ADADAD. Windows color (decimal): -34577 or 15694079. OLE color: 15694079.
HSL color Cylindrical-coordinate representation of color #FF78EF: hue angle of 307.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 #FF78EF is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 239 | - |
| CMYK | 0 | 0.53 | 0.06 | 0 |
| HSL | 307.11º | 1% | 0.74% | - |
| HSV(B) | 307.11º | 0.53% | 1% | - |
| XYZ | 63.54 | 40.92 | 86.21 | - |
| YUV | 173.93 | 164.73 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 239 | 0 | 0.53 | 0.06 | 0 | 307.11 | 1 | 0.74 |
| Hex | FF | 78 | EF | 0 | 35 | 6 | 0 | 133 | 64 | 4A |
| Octal | 377 | 170 | 357 | 0 | 65 | 6 | 0 | 463 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11101111 | 0 | 110101 | 110 | 0 | 100110011 | 1100100 | 1001010 |
Color Harmonies of #FF78EF
Complementary color
Monochromatic Colors of #FF78EF
Black with #FF78EF
Text Example
Text Example
White with #FF78EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78EF; }
p { color: rgb(255,120,239); }
H1.HeaderClassName
{
color: #FF78EF;
}
.AnyTagClassName
{
color: #FF78EF;
}
</style>
background-color css
<style>
a { background-color: #FF78EF; }
a { background-color: rgb(255,120,239); }
div.DivClassName
{
background-color: #FF78EF;
}
.BgClassName
{
background-color: #FF78EF;
}
</style>
border-color css
<style>
span { border-color: #FF78EF; }
span { border-color: rgb(255,120,239); }
td.TdClassName
{
border-color: #FF78EF;
}
.TagClassName
{
border-color: #FF78EF;
}
</style>