Shades of Mauvelous #F291AC
Tints of Mauvelous #F291AC
RGB
CMYK
RGB Variations
Color information
#F291AC (or 0xF291AC) is known color: Mauvelous. HEX triplet: F2, 91 and AC. RGB value is (242,145,172). Sum of RGB (Red+Green+Blue) = 242+145+172=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F291AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F291AC is #0D6E53. Grayscale: #B1B1B1. Windows color (decimal): -880212 or 11309554. OLE color: 11309554.
HSL color Cylindrical-coordinate representation of color #F291AC: hue angle of 343.3º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F291AC is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 172 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.05 |
| HSL | 343.3º | 0.79% | 0.76% | - |
| HSV(B) | 343.3º | 0.4% | 0.95% | - |
| XYZ | 54.19 | 42.11 | 44.3 | - |
| YUV | 177.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 172 | 0 | 0.40 | 0.29 | 0.05 | 343.3 | 0.79 | 0.76 |
| Hex | F2 | 91 | AC | 0 | 28 | 1D | 5 | 157 | 4F | 4C |
| Octal | 362 | 221 | 254 | 0 | 50 | 35 | 5 | 527 | 117 | 114 |
| Binary | 11110010 | 10010001 | 10101100 | 0 | 101000 | 11101 | 101 | 101010111 | 1001111 | 1001100 |
Color Harmonies of #F291AC
Complementary color
Monochromatic Colors of #F291AC
Black with #F291AC
Text Example
Text Example
White with #F291AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F291AC; }
p { color: rgb(242,145,172); }
H1.HeaderClassName
{
color: #F291AC;
}
.AnyTagClassName
{
color: #F291AC;
}
</style>
background-color css
<style>
a { background-color: #F291AC; }
a { background-color: rgb(242,145,172); }
div.DivClassName
{
background-color: #F291AC;
}
.BgClassName
{
background-color: #F291AC;
}
</style>
border-color css
<style>
span { border-color: #F291AC; }
span { border-color: rgb(242,145,172); }
td.TdClassName
{
border-color: #F291AC;
}
.TagClassName
{
border-color: #F291AC;
}
</style>