Shades of Pale Magenta #F079DB
Tints of Pale Magenta #F079DB
RGB
CMYK
RGB Variations
Color information
#F079DB (or 0xF079DB) is known color: Pale Magenta. HEX triplet: F0, 79 and DB. RGB value is (240,121,219). Sum of RGB (Red+Green+Blue) = 240+121+219=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 121 (47.66% from 255 or 20.86% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F079DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079DB is #0F8624. Grayscale: #A7A7A7. Windows color (decimal): -1017381 or 14383600. OLE color: 14383600.
HSL color Cylindrical-coordinate representation of color #F079DB: hue angle of 310.59º 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 #F079DB is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 219 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.06 |
| HSL | 310.59º | 0.8% | 0.71% | - |
| HSV(B) | 310.59º | 0.5% | 0.94% | - |
| XYZ | 55.56 | 37.31 | 71.29 | - |
| YUV | 167.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 219 | 0 | 0.50 | 0.09 | 0.06 | 310.59 | 0.8 | 0.71 |
| Hex | F0 | 79 | DB | 0 | 32 | 9 | 6 | 137 | 50 | 47 |
| Octal | 360 | 171 | 333 | 0 | 62 | 11 | 6 | 467 | 120 | 107 |
| Binary | 11110000 | 1111001 | 11011011 | 0 | 110010 | 1001 | 110 | 100110111 | 1010000 | 1000111 |
Color Harmonies of #F079DB
Complementary color
Monochromatic Colors of #F079DB
Black with #F079DB
Text Example
Text Example
White with #F079DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F079DB; }
p { color: rgb(240,121,219); }
H1.HeaderClassName
{
color: #F079DB;
}
.AnyTagClassName
{
color: #F079DB;
}
</style>
background-color css
<style>
a { background-color: #F079DB; }
a { background-color: rgb(240,121,219); }
div.DivClassName
{
background-color: #F079DB;
}
.BgClassName
{
background-color: #F079DB;
}
</style>
border-color css
<style>
span { border-color: #F079DB; }
span { border-color: rgb(240,121,219); }
td.TdClassName
{
border-color: #F079DB;
}
.TagClassName
{
border-color: #F079DB;
}
</style>