Shades of Pale Magenta #F67EDB
Tints of Pale Magenta #F67EDB
RGB
CMYK
RGB Variations
Color information
#F67EDB (or 0xF67EDB) is known color: Pale Magenta. HEX triplet: F6, 7E and DB. RGB value is (246,126,219). Sum of RGB (Red+Green+Blue) = 246+126+219=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 126 (49.61% from 255 or 21.32% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F67EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67EDB is #098124. Grayscale: #ACACAC. Windows color (decimal): -622885 or 14384886. OLE color: 14384886.
HSL color Cylindrical-coordinate representation of color #F67EDB: hue angle of 313.5º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F67EDB is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 126 | 219 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.04 |
| HSL | 313.5º | 0.87% | 0.73% | - |
| HSV(B) | 313.5º | 0.49% | 0.96% | - |
| XYZ | 58.25 | 39.63 | 71.6 | - |
| YUV | 172.48 | 154.26 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 126 | 219 | 0 | 0.49 | 0.11 | 0.04 | 313.5 | 0.87 | 0.73 |
| Hex | F6 | 7E | DB | 0 | 31 | B | 4 | 13A | 57 | 49 |
| Octal | 366 | 176 | 333 | 0 | 61 | 13 | 4 | 472 | 127 | 111 |
| Binary | 11110110 | 1111110 | 11011011 | 0 | 110001 | 1011 | 100 | 100111010 | 1010111 | 1001001 |
Color Harmonies of #F67EDB
Complementary color
Monochromatic Colors of #F67EDB
Black with #F67EDB
Text Example
Text Example
White with #F67EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67EDB; }
p { color: rgb(246,126,219); }
H1.HeaderClassName
{
color: #F67EDB;
}
.AnyTagClassName
{
color: #F67EDB;
}
</style>
background-color css
<style>
a { background-color: #F67EDB; }
a { background-color: rgb(246,126,219); }
div.DivClassName
{
background-color: #F67EDB;
}
.BgClassName
{
background-color: #F67EDB;
}
</style>
border-color css
<style>
span { border-color: #F67EDB; }
span { border-color: rgb(246,126,219); }
td.TdClassName
{
border-color: #F67EDB;
}
.TagClassName
{
border-color: #F67EDB;
}
</style>