Shades of Pale Magenta #F07ED2
Tints of Pale Magenta #F07ED2
RGB
CMYK
RGB Variations
Color information
#F07ED2 (or 0xF07ED2) is known color: Pale Magenta. HEX triplet: F0, 7E and D2. RGB value is (240,126,210). Sum of RGB (Red+Green+Blue) = 240+126+210=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ED2 is #0F812D. Grayscale: #A9A9A9. Windows color (decimal): -1016110 or 13795056. OLE color: 13795056.
HSL color Cylindrical-coordinate representation of color #F07ED2: hue angle of 315.79º 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 #F07ED2 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 210 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.06 |
| HSL | 315.79º | 0.79% | 0.72% | - |
| HSV(B) | 315.79º | 0.48% | 0.94% | - |
| XYZ | 55.03 | 38.1 | 65.43 | - |
| YUV | 169.66 | 150.77 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 210 | 0 | 0.48 | 0.12 | 0.06 | 315.79 | 0.79 | 0.72 |
| Hex | F0 | 7E | D2 | 0 | 30 | C | 6 | 13C | 4F | 48 |
| Octal | 360 | 176 | 322 | 0 | 60 | 14 | 6 | 474 | 117 | 110 |
| Binary | 11110000 | 1111110 | 11010010 | 0 | 110000 | 1100 | 110 | 100111100 | 1001111 | 1001000 |
Color Harmonies of #F07ED2
Complementary color
Monochromatic Colors of #F07ED2
Black with #F07ED2
Text Example
Text Example
White with #F07ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07ED2; }
p { color: rgb(240,126,210); }
H1.HeaderClassName
{
color: #F07ED2;
}
.AnyTagClassName
{
color: #F07ED2;
}
</style>
background-color css
<style>
a { background-color: #F07ED2; }
a { background-color: rgb(240,126,210); }
div.DivClassName
{
background-color: #F07ED2;
}
.BgClassName
{
background-color: #F07ED2;
}
</style>
border-color css
<style>
span { border-color: #F07ED2; }
span { border-color: rgb(240,126,210); }
td.TdClassName
{
border-color: #F07ED2;
}
.TagClassName
{
border-color: #F07ED2;
}
</style>