Shades of Pale Magenta #F078DA
Tints of Pale Magenta #F078DA
RGB
CMYK
RGB Variations
Color information
#F078DA (or 0xF078DA) is known color: Pale Magenta. HEX triplet: F0, 78 and DA. RGB value is (240,120,218). Sum of RGB (Red+Green+Blue) = 240+120+218=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 120 (47.27% from 255 or 20.76% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F078DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F078DA is #0F8725. Grayscale: #A6A6A6. Windows color (decimal): -1017638 or 14317808. OLE color: 14317808.
HSL color Cylindrical-coordinate representation of color #F078DA: hue angle of 311º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F078DA is Cyan = 0, Magento = 0.5, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 218 | - |
| CMYK | 0 | 0.5 | 0.09 | 0.06 |
| HSL | 311º | 0.8% | 0.71% | - |
| HSV(B) | 311º | 0.5% | 0.94% | - |
| XYZ | 55.31 | 37.02 | 70.56 | - |
| YUV | 167.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 218 | 0 | 0.5 | 0.09 | 0.06 | 311 | 0.8 | 0.71 |
| Hex | F0 | 78 | DA | 0 | 32 | 9 | 6 | 137 | 50 | 47 |
| Octal | 360 | 170 | 332 | 0 | 62 | 11 | 6 | 467 | 120 | 107 |
| Binary | 11110000 | 1111000 | 11011010 | 0 | 110010 | 1001 | 110 | 100110111 | 1010000 | 1000111 |
Color Harmonies of #F078DA
Complementary color
Monochromatic Colors of #F078DA
Black with #F078DA
Text Example
Text Example
White with #F078DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F078DA; }
p { color: rgb(240,120,218); }
H1.HeaderClassName
{
color: #F078DA;
}
.AnyTagClassName
{
color: #F078DA;
}
</style>
background-color css
<style>
a { background-color: #F078DA; }
a { background-color: rgb(240,120,218); }
div.DivClassName
{
background-color: #F078DA;
}
.BgClassName
{
background-color: #F078DA;
}
</style>
border-color css
<style>
span { border-color: #F078DA; }
span { border-color: rgb(240,120,218); }
td.TdClassName
{
border-color: #F078DA;
}
.TagClassName
{
border-color: #F078DA;
}
</style>