Shades of Mauvelous #F68CAF
Tints of Mauvelous #F68CAF
RGB
CMYK
RGB Variations
Color information
#F68CAF (or 0xF68CAF) is known color: Mauvelous. HEX triplet: F6, 8C and AF. RGB value is (246,140,175). Sum of RGB (Red+Green+Blue) = 246+140+175=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68CAF is #097350. Grayscale: #AFAFAF. Windows color (decimal): -619345 or 11504886. OLE color: 11504886.
HSL color Cylindrical-coordinate representation of color #F68CAF: hue angle of 340.19º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68CAF is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 175 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.04 |
| HSL | 340.19º | 0.85% | 0.76% | - |
| HSV(B) | 340.19º | 0.43% | 0.96% | - |
| XYZ | 55.12 | 41.44 | 45.65 | - |
| YUV | 175.68 | 127.62 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 175 | 0 | 0.43 | 0.29 | 0.04 | 340.19 | 0.85 | 0.76 |
| Hex | F6 | 8C | AF | 0 | 2B | 1D | 4 | 154 | 55 | 4C |
| Octal | 366 | 214 | 257 | 0 | 53 | 35 | 4 | 524 | 125 | 114 |
| Binary | 11110110 | 10001100 | 10101111 | 0 | 101011 | 11101 | 100 | 101010100 | 1010101 | 1001100 |
Color Harmonies of #F68CAF
Complementary color
Monochromatic Colors of #F68CAF
Black with #F68CAF
Text Example
Text Example
White with #F68CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68CAF; }
p { color: rgb(246,140,175); }
H1.HeaderClassName
{
color: #F68CAF;
}
.AnyTagClassName
{
color: #F68CAF;
}
</style>
background-color css
<style>
a { background-color: #F68CAF; }
a { background-color: rgb(246,140,175); }
div.DivClassName
{
background-color: #F68CAF;
}
.BgClassName
{
background-color: #F68CAF;
}
</style>
border-color css
<style>
span { border-color: #F68CAF; }
span { border-color: rgb(246,140,175); }
td.TdClassName
{
border-color: #F68CAF;
}
.TagClassName
{
border-color: #F68CAF;
}
</style>