Shades of Mauvelous #F68BA5
Tints of Mauvelous #F68BA5
RGB
CMYK
RGB Variations
Color information
#F68BA5 (or 0xF68BA5) is known color: Mauvelous. HEX triplet: F6, 8B and A5. RGB value is (246,139,165). Sum of RGB (Red+Green+Blue) = 246+139+165=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68BA5 is #09745A. Grayscale: #ADADAD. Windows color (decimal): -619611 or 10849270. OLE color: 10849270.
HSL color Cylindrical-coordinate representation of color #F68BA5: hue angle of 345.42º 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 #F68BA5 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 165 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.04 |
| HSL | 345.42º | 0.86% | 0.75% | - |
| HSV(B) | 345.42º | 0.43% | 0.96% | - |
| XYZ | 54.03 | 40.77 | 40.62 | - |
| YUV | 173.96 | 122.95 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 165 | 0 | 0.43 | 0.33 | 0.04 | 345.42 | 0.86 | 0.75 |
| Hex | F6 | 8B | A5 | 0 | 2B | 21 | 4 | 159 | 56 | 4B |
| Octal | 366 | 213 | 245 | 0 | 53 | 41 | 4 | 531 | 126 | 113 |
| Binary | 11110110 | 10001011 | 10100101 | 0 | 101011 | 100001 | 100 | 101011001 | 1010110 | 1001011 |
Color Harmonies of #F68BA5
Complementary color
Monochromatic Colors of #F68BA5
Black with #F68BA5
Text Example
Text Example
White with #F68BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BA5; }
p { color: rgb(246,139,165); }
H1.HeaderClassName
{
color: #F68BA5;
}
.AnyTagClassName
{
color: #F68BA5;
}
</style>
background-color css
<style>
a { background-color: #F68BA5; }
a { background-color: rgb(246,139,165); }
div.DivClassName
{
background-color: #F68BA5;
}
.BgClassName
{
background-color: #F68BA5;
}
</style>
border-color css
<style>
span { border-color: #F68BA5; }
span { border-color: rgb(246,139,165); }
td.TdClassName
{
border-color: #F68BA5;
}
.TagClassName
{
border-color: #F68BA5;
}
</style>