Shades of Mauvelous #F289AF
Tints of Mauvelous #F289AF
RGB
CMYK
RGB Variations
Color information
#F289AF (or 0xF289AF) is known color: Mauvelous. HEX triplet: F2, 89 and AF. RGB value is (242,137,175). Sum of RGB (Red+Green+Blue) = 242+137+175=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F289AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F289AF is #0D7650. Grayscale: #ACACAC. Windows color (decimal): -882257 or 11504114. OLE color: 11504114.
HSL color Cylindrical-coordinate representation of color #F289AF: hue angle of 338.29º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F289AF is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 175 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.05 |
| HSL | 338.29º | 0.8% | 0.74% | - |
| HSV(B) | 338.29º | 0.43% | 0.95% | - |
| XYZ | 53.3 | 39.86 | 45.44 | - |
| YUV | 172.73 | 129.29 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 175 | 0 | 0.43 | 0.28 | 0.05 | 338.29 | 0.8 | 0.74 |
| Hex | F2 | 89 | AF | 0 | 2B | 1C | 5 | 152 | 50 | 4A |
| Octal | 362 | 211 | 257 | 0 | 53 | 34 | 5 | 522 | 120 | 112 |
| Binary | 11110010 | 10001001 | 10101111 | 0 | 101011 | 11100 | 101 | 101010010 | 1010000 | 1001010 |
Color Harmonies of #F289AF
Complementary color
Monochromatic Colors of #F289AF
Black with #F289AF
Text Example
Text Example
White with #F289AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289AF; }
p { color: rgb(242,137,175); }
H1.HeaderClassName
{
color: #F289AF;
}
.AnyTagClassName
{
color: #F289AF;
}
</style>
background-color css
<style>
a { background-color: #F289AF; }
a { background-color: rgb(242,137,175); }
div.DivClassName
{
background-color: #F289AF;
}
.BgClassName
{
background-color: #F289AF;
}
</style>
border-color css
<style>
span { border-color: #F289AF; }
span { border-color: rgb(242,137,175); }
td.TdClassName
{
border-color: #F289AF;
}
.TagClassName
{
border-color: #F289AF;
}
</style>