Shades of Mauvelous #F398AA
Tints of Mauvelous #F398AA
RGB
CMYK
RGB Variations
Color information
#F398AA (or 0xF398AA) is known color: Mauvelous. HEX triplet: F3, 98 and AA. RGB value is (243,152,170). Sum of RGB (Red+Green+Blue) = 243+152+170=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F398AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F398AA is #0C6755. Grayscale: #B5B5B5. Windows color (decimal): -812886 or 11180275. OLE color: 11180275.
HSL color Cylindrical-coordinate representation of color #F398AA: hue angle of 348.13º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F398AA is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 170 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.05 |
| HSL | 348.13º | 0.79% | 0.77% | - |
| HSV(B) | 348.13º | 0.37% | 0.95% | - |
| XYZ | 55.45 | 44.41 | 43.68 | - |
| YUV | 181.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 170 | 0 | 0.37 | 0.30 | 0.05 | 348.13 | 0.79 | 0.77 |
| Hex | F3 | 98 | AA | 0 | 25 | 1E | 5 | 15C | 4F | 4D |
| Octal | 363 | 230 | 252 | 0 | 45 | 36 | 5 | 534 | 117 | 115 |
| Binary | 11110011 | 10011000 | 10101010 | 0 | 100101 | 11110 | 101 | 101011100 | 1001111 | 1001101 |
Color Harmonies of #F398AA
Complementary color
Monochromatic Colors of #F398AA
Black with #F398AA
Text Example
Text Example
White with #F398AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398AA; }
p { color: rgb(243,152,170); }
H1.HeaderClassName
{
color: #F398AA;
}
.AnyTagClassName
{
color: #F398AA;
}
</style>
background-color css
<style>
a { background-color: #F398AA; }
a { background-color: rgb(243,152,170); }
div.DivClassName
{
background-color: #F398AA;
}
.BgClassName
{
background-color: #F398AA;
}
</style>
border-color css
<style>
span { border-color: #F398AA; }
span { border-color: rgb(243,152,170); }
td.TdClassName
{
border-color: #F398AA;
}
.TagClassName
{
border-color: #F398AA;
}
</style>