Shades of Mauvelous #F18CA4
Tints of Mauvelous #F18CA4
RGB
CMYK
RGB Variations
Color information
#F18CA4 (or 0xF18CA4) is known color: Mauvelous. HEX triplet: F1, 8C and A4. RGB value is (241,140,164). Sum of RGB (Red+Green+Blue) = 241+140+164=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18CA4 is #0E735B. Grayscale: #ACACAC. Windows color (decimal): -947036 or 10783985. OLE color: 10783985.
HSL color Cylindrical-coordinate representation of color #F18CA4: hue angle of 345.74º 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 #F18CA4 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 164 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.05 |
| HSL | 345.74º | 0.78% | 0.75% | - |
| HSV(B) | 345.74º | 0.42% | 0.95% | - |
| XYZ | 52.35 | 40.14 | 40.11 | - |
| YUV | 172.94 | 122.96 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 164 | 0 | 0.42 | 0.32 | 0.05 | 345.74 | 0.78 | 0.75 |
| Hex | F1 | 8C | A4 | 0 | 2A | 20 | 5 | 15A | 4E | 4B |
| Octal | 361 | 214 | 244 | 0 | 52 | 40 | 5 | 532 | 116 | 113 |
| Binary | 11110001 | 10001100 | 10100100 | 0 | 101010 | 100000 | 101 | 101011010 | 1001110 | 1001011 |
Color Harmonies of #F18CA4
Complementary color
Monochromatic Colors of #F18CA4
Black with #F18CA4
Text Example
Text Example
White with #F18CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18CA4; }
p { color: rgb(241,140,164); }
H1.HeaderClassName
{
color: #F18CA4;
}
.AnyTagClassName
{
color: #F18CA4;
}
</style>
background-color css
<style>
a { background-color: #F18CA4; }
a { background-color: rgb(241,140,164); }
div.DivClassName
{
background-color: #F18CA4;
}
.BgClassName
{
background-color: #F18CA4;
}
</style>
border-color css
<style>
span { border-color: #F18CA4; }
span { border-color: rgb(241,140,164); }
td.TdClassName
{
border-color: #F18CA4;
}
.TagClassName
{
border-color: #F18CA4;
}
</style>