Shades of Pale Magenta #F081D8
Tints of Pale Magenta #F081D8
RGB
CMYK
RGB Variations
Color information
#F081D8 (or 0xF081D8) is known color: Pale Magenta. HEX triplet: F0, 81 and D8. RGB value is (240,129,216). Sum of RGB (Red+Green+Blue) = 240+129+216=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 129 (50.78% from 255 or 22.05% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F081D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081D8 is #0F7E27. Grayscale: #ABABAB. Windows color (decimal): -1015336 or 14189040. OLE color: 14189040.
HSL color Cylindrical-coordinate representation of color #F081D8: hue angle of 312.97º 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 #F081D8 is Cyan = 0, Magento = 0.46, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 216 | - |
| CMYK | 0 | 0.46 | 0.1 | 0.06 |
| HSL | 312.97º | 0.79% | 0.72% | - |
| HSV(B) | 312.97º | 0.46% | 0.94% | - |
| XYZ | 56.18 | 39.18 | 69.57 | - |
| YUV | 172.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 216 | 0 | 0.46 | 0.1 | 0.06 | 312.97 | 0.79 | 0.72 |
| Hex | F0 | 81 | D8 | 0 | 2E | A | 6 | 139 | 4F | 48 |
| Octal | 360 | 201 | 330 | 0 | 56 | 12 | 6 | 471 | 117 | 110 |
| Binary | 11110000 | 10000001 | 11011000 | 0 | 101110 | 1010 | 110 | 100111001 | 1001111 | 1001000 |
Color Harmonies of #F081D8
Complementary color
Monochromatic Colors of #F081D8
Black with #F081D8
Text Example
Text Example
White with #F081D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081D8; }
p { color: rgb(240,129,216); }
H1.HeaderClassName
{
color: #F081D8;
}
.AnyTagClassName
{
color: #F081D8;
}
</style>
background-color css
<style>
a { background-color: #F081D8; }
a { background-color: rgb(240,129,216); }
div.DivClassName
{
background-color: #F081D8;
}
.BgClassName
{
background-color: #F081D8;
}
</style>
border-color css
<style>
span { border-color: #F081D8; }
span { border-color: rgb(240,129,216); }
td.TdClassName
{
border-color: #F081D8;
}
.TagClassName
{
border-color: #F081D8;
}
</style>