Shades of Pale Magenta #F080D8
Tints of Pale Magenta #F080D8
RGB
CMYK
RGB Variations
Color information
#F080D8 (or 0xF080D8) is known color: Pale Magenta. HEX triplet: F0, 80 and D8. RGB value is (240,128,216). Sum of RGB (Red+Green+Blue) = 240+128+216=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F080D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080D8 is #0F7F27. Grayscale: #ABABAB. Windows color (decimal): -1015592 or 14188784. OLE color: 14188784.
HSL color Cylindrical-coordinate representation of color #F080D8: hue angle of 312.86º 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 #F080D8 is Cyan = 0, Magento = 0.47, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 216 | - |
| CMYK | 0 | 0.47 | 0.1 | 0.06 |
| HSL | 312.86º | 0.79% | 0.72% | - |
| HSV(B) | 312.86º | 0.47% | 0.94% | - |
| XYZ | 56.05 | 38.92 | 69.52 | - |
| YUV | 171.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 216 | 0 | 0.47 | 0.1 | 0.06 | 312.86 | 0.79 | 0.72 |
| Hex | F0 | 80 | D8 | 0 | 2F | A | 6 | 139 | 4F | 48 |
| Octal | 360 | 200 | 330 | 0 | 57 | 12 | 6 | 471 | 117 | 110 |
| Binary | 11110000 | 10000000 | 11011000 | 0 | 101111 | 1010 | 110 | 100111001 | 1001111 | 1001000 |
Color Harmonies of #F080D8
Complementary color
Monochromatic Colors of #F080D8
Black with #F080D8
Text Example
Text Example
White with #F080D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080D8; }
p { color: rgb(240,128,216); }
H1.HeaderClassName
{
color: #F080D8;
}
.AnyTagClassName
{
color: #F080D8;
}
</style>
background-color css
<style>
a { background-color: #F080D8; }
a { background-color: rgb(240,128,216); }
div.DivClassName
{
background-color: #F080D8;
}
.BgClassName
{
background-color: #F080D8;
}
</style>
border-color css
<style>
span { border-color: #F080D8; }
span { border-color: rgb(240,128,216); }
td.TdClassName
{
border-color: #F080D8;
}
.TagClassName
{
border-color: #F080D8;
}
</style>