Shades of Pale Magenta #F080D3
Tints of Pale Magenta #F080D3
RGB
CMYK
RGB Variations
Color information
#F080D3 (or 0xF080D3) is known color: Pale Magenta. HEX triplet: F0, 80 and D3. RGB value is (240,128,211). Sum of RGB (Red+Green+Blue) = 240+128+211=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F080D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080D3 is #0F7F2C. Grayscale: #AAAAAA. Windows color (decimal): -1015597 or 13861104. OLE color: 13861104.
HSL color Cylindrical-coordinate representation of color #F080D3: hue angle of 315.54º 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 #F080D3 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 211 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.06 |
| HSL | 315.54º | 0.79% | 0.72% | - |
| HSV(B) | 315.54º | 0.47% | 0.94% | - |
| XYZ | 55.41 | 38.67 | 66.17 | - |
| YUV | 170.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 211 | 0 | 0.47 | 0.12 | 0.06 | 315.54 | 0.79 | 0.72 |
| Hex | F0 | 80 | D3 | 0 | 2F | C | 6 | 13C | 4F | 48 |
| Octal | 360 | 200 | 323 | 0 | 57 | 14 | 6 | 474 | 117 | 110 |
| Binary | 11110000 | 10000000 | 11010011 | 0 | 101111 | 1100 | 110 | 100111100 | 1001111 | 1001000 |
Color Harmonies of #F080D3
Complementary color
Monochromatic Colors of #F080D3
Black with #F080D3
Text Example
Text Example
White with #F080D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080D3; }
p { color: rgb(240,128,211); }
H1.HeaderClassName
{
color: #F080D3;
}
.AnyTagClassName
{
color: #F080D3;
}
</style>
background-color css
<style>
a { background-color: #F080D3; }
a { background-color: rgb(240,128,211); }
div.DivClassName
{
background-color: #F080D3;
}
.BgClassName
{
background-color: #F080D3;
}
</style>
border-color css
<style>
span { border-color: #F080D3; }
span { border-color: rgb(240,128,211); }
td.TdClassName
{
border-color: #F080D3;
}
.TagClassName
{
border-color: #F080D3;
}
</style>