Shades of Pale Magenta #F07EDD
Tints of Pale Magenta #F07EDD
RGB
CMYK
RGB Variations
Color information
#F07EDD (or 0xF07EDD) is known color: Pale Magenta. HEX triplet: F0, 7E and DD. RGB value is (240,126,221). Sum of RGB (Red+Green+Blue) = 240+126+221=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 126 (49.61% from 255 or 21.47% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EDD is #0F8122. Grayscale: #AAAAAA. Windows color (decimal): -1016099 or 14515952. OLE color: 14515952.
HSL color Cylindrical-coordinate representation of color #F07EDD: hue angle of 310º 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 #F07EDD is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 221 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.06 |
| HSL | 310º | 0.79% | 0.72% | - |
| HSV(B) | 310º | 0.48% | 0.94% | - |
| XYZ | 56.45 | 38.67 | 72.9 | - |
| YUV | 170.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 221 | 0 | 0.48 | 0.08 | 0.06 | 310 | 0.79 | 0.72 |
| Hex | F0 | 7E | DD | 0 | 30 | 8 | 6 | 136 | 4F | 48 |
| Octal | 360 | 176 | 335 | 0 | 60 | 10 | 6 | 466 | 117 | 110 |
| Binary | 11110000 | 1111110 | 11011101 | 0 | 110000 | 1000 | 110 | 100110110 | 1001111 | 1001000 |
Color Harmonies of #F07EDD
Complementary color
Monochromatic Colors of #F07EDD
Black with #F07EDD
Text Example
Text Example
White with #F07EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07EDD; }
p { color: rgb(240,126,221); }
H1.HeaderClassName
{
color: #F07EDD;
}
.AnyTagClassName
{
color: #F07EDD;
}
</style>
background-color css
<style>
a { background-color: #F07EDD; }
a { background-color: rgb(240,126,221); }
div.DivClassName
{
background-color: #F07EDD;
}
.BgClassName
{
background-color: #F07EDD;
}
</style>
border-color css
<style>
span { border-color: #F07EDD; }
span { border-color: rgb(240,126,221); }
td.TdClassName
{
border-color: #F07EDD;
}
.TagClassName
{
border-color: #F07EDD;
}
</style>