Shades of Mauvelous #F18CA3
Tints of Mauvelous #F18CA3
RGB
CMYK
RGB Variations
Color information
#F18CA3 (or 0xF18CA3) is known color: Mauvelous. HEX triplet: F1, 8C and A3. RGB value is (241,140,163). Sum of RGB (Red+Green+Blue) = 241+140+163=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 163 (64.06% from 255 or 29.96% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18CA3 is #0E735C. Grayscale: #ACACAC. Windows color (decimal): -947037 or 10718449. OLE color: 10718449.
HSL color Cylindrical-coordinate representation of color #F18CA3: hue angle of 346.34º 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 #F18CA3 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 163 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.05 |
| HSL | 346.34º | 0.78% | 0.75% | - |
| HSV(B) | 346.34º | 0.42% | 0.95% | - |
| XYZ | 52.26 | 40.1 | 39.64 | - |
| YUV | 172.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 163 | 0 | 0.42 | 0.32 | 0.05 | 346.34 | 0.78 | 0.75 |
| Hex | F1 | 8C | A3 | 0 | 2A | 20 | 5 | 15A | 4E | 4B |
| Octal | 361 | 214 | 243 | 0 | 52 | 40 | 5 | 532 | 116 | 113 |
| Binary | 11110001 | 10001100 | 10100011 | 0 | 101010 | 100000 | 101 | 101011010 | 1001110 | 1001011 |
Color Harmonies of #F18CA3
Complementary color
Monochromatic Colors of #F18CA3
Black with #F18CA3
Text Example
Text Example
White with #F18CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18CA3; }
p { color: rgb(241,140,163); }
H1.HeaderClassName
{
color: #F18CA3;
}
.AnyTagClassName
{
color: #F18CA3;
}
</style>
background-color css
<style>
a { background-color: #F18CA3; }
a { background-color: rgb(241,140,163); }
div.DivClassName
{
background-color: #F18CA3;
}
.BgClassName
{
background-color: #F18CA3;
}
</style>
border-color css
<style>
span { border-color: #F18CA3; }
span { border-color: rgb(241,140,163); }
td.TdClassName
{
border-color: #F18CA3;
}
.TagClassName
{
border-color: #F18CA3;
}
</style>