Shades of Mauvelous #F08FAA
Tints of Mauvelous #F08FAA
RGB
CMYK
RGB Variations
Color information
#F08FAA (or 0xF08FAA) is known color: Mauvelous. HEX triplet: F0, 8F and AA. RGB value is (240,143,170). Sum of RGB (Red+Green+Blue) = 240+143+170=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08FAA is #0F7055. Grayscale: #AFAFAF. Windows color (decimal): -1011798 or 11177968. OLE color: 11177968.
HSL color Cylindrical-coordinate representation of color #F08FAA: hue angle of 343.3º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FAA is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 170 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.06 |
| HSL | 343.3º | 0.76% | 0.75% | - |
| HSV(B) | 343.3º | 0.4% | 0.94% | - |
| XYZ | 53.01 | 41.07 | 43.16 | - |
| YUV | 175.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 170 | 0 | 0.40 | 0.29 | 0.06 | 343.3 | 0.76 | 0.75 |
| Hex | F0 | 8F | AA | 0 | 28 | 1D | 6 | 157 | 4C | 4B |
| Octal | 360 | 217 | 252 | 0 | 50 | 35 | 6 | 527 | 114 | 113 |
| Binary | 11110000 | 10001111 | 10101010 | 0 | 101000 | 11101 | 110 | 101010111 | 1001100 | 1001011 |
Color Harmonies of #F08FAA
Complementary color
Monochromatic Colors of #F08FAA
Black with #F08FAA
Text Example
Text Example
White with #F08FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FAA; }
p { color: rgb(240,143,170); }
H1.HeaderClassName
{
color: #F08FAA;
}
.AnyTagClassName
{
color: #F08FAA;
}
</style>
background-color css
<style>
a { background-color: #F08FAA; }
a { background-color: rgb(240,143,170); }
div.DivClassName
{
background-color: #F08FAA;
}
.BgClassName
{
background-color: #F08FAA;
}
</style>
border-color css
<style>
span { border-color: #F08FAA; }
span { border-color: rgb(240,143,170); }
td.TdClassName
{
border-color: #F08FAA;
}
.TagClassName
{
border-color: #F08FAA;
}
</style>