Shades of Pale Magenta #F070DB
Tints of Pale Magenta #F070DB
RGB
CMYK
RGB Variations
Color information
#F070DB (or 0xF070DB) is known color: Pale Magenta. HEX triplet: F0, 70 and DB. RGB value is (240,112,219). Sum of RGB (Red+Green+Blue) = 240+112+219=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F070DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070DB is #0F8F24. Grayscale: #A2A2A2. Windows color (decimal): -1019685 or 14381296. OLE color: 14381296.
HSL color Cylindrical-coordinate representation of color #F070DB: hue angle of 309.84º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F070DB is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 219 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.06 |
| HSL | 309.84º | 0.81% | 0.69% | - |
| HSV(B) | 309.84º | 0.53% | 0.94% | - |
| XYZ | 54.52 | 35.23 | 70.94 | - |
| YUV | 162.47 | 159.91 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 219 | 0 | 0.53 | 0.09 | 0.06 | 309.84 | 0.81 | 0.69 |
| Hex | F0 | 70 | DB | 0 | 35 | 9 | 6 | 136 | 51 | 45 |
| Octal | 360 | 160 | 333 | 0 | 65 | 11 | 6 | 466 | 121 | 105 |
| Binary | 11110000 | 1110000 | 11011011 | 0 | 110101 | 1001 | 110 | 100110110 | 1010001 | 1000101 |
Color Harmonies of #F070DB
Complementary color
Monochromatic Colors of #F070DB
Black with #F070DB
Text Example
Text Example
White with #F070DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070DB; }
p { color: rgb(240,112,219); }
H1.HeaderClassName
{
color: #F070DB;
}
.AnyTagClassName
{
color: #F070DB;
}
</style>
background-color css
<style>
a { background-color: #F070DB; }
a { background-color: rgb(240,112,219); }
div.DivClassName
{
background-color: #F070DB;
}
.BgClassName
{
background-color: #F070DB;
}
</style>
border-color css
<style>
span { border-color: #F070DB; }
span { border-color: rgb(240,112,219); }
td.TdClassName
{
border-color: #F070DB;
}
.TagClassName
{
border-color: #F070DB;
}
</style>