Shades of Mauvelous #F69AAA
Tints of Mauvelous #F69AAA
RGB
CMYK
RGB Variations
Color information
#F69AAA (or 0xF69AAA) is known color: Mauvelous. HEX triplet: F6, 9A and AA. RGB value is (246,154,170). Sum of RGB (Red+Green+Blue) = 246+154+170=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F69AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69AAA is #096555. Grayscale: #B7B7B7. Windows color (decimal): -615766 or 11180790. OLE color: 11180790.
HSL color Cylindrical-coordinate representation of color #F69AAA: hue angle of 349.57º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69AAA is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 170 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.04 |
| HSL | 349.57º | 0.84% | 0.78% | - |
| HSV(B) | 349.57º | 0.37% | 0.96% | - |
| XYZ | 56.82 | 45.61 | 43.84 | - |
| YUV | 183.33 | 120.48 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 170 | 0 | 0.37 | 0.31 | 0.04 | 349.57 | 0.84 | 0.78 |
| Hex | F6 | 9A | AA | 0 | 25 | 1F | 4 | 15E | 54 | 4E |
| Octal | 366 | 232 | 252 | 0 | 45 | 37 | 4 | 536 | 124 | 116 |
| Binary | 11110110 | 10011010 | 10101010 | 0 | 100101 | 11111 | 100 | 101011110 | 1010100 | 1001110 |
Color Harmonies of #F69AAA
Complementary color
Monochromatic Colors of #F69AAA
Black with #F69AAA
Text Example
Text Example
White with #F69AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69AAA; }
p { color: rgb(246,154,170); }
H1.HeaderClassName
{
color: #F69AAA;
}
.AnyTagClassName
{
color: #F69AAA;
}
</style>
background-color css
<style>
a { background-color: #F69AAA; }
a { background-color: rgb(246,154,170); }
div.DivClassName
{
background-color: #F69AAA;
}
.BgClassName
{
background-color: #F69AAA;
}
</style>
border-color css
<style>
span { border-color: #F69AAA; }
span { border-color: rgb(246,154,170); }
td.TdClassName
{
border-color: #F69AAA;
}
.TagClassName
{
border-color: #F69AAA;
}
</style>