Shades of Pale Magenta #F691EE
Tints of Pale Magenta #F691EE
RGB
CMYK
RGB Variations
Color information
#F691EE (or 0xF691EE) is known color: Pale Magenta. HEX triplet: F6, 91 and EE. RGB value is (246,145,238). Sum of RGB (Red+Green+Blue) = 246+145+238=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 145 (57.03% from 255 or 23.05% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F691EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F691EE is #096E11. Grayscale: #B9B9B9. Windows color (decimal): -618002 or 15634934. OLE color: 15634934.
HSL color Cylindrical-coordinate representation of color #F691EE: hue angle of 304.75º 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 #F691EE is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 238 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.04 |
| HSL | 304.75º | 0.85% | 0.77% | - |
| HSV(B) | 304.75º | 0.41% | 0.96% | - |
| XYZ | 63.56 | 46.02 | 86.42 | - |
| YUV | 185.8 | 157.46 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 238 | 0 | 0.41 | 0.03 | 0.04 | 304.75 | 0.85 | 0.77 |
| Hex | F6 | 91 | EE | 0 | 29 | 3 | 4 | 131 | 55 | 4D |
| Octal | 366 | 221 | 356 | 0 | 51 | 3 | 4 | 461 | 125 | 115 |
| Binary | 11110110 | 10010001 | 11101110 | 0 | 101001 | 11 | 100 | 100110001 | 1010101 | 1001101 |
Color Harmonies of #F691EE
Complementary color
Monochromatic Colors of #F691EE
Black with #F691EE
Text Example
Text Example
White with #F691EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F691EE; }
p { color: rgb(246,145,238); }
H1.HeaderClassName
{
color: #F691EE;
}
.AnyTagClassName
{
color: #F691EE;
}
</style>
background-color css
<style>
a { background-color: #F691EE; }
a { background-color: rgb(246,145,238); }
div.DivClassName
{
background-color: #F691EE;
}
.BgClassName
{
background-color: #F691EE;
}
</style>
border-color css
<style>
span { border-color: #F691EE; }
span { border-color: rgb(246,145,238); }
td.TdClassName
{
border-color: #F691EE;
}
.TagClassName
{
border-color: #F691EE;
}
</style>