Shades of Pale Magenta #F696EE
Tints of Pale Magenta #F696EE
RGB
CMYK
RGB Variations
Color information
#F696EE (or 0xF696EE) is known color: Pale Magenta. HEX triplet: F6, 96 and EE. RGB value is (246,150,238). Sum of RGB (Red+Green+Blue) = 246+150+238=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 150 (58.98% from 255 or 23.66% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F696EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F696EE is #096911. Grayscale: #BCBCBC. Windows color (decimal): -616722 or 15636214. OLE color: 15636214.
HSL color Cylindrical-coordinate representation of color #F696EE: hue angle of 305º 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 #F696EE is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 238 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.04 |
| HSL | 305º | 0.84% | 0.78% | - |
| HSV(B) | 305º | 0.39% | 0.96% | - |
| XYZ | 64.35 | 47.58 | 86.68 | - |
| YUV | 188.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 238 | 0 | 0.39 | 0.03 | 0.04 | 305 | 0.84 | 0.78 |
| Hex | F6 | 96 | EE | 0 | 27 | 3 | 4 | 131 | 54 | 4E |
| Octal | 366 | 226 | 356 | 0 | 47 | 3 | 4 | 461 | 124 | 116 |
| Binary | 11110110 | 10010110 | 11101110 | 0 | 100111 | 11 | 100 | 100110001 | 1010100 | 1001110 |
Color Harmonies of #F696EE
Complementary color
Monochromatic Colors of #F696EE
Black with #F696EE
Text Example
Text Example
White with #F696EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696EE; }
p { color: rgb(246,150,238); }
H1.HeaderClassName
{
color: #F696EE;
}
.AnyTagClassName
{
color: #F696EE;
}
</style>
background-color css
<style>
a { background-color: #F696EE; }
a { background-color: rgb(246,150,238); }
div.DivClassName
{
background-color: #F696EE;
}
.BgClassName
{
background-color: #F696EE;
}
</style>
border-color css
<style>
span { border-color: #F696EE; }
span { border-color: rgb(246,150,238); }
td.TdClassName
{
border-color: #F696EE;
}
.TagClassName
{
border-color: #F696EE;
}
</style>