Shades of Pale Magenta #F079D7
Tints of Pale Magenta #F079D7
RGB
CMYK
RGB Variations
Color information
#F079D7 (or 0xF079D7) is known color: Pale Magenta. HEX triplet: F0, 79 and D7. RGB value is (240,121,215). Sum of RGB (Red+Green+Blue) = 240+121+215=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 121 (47.66% from 255 or 21.01% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F079D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079D7 is #0F8628. Grayscale: #A7A7A7. Windows color (decimal): -1017385 or 14121456. OLE color: 14121456.
HSL color Cylindrical-coordinate representation of color #F079D7: hue angle of 312.61º 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 #F079D7 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 215 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.06 |
| HSL | 312.61º | 0.8% | 0.71% | - |
| HSV(B) | 312.61º | 0.5% | 0.94% | - |
| XYZ | 55.04 | 37.11 | 68.55 | - |
| YUV | 167.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 215 | 0 | 0.50 | 0.10 | 0.06 | 312.61 | 0.8 | 0.71 |
| Hex | F0 | 79 | D7 | 0 | 32 | A | 6 | 139 | 50 | 47 |
| Octal | 360 | 171 | 327 | 0 | 62 | 12 | 6 | 471 | 120 | 107 |
| Binary | 11110000 | 1111001 | 11010111 | 0 | 110010 | 1010 | 110 | 100111001 | 1010000 | 1000111 |
Color Harmonies of #F079D7
Complementary color
Monochromatic Colors of #F079D7
Black with #F079D7
Text Example
Text Example
White with #F079D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F079D7; }
p { color: rgb(240,121,215); }
H1.HeaderClassName
{
color: #F079D7;
}
.AnyTagClassName
{
color: #F079D7;
}
</style>
background-color css
<style>
a { background-color: #F079D7; }
a { background-color: rgb(240,121,215); }
div.DivClassName
{
background-color: #F079D7;
}
.BgClassName
{
background-color: #F079D7;
}
</style>
border-color css
<style>
span { border-color: #F079D7; }
span { border-color: rgb(240,121,215); }
td.TdClassName
{
border-color: #F079D7;
}
.TagClassName
{
border-color: #F079D7;
}
</style>