Shades of Mauvelous #F18CAC
Tints of Mauvelous #F18CAC
RGB
CMYK
RGB Variations
Color information
#F18CAC (or 0xF18CAC) is known color: Mauvelous. HEX triplet: F1, 8C and AC. RGB value is (241,140,172). Sum of RGB (Red+Green+Blue) = 241+140+172=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18CAC is #0E7353. Grayscale: #ADADAD. Windows color (decimal): -947028 or 11308273. OLE color: 11308273.
HSL color Cylindrical-coordinate representation of color #F18CAC: hue angle of 340.99º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18CAC is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 172 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.05 |
| HSL | 340.99º | 0.78% | 0.75% | - |
| HSV(B) | 340.99º | 0.42% | 0.95% | - |
| XYZ | 53.1 | 40.44 | 44.04 | - |
| YUV | 173.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 172 | 0 | 0.42 | 0.29 | 0.05 | 340.99 | 0.78 | 0.75 |
| Hex | F1 | 8C | AC | 0 | 2A | 1D | 5 | 155 | 4E | 4B |
| Octal | 361 | 214 | 254 | 0 | 52 | 35 | 5 | 525 | 116 | 113 |
| Binary | 11110001 | 10001100 | 10101100 | 0 | 101010 | 11101 | 101 | 101010101 | 1001110 | 1001011 |
Color Harmonies of #F18CAC
Complementary color
Monochromatic Colors of #F18CAC
Black with #F18CAC
Text Example
Text Example
White with #F18CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18CAC; }
p { color: rgb(241,140,172); }
H1.HeaderClassName
{
color: #F18CAC;
}
.AnyTagClassName
{
color: #F18CAC;
}
</style>
background-color css
<style>
a { background-color: #F18CAC; }
a { background-color: rgb(241,140,172); }
div.DivClassName
{
background-color: #F18CAC;
}
.BgClassName
{
background-color: #F18CAC;
}
</style>
border-color css
<style>
span { border-color: #F18CAC; }
span { border-color: rgb(241,140,172); }
td.TdClassName
{
border-color: #F18CAC;
}
.TagClassName
{
border-color: #F18CAC;
}
</style>