Shades of Pale Magenta #F081DB
Tints of Pale Magenta #F081DB
RGB
CMYK
RGB Variations
Color information
#F081DB (or 0xF081DB) is known color: Pale Magenta. HEX triplet: F0, 81 and DB. RGB value is (240,129,219). Sum of RGB (Red+Green+Blue) = 240+129+219=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F081DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081DB is #0F7E24. Grayscale: #ACACAC. Windows color (decimal): -1015333 or 14385648. OLE color: 14385648.
HSL color Cylindrical-coordinate representation of color #F081DB: hue angle of 311.35º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081DB is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 219 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.06 |
| HSL | 311.35º | 0.79% | 0.72% | - |
| HSV(B) | 311.35º | 0.46% | 0.94% | - |
| XYZ | 56.57 | 39.34 | 71.63 | - |
| YUV | 172.45 | 154.27 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 219 | 0 | 0.46 | 0.09 | 0.06 | 311.35 | 0.79 | 0.72 |
| Hex | F0 | 81 | DB | 0 | 2E | 9 | 6 | 137 | 4F | 48 |
| Octal | 360 | 201 | 333 | 0 | 56 | 11 | 6 | 467 | 117 | 110 |
| Binary | 11110000 | 10000001 | 11011011 | 0 | 101110 | 1001 | 110 | 100110111 | 1001111 | 1001000 |
Color Harmonies of #F081DB
Complementary color
Monochromatic Colors of #F081DB
Black with #F081DB
Text Example
Text Example
White with #F081DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081DB; }
p { color: rgb(240,129,219); }
H1.HeaderClassName
{
color: #F081DB;
}
.AnyTagClassName
{
color: #F081DB;
}
</style>
background-color css
<style>
a { background-color: #F081DB; }
a { background-color: rgb(240,129,219); }
div.DivClassName
{
background-color: #F081DB;
}
.BgClassName
{
background-color: #F081DB;
}
</style>
border-color css
<style>
span { border-color: #F081DB; }
span { border-color: rgb(240,129,219); }
td.TdClassName
{
border-color: #F081DB;
}
.TagClassName
{
border-color: #F081DB;
}
</style>