Shades of Pale Magenta #F07EDB
Tints of Pale Magenta #F07EDB
RGB
CMYK
RGB Variations
Color information
#F07EDB (or 0xF07EDB) is known color: Pale Magenta. HEX triplet: F0, 7E and DB. RGB value is (240,126,219). Sum of RGB (Red+Green+Blue) = 240+126+219=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EDB is #0F8124. Grayscale: #AAAAAA. Windows color (decimal): -1016101 or 14384880. OLE color: 14384880.
HSL color Cylindrical-coordinate representation of color #F07EDB: hue angle of 311.05º 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 #F07EDB is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 219 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.06 |
| HSL | 311.05º | 0.79% | 0.72% | - |
| HSV(B) | 311.05º | 0.48% | 0.94% | - |
| XYZ | 56.18 | 38.56 | 71.5 | - |
| YUV | 170.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 219 | 0 | 0.48 | 0.09 | 0.06 | 311.05 | 0.79 | 0.72 |
| Hex | F0 | 7E | DB | 0 | 30 | 9 | 6 | 137 | 4F | 48 |
| Octal | 360 | 176 | 333 | 0 | 60 | 11 | 6 | 467 | 117 | 110 |
| Binary | 11110000 | 1111110 | 11011011 | 0 | 110000 | 1001 | 110 | 100110111 | 1001111 | 1001000 |
Color Harmonies of #F07EDB
Complementary color
Monochromatic Colors of #F07EDB
Black with #F07EDB
Text Example
Text Example
White with #F07EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07EDB; }
p { color: rgb(240,126,219); }
H1.HeaderClassName
{
color: #F07EDB;
}
.AnyTagClassName
{
color: #F07EDB;
}
</style>
background-color css
<style>
a { background-color: #F07EDB; }
a { background-color: rgb(240,126,219); }
div.DivClassName
{
background-color: #F07EDB;
}
.BgClassName
{
background-color: #F07EDB;
}
</style>
border-color css
<style>
span { border-color: #F07EDB; }
span { border-color: rgb(240,126,219); }
td.TdClassName
{
border-color: #F07EDB;
}
.TagClassName
{
border-color: #F07EDB;
}
</style>