Shades of Pale Magenta #F078DB
Tints of Pale Magenta #F078DB
RGB
CMYK
RGB Variations
Color information
#F078DB (or 0xF078DB) is known color: Pale Magenta. HEX triplet: F0, 78 and DB. RGB value is (240,120,219). Sum of RGB (Red+Green+Blue) = 240+120+219=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 120 (47.27% from 255 or 20.73% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F078DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F078DB is #0F8724. Grayscale: #A6A6A6. Windows color (decimal): -1017637 or 14383344. OLE color: 14383344.
HSL color Cylindrical-coordinate representation of color #F078DB: hue angle of 310.5º 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 #F078DB is Cyan = 0, Magento = 0.5, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 219 | - |
| CMYK | 0 | 0.5 | 0.09 | 0.06 |
| HSL | 310.5º | 0.8% | 0.71% | - |
| HSV(B) | 310.5º | 0.5% | 0.94% | - |
| XYZ | 55.44 | 37.07 | 71.25 | - |
| YUV | 167.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 219 | 0 | 0.5 | 0.09 | 0.06 | 310.5 | 0.8 | 0.71 |
| Hex | F0 | 78 | DB | 0 | 32 | 9 | 6 | 136 | 50 | 47 |
| Octal | 360 | 170 | 333 | 0 | 62 | 11 | 6 | 466 | 120 | 107 |
| Binary | 11110000 | 1111000 | 11011011 | 0 | 110010 | 1001 | 110 | 100110110 | 1010000 | 1000111 |
Color Harmonies of #F078DB
Complementary color
Monochromatic Colors of #F078DB
Black with #F078DB
Text Example
Text Example
White with #F078DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F078DB; }
p { color: rgb(240,120,219); }
H1.HeaderClassName
{
color: #F078DB;
}
.AnyTagClassName
{
color: #F078DB;
}
</style>
background-color css
<style>
a { background-color: #F078DB; }
a { background-color: rgb(240,120,219); }
div.DivClassName
{
background-color: #F078DB;
}
.BgClassName
{
background-color: #F078DB;
}
</style>
border-color css
<style>
span { border-color: #F078DB; }
span { border-color: rgb(240,120,219); }
td.TdClassName
{
border-color: #F078DB;
}
.TagClassName
{
border-color: #F078DB;
}
</style>