Shades of Pale Magenta #F07EE5
Tints of Pale Magenta #F07EE5
RGB
CMYK
RGB Variations
Color information
#F07EE5 (or 0xF07EE5) is known color: Pale Magenta. HEX triplet: F0, 7E and E5. RGB value is (240,126,229). Sum of RGB (Red+Green+Blue) = 240+126+229=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 126 (49.61% from 255 or 21.18% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EE5 is #0F811A. Grayscale: #ABABAB. Windows color (decimal): -1016091 or 15040240. OLE color: 15040240.
HSL color Cylindrical-coordinate representation of color #F07EE5: hue angle of 305.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 #F07EE5 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 229 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.06 |
| HSL | 305.79º | 0.79% | 0.72% | - |
| HSV(B) | 305.79º | 0.48% | 0.94% | - |
| XYZ | 57.54 | 39.1 | 78.64 | - |
| YUV | 171.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 229 | 0 | 0.48 | 0.05 | 0.06 | 305.79 | 0.79 | 0.72 |
| Hex | F0 | 7E | E5 | 0 | 30 | 5 | 6 | 132 | 4F | 48 |
| Octal | 360 | 176 | 345 | 0 | 60 | 5 | 6 | 462 | 117 | 110 |
| Binary | 11110000 | 1111110 | 11100101 | 0 | 110000 | 101 | 110 | 100110010 | 1001111 | 1001000 |
Color Harmonies of #F07EE5
Complementary color
Monochromatic Colors of #F07EE5
Black with #F07EE5
Text Example
Text Example
White with #F07EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07EE5; }
p { color: rgb(240,126,229); }
H1.HeaderClassName
{
color: #F07EE5;
}
.AnyTagClassName
{
color: #F07EE5;
}
</style>
background-color css
<style>
a { background-color: #F07EE5; }
a { background-color: rgb(240,126,229); }
div.DivClassName
{
background-color: #F07EE5;
}
.BgClassName
{
background-color: #F07EE5;
}
</style>
border-color css
<style>
span { border-color: #F07EE5; }
span { border-color: rgb(240,126,229); }
td.TdClassName
{
border-color: #F07EE5;
}
.TagClassName
{
border-color: #F07EE5;
}
</style>