Shades of Mauvelous #F18FAC
Tints of Mauvelous #F18FAC
RGB
CMYK
RGB Variations
Color information
#F18FAC (or 0xF18FAC) is known color: Mauvelous. HEX triplet: F1, 8F and AC. RGB value is (241,143,172). Sum of RGB (Red+Green+Blue) = 241+143+172=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18FAC is #0E7053. Grayscale: #AFAFAF. Windows color (decimal): -946260 or 11309041. OLE color: 11309041.
HSL color Cylindrical-coordinate representation of color #F18FAC: hue angle of 342.24º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18FAC is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 172 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.05 |
| HSL | 342.24º | 0.78% | 0.75% | - |
| HSV(B) | 342.24º | 0.41% | 0.95% | - |
| XYZ | 53.54 | 41.32 | 44.18 | - |
| YUV | 175.61 | 125.97 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 172 | 0 | 0.41 | 0.29 | 0.05 | 342.24 | 0.78 | 0.75 |
| Hex | F1 | 8F | AC | 0 | 29 | 1D | 5 | 156 | 4E | 4B |
| Octal | 361 | 217 | 254 | 0 | 51 | 35 | 5 | 526 | 116 | 113 |
| Binary | 11110001 | 10001111 | 10101100 | 0 | 101001 | 11101 | 101 | 101010110 | 1001110 | 1001011 |
Color Harmonies of #F18FAC
Complementary color
Monochromatic Colors of #F18FAC
Black with #F18FAC
Text Example
Text Example
White with #F18FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FAC; }
p { color: rgb(241,143,172); }
H1.HeaderClassName
{
color: #F18FAC;
}
.AnyTagClassName
{
color: #F18FAC;
}
</style>
background-color css
<style>
a { background-color: #F18FAC; }
a { background-color: rgb(241,143,172); }
div.DivClassName
{
background-color: #F18FAC;
}
.BgClassName
{
background-color: #F18FAC;
}
</style>
border-color css
<style>
span { border-color: #F18FAC; }
span { border-color: rgb(241,143,172); }
td.TdClassName
{
border-color: #F18FAC;
}
.TagClassName
{
border-color: #F18FAC;
}
</style>