Shades of Pale Magenta #F07EDC
Tints of Pale Magenta #F07EDC
RGB
CMYK
RGB Variations
Color information
#F07EDC (or 0xF07EDC) is known color: Pale Magenta. HEX triplet: F0, 7E and DC. RGB value is (240,126,220). Sum of RGB (Red+Green+Blue) = 240+126+220=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EDC is #0F8123. Grayscale: #AAAAAA. Windows color (decimal): -1016100 or 14450416. OLE color: 14450416.
HSL color Cylindrical-coordinate representation of color #F07EDC: hue angle of 310.53º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07EDC is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 220 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.06 |
| HSL | 310.53º | 0.79% | 0.72% | - |
| HSV(B) | 310.53º | 0.48% | 0.94% | - |
| XYZ | 56.31 | 38.61 | 72.2 | - |
| YUV | 170.8 | 155.77 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 220 | 0 | 0.48 | 0.08 | 0.06 | 310.53 | 0.79 | 0.72 |
| Hex | F0 | 7E | DC | 0 | 30 | 8 | 6 | 137 | 4F | 48 |
| Octal | 360 | 176 | 334 | 0 | 60 | 10 | 6 | 467 | 117 | 110 |
| Binary | 11110000 | 1111110 | 11011100 | 0 | 110000 | 1000 | 110 | 100110111 | 1001111 | 1001000 |
Color Harmonies of #F07EDC
Complementary color
Monochromatic Colors of #F07EDC
Black with #F07EDC
Text Example
Text Example
White with #F07EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07EDC; }
p { color: rgb(240,126,220); }
H1.HeaderClassName
{
color: #F07EDC;
}
.AnyTagClassName
{
color: #F07EDC;
}
</style>
background-color css
<style>
a { background-color: #F07EDC; }
a { background-color: rgb(240,126,220); }
div.DivClassName
{
background-color: #F07EDC;
}
.BgClassName
{
background-color: #F07EDC;
}
</style>
border-color css
<style>
span { border-color: #F07EDC; }
span { border-color: rgb(240,126,220); }
td.TdClassName
{
border-color: #F07EDC;
}
.TagClassName
{
border-color: #F07EDC;
}
</style>