Shades of Pale Magenta #F694ED
Tints of Pale Magenta #F694ED
RGB
CMYK
RGB Variations
Color information
#F694ED (or 0xF694ED) is known color: Pale Magenta. HEX triplet: F6, 94 and ED. RGB value is (246,148,237). Sum of RGB (Red+Green+Blue) = 246+148+237=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 148 (58.20% from 255 or 23.45% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F694ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F694ED is #096B12. Grayscale: #BBBBBB. Windows color (decimal): -617235 or 15570166. OLE color: 15570166.
HSL color Cylindrical-coordinate representation of color #F694ED: hue angle of 305.51º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F694ED is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 237 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.04 |
| HSL | 305.51º | 0.84% | 0.77% | - |
| HSV(B) | 305.51º | 0.4% | 0.96% | - |
| XYZ | 63.88 | 46.89 | 85.8 | - |
| YUV | 187.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 237 | 0 | 0.40 | 0.04 | 0.04 | 305.51 | 0.84 | 0.77 |
| Hex | F6 | 94 | ED | 0 | 28 | 4 | 4 | 132 | 54 | 4D |
| Octal | 366 | 224 | 355 | 0 | 50 | 4 | 4 | 462 | 124 | 115 |
| Binary | 11110110 | 10010100 | 11101101 | 0 | 101000 | 100 | 100 | 100110010 | 1010100 | 1001101 |
Color Harmonies of #F694ED
Complementary color
Monochromatic Colors of #F694ED
Black with #F694ED
Text Example
Text Example
White with #F694ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694ED; }
p { color: rgb(246,148,237); }
H1.HeaderClassName
{
color: #F694ED;
}
.AnyTagClassName
{
color: #F694ED;
}
</style>
background-color css
<style>
a { background-color: #F694ED; }
a { background-color: rgb(246,148,237); }
div.DivClassName
{
background-color: #F694ED;
}
.BgClassName
{
background-color: #F694ED;
}
</style>
border-color css
<style>
span { border-color: #F694ED; }
span { border-color: rgb(246,148,237); }
td.TdClassName
{
border-color: #F694ED;
}
.TagClassName
{
border-color: #F694ED;
}
</style>