Shades of Pale Magenta #F076DC
Tints of Pale Magenta #F076DC
RGB
CMYK
RGB Variations
Color information
#F076DC (or 0xF076DC) is known color: Pale Magenta. HEX triplet: F0, 76 and DC. RGB value is (240,118,220). Sum of RGB (Red+Green+Blue) = 240+118+220=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 118 (46.48% from 255 or 20.42% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F076DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F076DC is #0F8923. Grayscale: #A5A5A5. Windows color (decimal): -1018148 or 14448368. OLE color: 14448368.
HSL color Cylindrical-coordinate representation of color #F076DC: hue angle of 309.84º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F076DC is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 220 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.06 |
| HSL | 309.84º | 0.8% | 0.7% | - |
| HSV(B) | 309.84º | 0.51% | 0.94% | - |
| XYZ | 55.33 | 36.65 | 71.87 | - |
| YUV | 166.11 | 158.42 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 220 | 0 | 0.51 | 0.08 | 0.06 | 309.84 | 0.8 | 0.7 |
| Hex | F0 | 76 | DC | 0 | 33 | 8 | 6 | 136 | 50 | 46 |
| Octal | 360 | 166 | 334 | 0 | 63 | 10 | 6 | 466 | 120 | 106 |
| Binary | 11110000 | 1110110 | 11011100 | 0 | 110011 | 1000 | 110 | 100110110 | 1010000 | 1000110 |
Color Harmonies of #F076DC
Complementary color
Monochromatic Colors of #F076DC
Black with #F076DC
Text Example
Text Example
White with #F076DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F076DC; }
p { color: rgb(240,118,220); }
H1.HeaderClassName
{
color: #F076DC;
}
.AnyTagClassName
{
color: #F076DC;
}
</style>
background-color css
<style>
a { background-color: #F076DC; }
a { background-color: rgb(240,118,220); }
div.DivClassName
{
background-color: #F076DC;
}
.BgClassName
{
background-color: #F076DC;
}
</style>
border-color css
<style>
span { border-color: #F076DC; }
span { border-color: rgb(240,118,220); }
td.TdClassName
{
border-color: #F076DC;
}
.TagClassName
{
border-color: #F076DC;
}
</style>