Shades of Pale Magenta #F080DF
Tints of Pale Magenta #F080DF
RGB
CMYK
RGB Variations
Color information
#F080DF (or 0xF080DF) is known color: Pale Magenta. HEX triplet: F0, 80 and DF. RGB value is (240,128,223). Sum of RGB (Red+Green+Blue) = 240+128+223=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F080DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080DF is #0F7F20. Grayscale: #ACACAC. Windows color (decimal): -1015585 or 14647536. OLE color: 14647536.
HSL color Cylindrical-coordinate representation of color #F080DF: hue angle of 309.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F080DF is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 223 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.06 |
| HSL | 309.11º | 0.79% | 0.72% | - |
| HSV(B) | 309.11º | 0.47% | 0.94% | - |
| XYZ | 56.97 | 39.29 | 74.39 | - |
| YUV | 172.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 223 | 0 | 0.47 | 0.07 | 0.06 | 309.11 | 0.79 | 0.72 |
| Hex | F0 | 80 | DF | 0 | 2F | 7 | 6 | 135 | 4F | 48 |
| Octal | 360 | 200 | 337 | 0 | 57 | 7 | 6 | 465 | 117 | 110 |
| Binary | 11110000 | 10000000 | 11011111 | 0 | 101111 | 111 | 110 | 100110101 | 1001111 | 1001000 |
Color Harmonies of #F080DF
Complementary color
Monochromatic Colors of #F080DF
Black with #F080DF
Text Example
Text Example
White with #F080DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080DF; }
p { color: rgb(240,128,223); }
H1.HeaderClassName
{
color: #F080DF;
}
.AnyTagClassName
{
color: #F080DF;
}
</style>
background-color css
<style>
a { background-color: #F080DF; }
a { background-color: rgb(240,128,223); }
div.DivClassName
{
background-color: #F080DF;
}
.BgClassName
{
background-color: #F080DF;
}
</style>
border-color css
<style>
span { border-color: #F080DF; }
span { border-color: rgb(240,128,223); }
td.TdClassName
{
border-color: #F080DF;
}
.TagClassName
{
border-color: #F080DF;
}
</style>