Shades of Pale Magenta #FF78DF
Tints of Pale Magenta #FF78DF
RGB
CMYK
RGB Variations
Color information
#FF78DF (or 0xFF78DF) is known color: Pale Magenta. HEX triplet: FF, 78 and DF. RGB value is (255,120,223). Sum of RGB (Red+Green+Blue) = 255+120+223=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 120 (47.27% from 255 or 20.07% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78DF is #008720. Grayscale: #ABABAB. Windows color (decimal): -34593 or 14645503. OLE color: 14645503.
HSL color Cylindrical-coordinate representation of color #FF78DF: hue angle of 314.22º 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 #FF78DF is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 223 | - |
| CMYK | 0 | 0.53 | 0.13 | 0 |
| HSL | 314.22º | 1% | 0.74% | - |
| HSV(B) | 314.22º | 0.53% | 1% | - |
| XYZ | 61.28 | 40.02 | 74.31 | - |
| YUV | 172.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 223 | 0 | 0.53 | 0.13 | 0 | 314.22 | 1 | 0.74 |
| Hex | FF | 78 | DF | 0 | 35 | D | 0 | 13A | 64 | 4A |
| Octal | 377 | 170 | 337 | 0 | 65 | 15 | 0 | 472 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11011111 | 0 | 110101 | 1101 | 0 | 100111010 | 1100100 | 1001010 |
Color Harmonies of #FF78DF
Complementary color
Monochromatic Colors of #FF78DF
Black with #FF78DF
Text Example
Text Example
White with #FF78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78DF; }
p { color: rgb(255,120,223); }
H1.HeaderClassName
{
color: #FF78DF;
}
.AnyTagClassName
{
color: #FF78DF;
}
</style>
background-color css
<style>
a { background-color: #FF78DF; }
a { background-color: rgb(255,120,223); }
div.DivClassName
{
background-color: #FF78DF;
}
.BgClassName
{
background-color: #FF78DF;
}
</style>
border-color css
<style>
span { border-color: #FF78DF; }
span { border-color: rgb(255,120,223); }
td.TdClassName
{
border-color: #FF78DF;
}
.TagClassName
{
border-color: #FF78DF;
}
</style>