Shades of Mauvelous #F68BAF
Tints of Mauvelous #F68BAF
RGB
CMYK
RGB Variations
Color information
#F68BAF (or 0xF68BAF) is known color: Mauvelous. HEX triplet: F6, 8B and AF. RGB value is (246,139,175). Sum of RGB (Red+Green+Blue) = 246+139+175=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68BAF is #097450. Grayscale: #AFAFAF. Windows color (decimal): -619601 or 11504630. OLE color: 11504630.
HSL color Cylindrical-coordinate representation of color #F68BAF: hue angle of 339.81º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68BAF is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 175 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.04 |
| HSL | 339.81º | 0.86% | 0.75% | - |
| HSV(B) | 339.81º | 0.43% | 0.96% | - |
| XYZ | 54.98 | 41.15 | 45.6 | - |
| YUV | 175.1 | 127.95 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 175 | 0 | 0.43 | 0.29 | 0.04 | 339.81 | 0.86 | 0.75 |
| Hex | F6 | 8B | AF | 0 | 2B | 1D | 4 | 154 | 56 | 4B |
| Octal | 366 | 213 | 257 | 0 | 53 | 35 | 4 | 524 | 126 | 113 |
| Binary | 11110110 | 10001011 | 10101111 | 0 | 101011 | 11101 | 100 | 101010100 | 1010110 | 1001011 |
Color Harmonies of #F68BAF
Complementary color
Monochromatic Colors of #F68BAF
Black with #F68BAF
Text Example
Text Example
White with #F68BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BAF; }
p { color: rgb(246,139,175); }
H1.HeaderClassName
{
color: #F68BAF;
}
.AnyTagClassName
{
color: #F68BAF;
}
</style>
background-color css
<style>
a { background-color: #F68BAF; }
a { background-color: rgb(246,139,175); }
div.DivClassName
{
background-color: #F68BAF;
}
.BgClassName
{
background-color: #F68BAF;
}
</style>
border-color css
<style>
span { border-color: #F68BAF; }
span { border-color: rgb(246,139,175); }
td.TdClassName
{
border-color: #F68BAF;
}
.TagClassName
{
border-color: #F68BAF;
}
</style>