Shades of Pale Magenta #F07CE0
Tints of Pale Magenta #F07CE0
RGB
CMYK
RGB Variations
Color information
#F07CE0 (or 0xF07CE0) is known color: Pale Magenta. HEX triplet: F0, 7C and E0. RGB value is (240,124,224). Sum of RGB (Red+Green+Blue) = 240+124+224=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 124 (48.83% from 255 or 21.09% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CE0 is #0F831F. Grayscale: #A9A9A9. Windows color (decimal): -1016608 or 14712048. OLE color: 14712048.
HSL color Cylindrical-coordinate representation of color #F07CE0: hue angle of 308.28º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07CE0 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 224 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.06 |
| HSL | 308.28º | 0.79% | 0.71% | - |
| HSV(B) | 308.28º | 0.48% | 0.94% | - |
| XYZ | 56.6 | 38.32 | 74.93 | - |
| YUV | 170.08 | 158.43 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 224 | 0 | 0.48 | 0.07 | 0.06 | 308.28 | 0.79 | 0.71 |
| Hex | F0 | 7C | E0 | 0 | 30 | 7 | 6 | 134 | 4F | 47 |
| Octal | 360 | 174 | 340 | 0 | 60 | 7 | 6 | 464 | 117 | 107 |
| Binary | 11110000 | 1111100 | 11100000 | 0 | 110000 | 111 | 110 | 100110100 | 1001111 | 1000111 |
Color Harmonies of #F07CE0
Complementary color
Monochromatic Colors of #F07CE0
Black with #F07CE0
Text Example
Text Example
White with #F07CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CE0; }
p { color: rgb(240,124,224); }
H1.HeaderClassName
{
color: #F07CE0;
}
.AnyTagClassName
{
color: #F07CE0;
}
</style>
background-color css
<style>
a { background-color: #F07CE0; }
a { background-color: rgb(240,124,224); }
div.DivClassName
{
background-color: #F07CE0;
}
.BgClassName
{
background-color: #F07CE0;
}
</style>
border-color css
<style>
span { border-color: #F07CE0; }
span { border-color: rgb(240,124,224); }
td.TdClassName
{
border-color: #F07CE0;
}
.TagClassName
{
border-color: #F07CE0;
}
</style>