Shades of Pale Magenta #F689E2
Tints of Pale Magenta #F689E2
RGB
CMYK
RGB Variations
Color information
#F689E2 (or 0xF689E2) is known color: Pale Magenta. HEX triplet: F6, 89 and E2. RGB value is (246,137,226). Sum of RGB (Red+Green+Blue) = 246+137+226=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 137 (53.91% from 255 or 22.50% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F689E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F689E2 is #09761D. Grayscale: #B3B3B3. Windows color (decimal): -620062 or 14846454. OLE color: 14846454.
HSL color Cylindrical-coordinate representation of color #F689E2: hue angle of 311.01º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F689E2 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 137 | 226 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.04 |
| HSL | 311.01º | 0.86% | 0.75% | - |
| HSV(B) | 311.01º | 0.44% | 0.96% | - |
| XYZ | 60.68 | 42.98 | 77.05 | - |
| YUV | 179.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 137 | 226 | 0 | 0.44 | 0.08 | 0.04 | 311.01 | 0.86 | 0.75 |
| Hex | F6 | 89 | E2 | 0 | 2C | 8 | 4 | 137 | 56 | 4B |
| Octal | 366 | 211 | 342 | 0 | 54 | 10 | 4 | 467 | 126 | 113 |
| Binary | 11110110 | 10001001 | 11100010 | 0 | 101100 | 1000 | 100 | 100110111 | 1010110 | 1001011 |
Color Harmonies of #F689E2
Complementary color
Monochromatic Colors of #F689E2
Black with #F689E2
Text Example
Text Example
White with #F689E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F689E2; }
p { color: rgb(246,137,226); }
H1.HeaderClassName
{
color: #F689E2;
}
.AnyTagClassName
{
color: #F689E2;
}
</style>
background-color css
<style>
a { background-color: #F689E2; }
a { background-color: rgb(246,137,226); }
div.DivClassName
{
background-color: #F689E2;
}
.BgClassName
{
background-color: #F689E2;
}
</style>
border-color css
<style>
span { border-color: #F689E2; }
span { border-color: rgb(246,137,226); }
td.TdClassName
{
border-color: #F689E2;
}
.TagClassName
{
border-color: #F689E2;
}
</style>