Shades of Mauvelous #F98FAC
Tints of Mauvelous #F98FAC
RGB
CMYK
RGB Variations
Color information
#F98FAC (or 0xF98FAC) is known color: Mauvelous. HEX triplet: F9, 8F and AC. RGB value is (249,143,172). Sum of RGB (Red+Green+Blue) = 249+143+172=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98FAC is #067053. Grayscale: #B1B1B1. Windows color (decimal): -421972 or 11309049. OLE color: 11309049.
HSL color Cylindrical-coordinate representation of color #F98FAC: hue angle of 343.58º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98FAC is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 172 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.02 |
| HSL | 343.58º | 0.9% | 0.77% | - |
| HSV(B) | 343.58º | 0.43% | 0.98% | - |
| XYZ | 56.34 | 42.76 | 44.31 | - |
| YUV | 178 | 124.62 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 172 | 0 | 0.43 | 0.31 | 0.02 | 343.58 | 0.9 | 0.77 |
| Hex | F9 | 8F | AC | 0 | 2B | 1F | 2 | 158 | 5A | 4D |
| Octal | 371 | 217 | 254 | 0 | 53 | 37 | 2 | 530 | 132 | 115 |
| Binary | 11111001 | 10001111 | 10101100 | 0 | 101011 | 11111 | 10 | 101011000 | 1011010 | 1001101 |
Color Harmonies of #F98FAC
Complementary color
Monochromatic Colors of #F98FAC
Black with #F98FAC
Text Example
Text Example
White with #F98FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FAC; }
p { color: rgb(249,143,172); }
H1.HeaderClassName
{
color: #F98FAC;
}
.AnyTagClassName
{
color: #F98FAC;
}
</style>
background-color css
<style>
a { background-color: #F98FAC; }
a { background-color: rgb(249,143,172); }
div.DivClassName
{
background-color: #F98FAC;
}
.BgClassName
{
background-color: #F98FAC;
}
</style>
border-color css
<style>
span { border-color: #F98FAC; }
span { border-color: rgb(249,143,172); }
td.TdClassName
{
border-color: #F98FAC;
}
.TagClassName
{
border-color: #F98FAC;
}
</style>