Shades of Mauvelous #F68FAB
Tints of Mauvelous #F68FAB
RGB
CMYK
RGB Variations
Color information
#F68FAB (or 0xF68FAB) is known color: Mauvelous. HEX triplet: F6, 8F and AB. RGB value is (246,143,171). Sum of RGB (Red+Green+Blue) = 246+143+171=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68FAB is #097054. Grayscale: #B0B0B0. Windows color (decimal): -618581 or 11243510. OLE color: 11243510.
HSL color Cylindrical-coordinate representation of color #F68FAB: hue angle of 343.69º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68FAB is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 171 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.04 |
| HSL | 343.69º | 0.85% | 0.76% | - |
| HSV(B) | 343.69º | 0.42% | 0.96% | - |
| XYZ | 55.18 | 42.18 | 43.76 | - |
| YUV | 176.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 171 | 0 | 0.42 | 0.30 | 0.04 | 343.69 | 0.85 | 0.76 |
| Hex | F6 | 8F | AB | 0 | 2A | 1E | 4 | 158 | 55 | 4C |
| Octal | 366 | 217 | 253 | 0 | 52 | 36 | 4 | 530 | 125 | 114 |
| Binary | 11110110 | 10001111 | 10101011 | 0 | 101010 | 11110 | 100 | 101011000 | 1010101 | 1001100 |
Color Harmonies of #F68FAB
Complementary color
Monochromatic Colors of #F68FAB
Black with #F68FAB
Text Example
Text Example
White with #F68FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FAB; }
p { color: rgb(246,143,171); }
H1.HeaderClassName
{
color: #F68FAB;
}
.AnyTagClassName
{
color: #F68FAB;
}
</style>
background-color css
<style>
a { background-color: #F68FAB; }
a { background-color: rgb(246,143,171); }
div.DivClassName
{
background-color: #F68FAB;
}
.BgClassName
{
background-color: #F68FAB;
}
</style>
border-color css
<style>
span { border-color: #F68FAB; }
span { border-color: rgb(246,143,171); }
td.TdClassName
{
border-color: #F68FAB;
}
.TagClassName
{
border-color: #F68FAB;
}
</style>