Shades of Mauvelous #F695A8
Tints of Mauvelous #F695A8
RGB
CMYK
RGB Variations
Color information
#F695A8 (or 0xF695A8) is known color: Mauvelous. HEX triplet: F6, 95 and A8. RGB value is (246,149,168). Sum of RGB (Red+Green+Blue) = 246+149+168=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F695A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F695A8 is #096A57. Grayscale: #B4B4B4. Windows color (decimal): -617048 or 11048438. OLE color: 11048438.
HSL color Cylindrical-coordinate representation of color #F695A8: hue angle of 348.25º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F695A8 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 168 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.04 |
| HSL | 348.25º | 0.84% | 0.77% | - |
| HSV(B) | 348.25º | 0.39% | 0.96% | - |
| XYZ | 55.82 | 43.91 | 42.58 | - |
| YUV | 180.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 168 | 0 | 0.39 | 0.32 | 0.04 | 348.25 | 0.84 | 0.77 |
| Hex | F6 | 95 | A8 | 0 | 27 | 20 | 4 | 15C | 54 | 4D |
| Octal | 366 | 225 | 250 | 0 | 47 | 40 | 4 | 534 | 124 | 115 |
| Binary | 11110110 | 10010101 | 10101000 | 0 | 100111 | 100000 | 100 | 101011100 | 1010100 | 1001101 |
Color Harmonies of #F695A8
Complementary color
Monochromatic Colors of #F695A8
Black with #F695A8
Text Example
Text Example
White with #F695A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F695A8; }
p { color: rgb(246,149,168); }
H1.HeaderClassName
{
color: #F695A8;
}
.AnyTagClassName
{
color: #F695A8;
}
</style>
background-color css
<style>
a { background-color: #F695A8; }
a { background-color: rgb(246,149,168); }
div.DivClassName
{
background-color: #F695A8;
}
.BgClassName
{
background-color: #F695A8;
}
</style>
border-color css
<style>
span { border-color: #F695A8; }
span { border-color: rgb(246,149,168); }
td.TdClassName
{
border-color: #F695A8;
}
.TagClassName
{
border-color: #F695A8;
}
</style>