Shades of Pale Magenta #F081D7
Tints of Pale Magenta #F081D7
RGB
CMYK
RGB Variations
Color information
#F081D7 (or 0xF081D7) is known color: Pale Magenta. HEX triplet: F0, 81 and D7. RGB value is (240,129,215). Sum of RGB (Red+Green+Blue) = 240+129+215=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F081D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081D7 is #0F7E28. Grayscale: #ABABAB. Windows color (decimal): -1015337 or 14123504. OLE color: 14123504.
HSL color Cylindrical-coordinate representation of color #F081D7: hue angle of 313.51º 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 #F081D7 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 215 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.06 |
| HSL | 313.51º | 0.79% | 0.72% | - |
| HSV(B) | 313.51º | 0.46% | 0.94% | - |
| XYZ | 56.05 | 39.13 | 68.89 | - |
| YUV | 171.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 215 | 0 | 0.46 | 0.10 | 0.06 | 313.51 | 0.79 | 0.72 |
| Hex | F0 | 81 | D7 | 0 | 2E | A | 6 | 13A | 4F | 48 |
| Octal | 360 | 201 | 327 | 0 | 56 | 12 | 6 | 472 | 117 | 110 |
| Binary | 11110000 | 10000001 | 11010111 | 0 | 101110 | 1010 | 110 | 100111010 | 1001111 | 1001000 |
Color Harmonies of #F081D7
Complementary color
Monochromatic Colors of #F081D7
Black with #F081D7
Text Example
Text Example
White with #F081D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081D7; }
p { color: rgb(240,129,215); }
H1.HeaderClassName
{
color: #F081D7;
}
.AnyTagClassName
{
color: #F081D7;
}
</style>
background-color css
<style>
a { background-color: #F081D7; }
a { background-color: rgb(240,129,215); }
div.DivClassName
{
background-color: #F081D7;
}
.BgClassName
{
background-color: #F081D7;
}
</style>
border-color css
<style>
span { border-color: #F081D7; }
span { border-color: rgb(240,129,215); }
td.TdClassName
{
border-color: #F081D7;
}
.TagClassName
{
border-color: #F081D7;
}
</style>