Shades of Pale Magenta #F083D9
Tints of Pale Magenta #F083D9
RGB
CMYK
RGB Variations
Color information
#F083D9 (or 0xF083D9) is known color: Pale Magenta. HEX triplet: F0, 83 and D9. RGB value is (240,131,217). Sum of RGB (Red+Green+Blue) = 240+131+217=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 131 (51.56% from 255 or 22.28% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F083D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F083D9 is #0F7C26. Grayscale: #ADADAD. Windows color (decimal): -1014823 or 14255088. OLE color: 14255088.
HSL color Cylindrical-coordinate representation of color #F083D9: hue angle of 312.66º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F083D9 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 217 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.06 |
| HSL | 312.66º | 0.78% | 0.73% | - |
| HSV(B) | 312.66º | 0.45% | 0.94% | - |
| XYZ | 56.58 | 39.77 | 70.34 | - |
| YUV | 173.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 217 | 0 | 0.45 | 0.10 | 0.06 | 312.66 | 0.78 | 0.73 |
| Hex | F0 | 83 | D9 | 0 | 2D | A | 6 | 139 | 4E | 49 |
| Octal | 360 | 203 | 331 | 0 | 55 | 12 | 6 | 471 | 116 | 111 |
| Binary | 11110000 | 10000011 | 11011001 | 0 | 101101 | 1010 | 110 | 100111001 | 1001110 | 1001001 |
Color Harmonies of #F083D9
Complementary color
Monochromatic Colors of #F083D9
Black with #F083D9
Text Example
Text Example
White with #F083D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F083D9; }
p { color: rgb(240,131,217); }
H1.HeaderClassName
{
color: #F083D9;
}
.AnyTagClassName
{
color: #F083D9;
}
</style>
background-color css
<style>
a { background-color: #F083D9; }
a { background-color: rgb(240,131,217); }
div.DivClassName
{
background-color: #F083D9;
}
.BgClassName
{
background-color: #F083D9;
}
</style>
border-color css
<style>
span { border-color: #F083D9; }
span { border-color: rgb(240,131,217); }
td.TdClassName
{
border-color: #F083D9;
}
.TagClassName
{
border-color: #F083D9;
}
</style>