Shades of Pale Magenta #F07ED3
Tints of Pale Magenta #F07ED3
RGB
CMYK
RGB Variations
Color information
#F07ED3 (or 0xF07ED3) is known color: Pale Magenta. HEX triplet: F0, 7E and D3. RGB value is (240,126,211). Sum of RGB (Red+Green+Blue) = 240+126+211=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ED3 is #0F812C. Grayscale: #A9A9A9. Windows color (decimal): -1016109 or 13860592. OLE color: 13860592.
HSL color Cylindrical-coordinate representation of color #F07ED3: hue angle of 315.26º 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 #F07ED3 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 211 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.06 |
| HSL | 315.26º | 0.79% | 0.72% | - |
| HSV(B) | 315.26º | 0.48% | 0.94% | - |
| XYZ | 55.15 | 38.15 | 66.08 | - |
| YUV | 169.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 211 | 0 | 0.48 | 0.12 | 0.06 | 315.26 | 0.79 | 0.72 |
| Hex | F0 | 7E | D3 | 0 | 30 | C | 6 | 13B | 4F | 48 |
| Octal | 360 | 176 | 323 | 0 | 60 | 14 | 6 | 473 | 117 | 110 |
| Binary | 11110000 | 1111110 | 11010011 | 0 | 110000 | 1100 | 110 | 100111011 | 1001111 | 1001000 |
Color Harmonies of #F07ED3
Complementary color
Monochromatic Colors of #F07ED3
Black with #F07ED3
Text Example
Text Example
White with #F07ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07ED3; }
p { color: rgb(240,126,211); }
H1.HeaderClassName
{
color: #F07ED3;
}
.AnyTagClassName
{
color: #F07ED3;
}
</style>
background-color css
<style>
a { background-color: #F07ED3; }
a { background-color: rgb(240,126,211); }
div.DivClassName
{
background-color: #F07ED3;
}
.BgClassName
{
background-color: #F07ED3;
}
</style>
border-color css
<style>
span { border-color: #F07ED3; }
span { border-color: rgb(240,126,211); }
td.TdClassName
{
border-color: #F07ED3;
}
.TagClassName
{
border-color: #F07ED3;
}
</style>