Shades of Mauvelous #F298A5
Tints of Mauvelous #F298A5
RGB
CMYK
RGB Variations
Color information
#F298A5 (or 0xF298A5) is known color: Mauvelous. HEX triplet: F2, 98 and A5. RGB value is (242,152,165). Sum of RGB (Red+Green+Blue) = 242+152+165=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F298A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F298A5 is #0D675A. Grayscale: #B4B4B4. Windows color (decimal): -878427 or 10852594. OLE color: 10852594.
HSL color Cylindrical-coordinate representation of color #F298A5: hue angle of 351.33º degrees, saturation: 0.78, 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 #F298A5 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 165 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.05 |
| HSL | 351.33º | 0.78% | 0.77% | - |
| HSV(B) | 351.33º | 0.37% | 0.95% | - |
| XYZ | 54.64 | 44.05 | 41.22 | - |
| YUV | 180.39 | 119.32 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 165 | 0 | 0.37 | 0.32 | 0.05 | 351.33 | 0.78 | 0.77 |
| Hex | F2 | 98 | A5 | 0 | 25 | 20 | 5 | 15F | 4E | 4D |
| Octal | 362 | 230 | 245 | 0 | 45 | 40 | 5 | 537 | 116 | 115 |
| Binary | 11110010 | 10011000 | 10100101 | 0 | 100101 | 100000 | 101 | 101011111 | 1001110 | 1001101 |
Color Harmonies of #F298A5
Complementary color
Monochromatic Colors of #F298A5
Black with #F298A5
Text Example
Text Example
White with #F298A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298A5; }
p { color: rgb(242,152,165); }
H1.HeaderClassName
{
color: #F298A5;
}
.AnyTagClassName
{
color: #F298A5;
}
</style>
background-color css
<style>
a { background-color: #F298A5; }
a { background-color: rgb(242,152,165); }
div.DivClassName
{
background-color: #F298A5;
}
.BgClassName
{
background-color: #F298A5;
}
</style>
border-color css
<style>
span { border-color: #F298A5; }
span { border-color: rgb(242,152,165); }
td.TdClassName
{
border-color: #F298A5;
}
.TagClassName
{
border-color: #F298A5;
}
</style>