Shades of Pale Magenta #F077DC
Tints of Pale Magenta #F077DC
RGB
CMYK
RGB Variations
Color information
#F077DC (or 0xF077DC) is known color: Pale Magenta. HEX triplet: F0, 77 and DC. RGB value is (240,119,220). Sum of RGB (Red+Green+Blue) = 240+119+220=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F077DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F077DC is #0F8823. Grayscale: #A6A6A6. Windows color (decimal): -1017892 or 14448624. OLE color: 14448624.
HSL color Cylindrical-coordinate representation of color #F077DC: hue angle of 309.92º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F077DC is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 220 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.06 |
| HSL | 309.92º | 0.8% | 0.7% | - |
| HSV(B) | 309.92º | 0.5% | 0.94% | - |
| XYZ | 55.45 | 36.89 | 71.91 | - |
| YUV | 166.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 220 | 0 | 0.50 | 0.08 | 0.06 | 309.92 | 0.8 | 0.7 |
| Hex | F0 | 77 | DC | 0 | 32 | 8 | 6 | 136 | 50 | 46 |
| Octal | 360 | 167 | 334 | 0 | 62 | 10 | 6 | 466 | 120 | 106 |
| Binary | 11110000 | 1110111 | 11011100 | 0 | 110010 | 1000 | 110 | 100110110 | 1010000 | 1000110 |
Color Harmonies of #F077DC
Complementary color
Monochromatic Colors of #F077DC
Black with #F077DC
Text Example
Text Example
White with #F077DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F077DC; }
p { color: rgb(240,119,220); }
H1.HeaderClassName
{
color: #F077DC;
}
.AnyTagClassName
{
color: #F077DC;
}
</style>
background-color css
<style>
a { background-color: #F077DC; }
a { background-color: rgb(240,119,220); }
div.DivClassName
{
background-color: #F077DC;
}
.BgClassName
{
background-color: #F077DC;
}
</style>
border-color css
<style>
span { border-color: #F077DC; }
span { border-color: rgb(240,119,220); }
td.TdClassName
{
border-color: #F077DC;
}
.TagClassName
{
border-color: #F077DC;
}
</style>