Shades of Pale Magenta #F696EF
Tints of Pale Magenta #F696EF
RGB
CMYK
RGB Variations
Color information
#F696EF (or 0xF696EF) is known color: Pale Magenta. HEX triplet: F6, 96 and EF. RGB value is (246,150,239). Sum of RGB (Red+Green+Blue) = 246+150+239=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 150 (58.98% from 255 or 23.62% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F696EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F696EF is #096910. Grayscale: #BCBCBC. Windows color (decimal): -616721 or 15701750. OLE color: 15701750.
HSL color Cylindrical-coordinate representation of color #F696EF: hue angle of 304.38º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F696EF is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 239 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.04 |
| HSL | 304.38º | 0.84% | 0.78% | - |
| HSV(B) | 304.38º | 0.39% | 0.96% | - |
| XYZ | 64.49 | 47.64 | 87.46 | - |
| YUV | 188.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 239 | 0 | 0.39 | 0.03 | 0.04 | 304.38 | 0.84 | 0.78 |
| Hex | F6 | 96 | EF | 0 | 27 | 3 | 4 | 130 | 54 | 4E |
| Octal | 366 | 226 | 357 | 0 | 47 | 3 | 4 | 460 | 124 | 116 |
| Binary | 11110110 | 10010110 | 11101111 | 0 | 100111 | 11 | 100 | 100110000 | 1010100 | 1001110 |
Color Harmonies of #F696EF
Complementary color
Monochromatic Colors of #F696EF
Black with #F696EF
Text Example
Text Example
White with #F696EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696EF; }
p { color: rgb(246,150,239); }
H1.HeaderClassName
{
color: #F696EF;
}
.AnyTagClassName
{
color: #F696EF;
}
</style>
background-color css
<style>
a { background-color: #F696EF; }
a { background-color: rgb(246,150,239); }
div.DivClassName
{
background-color: #F696EF;
}
.BgClassName
{
background-color: #F696EF;
}
</style>
border-color css
<style>
span { border-color: #F696EF; }
span { border-color: rgb(246,150,239); }
td.TdClassName
{
border-color: #F696EF;
}
.TagClassName
{
border-color: #F696EF;
}
</style>