Shades of Mauvelous #F699A7
Tints of Mauvelous #F699A7
RGB
CMYK
RGB Variations
Color information
#F699A7 (or 0xF699A7) is known color: Mauvelous. HEX triplet: F6, 99 and A7. RGB value is (246,153,167). Sum of RGB (Red+Green+Blue) = 246+153+167=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 167 (65.62% from 255 or 29.51% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F699A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F699A7 is #096658. Grayscale: #B6B6B6. Windows color (decimal): -616025 or 10983926. OLE color: 10983926.
HSL color Cylindrical-coordinate representation of color #F699A7: hue angle of 350.97º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F699A7 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 153 | 167 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.04 |
| HSL | 350.97º | 0.84% | 0.78% | - |
| HSV(B) | 350.97º | 0.38% | 0.96% | - |
| XYZ | 56.37 | 45.17 | 42.31 | - |
| YUV | 182.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 153 | 167 | 0 | 0.38 | 0.32 | 0.04 | 350.97 | 0.84 | 0.78 |
| Hex | F6 | 99 | A7 | 0 | 26 | 20 | 4 | 15F | 54 | 4E |
| Octal | 366 | 231 | 247 | 0 | 46 | 40 | 4 | 537 | 124 | 116 |
| Binary | 11110110 | 10011001 | 10100111 | 0 | 100110 | 100000 | 100 | 101011111 | 1010100 | 1001110 |
Color Harmonies of #F699A7
Complementary color
Monochromatic Colors of #F699A7
Black with #F699A7
Text Example
Text Example
White with #F699A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F699A7; }
p { color: rgb(246,153,167); }
H1.HeaderClassName
{
color: #F699A7;
}
.AnyTagClassName
{
color: #F699A7;
}
</style>
background-color css
<style>
a { background-color: #F699A7; }
a { background-color: rgb(246,153,167); }
div.DivClassName
{
background-color: #F699A7;
}
.BgClassName
{
background-color: #F699A7;
}
</style>
border-color css
<style>
span { border-color: #F699A7; }
span { border-color: rgb(246,153,167); }
td.TdClassName
{
border-color: #F699A7;
}
.TagClassName
{
border-color: #F699A7;
}
</style>