Shades of Pale Magenta #F07EDE
Tints of Pale Magenta #F07EDE
RGB
CMYK
RGB Variations
Color information
#F07EDE (or 0xF07EDE) is known color: Pale Magenta. HEX triplet: F0, 7E and DE. RGB value is (240,126,222). Sum of RGB (Red+Green+Blue) = 240+126+222=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 126 (49.61% from 255 or 21.43% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EDE is #0F8121. Grayscale: #AAAAAA. Windows color (decimal): -1016098 or 14581488. OLE color: 14581488.
HSL color Cylindrical-coordinate representation of color #F07EDE: hue angle of 309.47º 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 #F07EDE is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 222 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.06 |
| HSL | 309.47º | 0.79% | 0.72% | - |
| HSV(B) | 309.47º | 0.48% | 0.94% | - |
| XYZ | 56.58 | 38.72 | 73.6 | - |
| YUV | 171.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 222 | 0 | 0.48 | 0.08 | 0.06 | 309.47 | 0.79 | 0.72 |
| Hex | F0 | 7E | DE | 0 | 30 | 8 | 6 | 135 | 4F | 48 |
| Octal | 360 | 176 | 336 | 0 | 60 | 10 | 6 | 465 | 117 | 110 |
| Binary | 11110000 | 1111110 | 11011110 | 0 | 110000 | 1000 | 110 | 100110101 | 1001111 | 1001000 |
Color Harmonies of #F07EDE
Complementary color
Monochromatic Colors of #F07EDE
Black with #F07EDE
Text Example
Text Example
White with #F07EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07EDE; }
p { color: rgb(240,126,222); }
H1.HeaderClassName
{
color: #F07EDE;
}
.AnyTagClassName
{
color: #F07EDE;
}
</style>
background-color css
<style>
a { background-color: #F07EDE; }
a { background-color: rgb(240,126,222); }
div.DivClassName
{
background-color: #F07EDE;
}
.BgClassName
{
background-color: #F07EDE;
}
</style>
border-color css
<style>
span { border-color: #F07EDE; }
span { border-color: rgb(240,126,222); }
td.TdClassName
{
border-color: #F07EDE;
}
.TagClassName
{
border-color: #F07EDE;
}
</style>