Shades of Pale Magenta #F079DA
Tints of Pale Magenta #F079DA
RGB
CMYK
RGB Variations
Color information
#F079DA (or 0xF079DA) is known color: Pale Magenta. HEX triplet: F0, 79 and DA. RGB value is (240,121,218). Sum of RGB (Red+Green+Blue) = 240+121+218=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 121 (47.66% from 255 or 20.90% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F079DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079DA is #0F8625. Grayscale: #A7A7A7. Windows color (decimal): -1017382 or 14318064. OLE color: 14318064.
HSL color Cylindrical-coordinate representation of color #F079DA: hue angle of 311.09º 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 #F079DA is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 218 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.06 |
| HSL | 311.09º | 0.8% | 0.71% | - |
| HSV(B) | 311.09º | 0.5% | 0.94% | - |
| XYZ | 55.43 | 37.26 | 70.6 | - |
| YUV | 167.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 218 | 0 | 0.50 | 0.09 | 0.06 | 311.09 | 0.8 | 0.71 |
| Hex | F0 | 79 | DA | 0 | 32 | 9 | 6 | 137 | 50 | 47 |
| Octal | 360 | 171 | 332 | 0 | 62 | 11 | 6 | 467 | 120 | 107 |
| Binary | 11110000 | 1111001 | 11011010 | 0 | 110010 | 1001 | 110 | 100110111 | 1010000 | 1000111 |
Color Harmonies of #F079DA
Complementary color
Monochromatic Colors of #F079DA
Black with #F079DA
Text Example
Text Example
White with #F079DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F079DA; }
p { color: rgb(240,121,218); }
H1.HeaderClassName
{
color: #F079DA;
}
.AnyTagClassName
{
color: #F079DA;
}
</style>
background-color css
<style>
a { background-color: #F079DA; }
a { background-color: rgb(240,121,218); }
div.DivClassName
{
background-color: #F079DA;
}
.BgClassName
{
background-color: #F079DA;
}
</style>
border-color css
<style>
span { border-color: #F079DA; }
span { border-color: rgb(240,121,218); }
td.TdClassName
{
border-color: #F079DA;
}
.TagClassName
{
border-color: #F079DA;
}
</style>