Shades of Mauvelous #F291A4
Tints of Mauvelous #F291A4
RGB
CMYK
RGB Variations
Color information
#F291A4 (or 0xF291A4) is known color: Mauvelous. HEX triplet: F2, 91 and A4. RGB value is (242,145,164). Sum of RGB (Red+Green+Blue) = 242+145+164=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F291A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F291A4 is #0D6E5B. Grayscale: #B0B0B0. Windows color (decimal): -880220 or 10785266. OLE color: 10785266.
HSL color Cylindrical-coordinate representation of color #F291A4: hue angle of 348.25º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F291A4 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 164 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.05 |
| HSL | 348.25º | 0.79% | 0.76% | - |
| HSV(B) | 348.25º | 0.4% | 0.95% | - |
| XYZ | 53.44 | 41.81 | 40.37 | - |
| YUV | 176.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 164 | 0 | 0.40 | 0.32 | 0.05 | 348.25 | 0.79 | 0.76 |
| Hex | F2 | 91 | A4 | 0 | 28 | 20 | 5 | 15C | 4F | 4C |
| Octal | 362 | 221 | 244 | 0 | 50 | 40 | 5 | 534 | 117 | 114 |
| Binary | 11110010 | 10010001 | 10100100 | 0 | 101000 | 100000 | 101 | 101011100 | 1001111 | 1001100 |
Color Harmonies of #F291A4
Complementary color
Monochromatic Colors of #F291A4
Black with #F291A4
Text Example
Text Example
White with #F291A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F291A4; }
p { color: rgb(242,145,164); }
H1.HeaderClassName
{
color: #F291A4;
}
.AnyTagClassName
{
color: #F291A4;
}
</style>
background-color css
<style>
a { background-color: #F291A4; }
a { background-color: rgb(242,145,164); }
div.DivClassName
{
background-color: #F291A4;
}
.BgClassName
{
background-color: #F291A4;
}
</style>
border-color css
<style>
span { border-color: #F291A4; }
span { border-color: rgb(242,145,164); }
td.TdClassName
{
border-color: #F291A4;
}
.TagClassName
{
border-color: #F291A4;
}
</style>