Shades of Pale Magenta #F071DB
Tints of Pale Magenta #F071DB
RGB
CMYK
RGB Variations
Color information
#F071DB (or 0xF071DB) is known color: Pale Magenta. HEX triplet: F0, 71 and DB. RGB value is (240,113,219). Sum of RGB (Red+Green+Blue) = 240+113+219=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F071DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F071DB is #0F8E24. Grayscale: #A2A2A2. Windows color (decimal): -1019429 or 14381552. OLE color: 14381552.
HSL color Cylindrical-coordinate representation of color #F071DB: hue angle of 309.92º 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 #F071DB is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 219 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.06 |
| HSL | 309.92º | 0.81% | 0.69% | - |
| HSV(B) | 309.92º | 0.53% | 0.94% | - |
| XYZ | 54.63 | 35.45 | 70.98 | - |
| YUV | 163.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 219 | 0 | 0.53 | 0.09 | 0.06 | 309.92 | 0.81 | 0.69 |
| Hex | F0 | 71 | DB | 0 | 35 | 9 | 6 | 136 | 51 | 45 |
| Octal | 360 | 161 | 333 | 0 | 65 | 11 | 6 | 466 | 121 | 105 |
| Binary | 11110000 | 1110001 | 11011011 | 0 | 110101 | 1001 | 110 | 100110110 | 1010001 | 1000101 |
Color Harmonies of #F071DB
Complementary color
Monochromatic Colors of #F071DB
Black with #F071DB
Text Example
Text Example
White with #F071DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F071DB; }
p { color: rgb(240,113,219); }
H1.HeaderClassName
{
color: #F071DB;
}
.AnyTagClassName
{
color: #F071DB;
}
</style>
background-color css
<style>
a { background-color: #F071DB; }
a { background-color: rgb(240,113,219); }
div.DivClassName
{
background-color: #F071DB;
}
.BgClassName
{
background-color: #F071DB;
}
</style>
border-color css
<style>
span { border-color: #F071DB; }
span { border-color: rgb(240,113,219); }
td.TdClassName
{
border-color: #F071DB;
}
.TagClassName
{
border-color: #F071DB;
}
</style>