Shades of Pale Magenta #F67EDC
Tints of Pale Magenta #F67EDC
RGB
CMYK
RGB Variations
Color information
#F67EDC (or 0xF67EDC) is known color: Pale Magenta. HEX triplet: F6, 7E and DC. RGB value is (246,126,220). Sum of RGB (Red+Green+Blue) = 246+126+220=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 126 (49.61% from 255 or 21.28% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F67EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67EDC is #098123. Grayscale: #ACACAC. Windows color (decimal): -622884 or 14450422. OLE color: 14450422.
HSL color Cylindrical-coordinate representation of color #F67EDC: hue angle of 313º 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 #F67EDC is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 126 | 220 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.04 |
| HSL | 313º | 0.87% | 0.73% | - |
| HSV(B) | 313º | 0.49% | 0.96% | - |
| XYZ | 58.39 | 39.68 | 72.29 | - |
| YUV | 172.6 | 154.76 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 126 | 220 | 0 | 0.49 | 0.11 | 0.04 | 313 | 0.87 | 0.73 |
| Hex | F6 | 7E | DC | 0 | 31 | B | 4 | 139 | 57 | 49 |
| Octal | 366 | 176 | 334 | 0 | 61 | 13 | 4 | 471 | 127 | 111 |
| Binary | 11110110 | 1111110 | 11011100 | 0 | 110001 | 1011 | 100 | 100111001 | 1010111 | 1001001 |
Color Harmonies of #F67EDC
Complementary color
Monochromatic Colors of #F67EDC
Black with #F67EDC
Text Example
Text Example
White with #F67EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67EDC; }
p { color: rgb(246,126,220); }
H1.HeaderClassName
{
color: #F67EDC;
}
.AnyTagClassName
{
color: #F67EDC;
}
</style>
background-color css
<style>
a { background-color: #F67EDC; }
a { background-color: rgb(246,126,220); }
div.DivClassName
{
background-color: #F67EDC;
}
.BgClassName
{
background-color: #F67EDC;
}
</style>
border-color css
<style>
span { border-color: #F67EDC; }
span { border-color: rgb(246,126,220); }
td.TdClassName
{
border-color: #F67EDC;
}
.TagClassName
{
border-color: #F67EDC;
}
</style>