Shades of Pale Magenta #F689ED
Tints of Pale Magenta #F689ED
RGB
CMYK
RGB Variations
Color information
#F689ED (or 0xF689ED) is known color: Pale Magenta. HEX triplet: F6, 89 and ED. RGB value is (246,137,237). Sum of RGB (Red+Green+Blue) = 246+137+237=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 137 (53.91% from 255 or 22.10% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F689ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F689ED is #097612. Grayscale: #B4B4B4. Windows color (decimal): -620051 or 15567350. OLE color: 15567350.
HSL color Cylindrical-coordinate representation of color #F689ED: hue angle of 304.95º 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 #F689ED is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 137 | 237 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.04 |
| HSL | 304.95º | 0.86% | 0.75% | - |
| HSV(B) | 304.95º | 0.44% | 0.96% | - |
| XYZ | 62.24 | 43.6 | 85.26 | - |
| YUV | 180.99 | 159.61 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 137 | 237 | 0 | 0.44 | 0.04 | 0.04 | 304.95 | 0.86 | 0.75 |
| Hex | F6 | 89 | ED | 0 | 2C | 4 | 4 | 131 | 56 | 4B |
| Octal | 366 | 211 | 355 | 0 | 54 | 4 | 4 | 461 | 126 | 113 |
| Binary | 11110110 | 10001001 | 11101101 | 0 | 101100 | 100 | 100 | 100110001 | 1010110 | 1001011 |
Color Harmonies of #F689ED
Complementary color
Monochromatic Colors of #F689ED
Black with #F689ED
Text Example
Text Example
White with #F689ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F689ED; }
p { color: rgb(246,137,237); }
H1.HeaderClassName
{
color: #F689ED;
}
.AnyTagClassName
{
color: #F689ED;
}
</style>
background-color css
<style>
a { background-color: #F689ED; }
a { background-color: rgb(246,137,237); }
div.DivClassName
{
background-color: #F689ED;
}
.BgClassName
{
background-color: #F689ED;
}
</style>
border-color css
<style>
span { border-color: #F689ED; }
span { border-color: rgb(246,137,237); }
td.TdClassName
{
border-color: #F689ED;
}
.TagClassName
{
border-color: #F689ED;
}
</style>