Shades of Pale Magenta #F691ED
Tints of Pale Magenta #F691ED
RGB
CMYK
RGB Variations
Color information
#F691ED (or 0xF691ED) is known color: Pale Magenta. HEX triplet: F6, 91 and ED. RGB value is (246,145,237). Sum of RGB (Red+Green+Blue) = 246+145+237=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 145 (57.03% from 255 or 23.09% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F691ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F691ED is #096E12. Grayscale: #B9B9B9. Windows color (decimal): -618003 or 15569398. OLE color: 15569398.
HSL color Cylindrical-coordinate representation of color #F691ED: hue angle of 305.35º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F691ED is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 237 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.04 |
| HSL | 305.35º | 0.85% | 0.77% | - |
| HSV(B) | 305.35º | 0.41% | 0.96% | - |
| XYZ | 63.42 | 45.96 | 85.65 | - |
| YUV | 185.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 237 | 0 | 0.41 | 0.04 | 0.04 | 305.35 | 0.85 | 0.77 |
| Hex | F6 | 91 | ED | 0 | 29 | 4 | 4 | 131 | 55 | 4D |
| Octal | 366 | 221 | 355 | 0 | 51 | 4 | 4 | 461 | 125 | 115 |
| Binary | 11110110 | 10010001 | 11101101 | 0 | 101001 | 100 | 100 | 100110001 | 1010101 | 1001101 |
Color Harmonies of #F691ED
Complementary color
Monochromatic Colors of #F691ED
Black with #F691ED
Text Example
Text Example
White with #F691ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F691ED; }
p { color: rgb(246,145,237); }
H1.HeaderClassName
{
color: #F691ED;
}
.AnyTagClassName
{
color: #F691ED;
}
</style>
background-color css
<style>
a { background-color: #F691ED; }
a { background-color: rgb(246,145,237); }
div.DivClassName
{
background-color: #F691ED;
}
.BgClassName
{
background-color: #F691ED;
}
</style>
border-color css
<style>
span { border-color: #F691ED; }
span { border-color: rgb(246,145,237); }
td.TdClassName
{
border-color: #F691ED;
}
.TagClassName
{
border-color: #F691ED;
}
</style>