Shades of Pale Magenta #F076DB
Tints of Pale Magenta #F076DB
RGB
CMYK
RGB Variations
Color information
#F076DB (or 0xF076DB) is known color: Pale Magenta. HEX triplet: F0, 76 and DB. RGB value is (240,118,219). Sum of RGB (Red+Green+Blue) = 240+118+219=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 118 (46.48% from 255 or 20.45% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F076DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F076DB is #0F8924. Grayscale: #A5A5A5. Windows color (decimal): -1018149 or 14382832. OLE color: 14382832.
HSL color Cylindrical-coordinate representation of color #F076DB: hue angle of 310.33º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F076DB is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 219 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.06 |
| HSL | 310.33º | 0.8% | 0.7% | - |
| HSV(B) | 310.33º | 0.51% | 0.94% | - |
| XYZ | 55.2 | 36.6 | 71.17 | - |
| YUV | 165.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 219 | 0 | 0.51 | 0.09 | 0.06 | 310.33 | 0.8 | 0.7 |
| Hex | F0 | 76 | DB | 0 | 33 | 9 | 6 | 136 | 50 | 46 |
| Octal | 360 | 166 | 333 | 0 | 63 | 11 | 6 | 466 | 120 | 106 |
| Binary | 11110000 | 1110110 | 11011011 | 0 | 110011 | 1001 | 110 | 100110110 | 1010000 | 1000110 |
Color Harmonies of #F076DB
Complementary color
Monochromatic Colors of #F076DB
Black with #F076DB
Text Example
Text Example
White with #F076DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F076DB; }
p { color: rgb(240,118,219); }
H1.HeaderClassName
{
color: #F076DB;
}
.AnyTagClassName
{
color: #F076DB;
}
</style>
background-color css
<style>
a { background-color: #F076DB; }
a { background-color: rgb(240,118,219); }
div.DivClassName
{
background-color: #F076DB;
}
.BgClassName
{
background-color: #F076DB;
}
</style>
border-color css
<style>
span { border-color: #F076DB; }
span { border-color: rgb(240,118,219); }
td.TdClassName
{
border-color: #F076DB;
}
.TagClassName
{
border-color: #F076DB;
}
</style>