Shades of Mauvelous #F299A6
Tints of Mauvelous #F299A6
RGB
CMYK
RGB Variations
Color information
#F299A6 (or 0xF299A6) is known color: Mauvelous. HEX triplet: F2, 99 and A6. RGB value is (242,153,166). Sum of RGB (Red+Green+Blue) = 242+153+166=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F299A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F299A6 is #0D6659. Grayscale: #B5B5B5. Windows color (decimal): -878170 or 10918386. OLE color: 10918386.
HSL color Cylindrical-coordinate representation of color #F299A6: hue angle of 351.24º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F299A6 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 166 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.05 |
| HSL | 351.24º | 0.77% | 0.77% | - |
| HSV(B) | 351.24º | 0.37% | 0.95% | - |
| XYZ | 54.89 | 44.41 | 41.76 | - |
| YUV | 181.09 | 119.49 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 166 | 0 | 0.37 | 0.31 | 0.05 | 351.24 | 0.77 | 0.77 |
| Hex | F2 | 99 | A6 | 0 | 25 | 1F | 5 | 15F | 4D | 4D |
| Octal | 362 | 231 | 246 | 0 | 45 | 37 | 5 | 537 | 115 | 115 |
| Binary | 11110010 | 10011001 | 10100110 | 0 | 100101 | 11111 | 101 | 101011111 | 1001101 | 1001101 |
Color Harmonies of #F299A6
Complementary color
Monochromatic Colors of #F299A6
Black with #F299A6
Text Example
Text Example
White with #F299A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299A6; }
p { color: rgb(242,153,166); }
H1.HeaderClassName
{
color: #F299A6;
}
.AnyTagClassName
{
color: #F299A6;
}
</style>
background-color css
<style>
a { background-color: #F299A6; }
a { background-color: rgb(242,153,166); }
div.DivClassName
{
background-color: #F299A6;
}
.BgClassName
{
background-color: #F299A6;
}
</style>
border-color css
<style>
span { border-color: #F299A6; }
span { border-color: rgb(242,153,166); }
td.TdClassName
{
border-color: #F299A6;
}
.TagClassName
{
border-color: #F299A6;
}
</style>