Shades of Mauvelous #F38FAC
Tints of Mauvelous #F38FAC
RGB
CMYK
RGB Variations
Color information
#F38FAC (or 0xF38FAC) is known color: Mauvelous. HEX triplet: F3, 8F and AC. RGB value is (243,143,172). Sum of RGB (Red+Green+Blue) = 243+143+172=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38FAC is #0C7053. Grayscale: #B0B0B0. Windows color (decimal): -815188 or 11309043. OLE color: 11309043.
HSL color Cylindrical-coordinate representation of color #F38FAC: hue angle of 342.6º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F38FAC is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 172 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.05 |
| HSL | 342.6º | 0.81% | 0.76% | - |
| HSV(B) | 342.6º | 0.41% | 0.95% | - |
| XYZ | 54.23 | 41.68 | 44.22 | - |
| YUV | 176.21 | 125.63 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 172 | 0 | 0.41 | 0.29 | 0.05 | 342.6 | 0.81 | 0.76 |
| Hex | F3 | 8F | AC | 0 | 29 | 1D | 5 | 157 | 51 | 4C |
| Octal | 363 | 217 | 254 | 0 | 51 | 35 | 5 | 527 | 121 | 114 |
| Binary | 11110011 | 10001111 | 10101100 | 0 | 101001 | 11101 | 101 | 101010111 | 1010001 | 1001100 |
Color Harmonies of #F38FAC
Complementary color
Monochromatic Colors of #F38FAC
Black with #F38FAC
Text Example
Text Example
White with #F38FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38FAC; }
p { color: rgb(243,143,172); }
H1.HeaderClassName
{
color: #F38FAC;
}
.AnyTagClassName
{
color: #F38FAC;
}
</style>
background-color css
<style>
a { background-color: #F38FAC; }
a { background-color: rgb(243,143,172); }
div.DivClassName
{
background-color: #F38FAC;
}
.BgClassName
{
background-color: #F38FAC;
}
</style>
border-color css
<style>
span { border-color: #F38FAC; }
span { border-color: rgb(243,143,172); }
td.TdClassName
{
border-color: #F38FAC;
}
.TagClassName
{
border-color: #F38FAC;
}
</style>