Shades of Mauvelous #F38AA2
Tints of Mauvelous #F38AA2
RGB
CMYK
RGB Variations
Color information
#F38AA2 (or 0xF38AA2) is known color: Mauvelous. HEX triplet: F3, 8A and A2. RGB value is (243,138,162). Sum of RGB (Red+Green+Blue) = 243+138+162=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 162 (63.67% from 255 or 29.83% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F38AA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38AA2 is #0C755D. Grayscale: #ACACAC. Windows color (decimal): -816478 or 10652403. OLE color: 10652403.
HSL color Cylindrical-coordinate representation of color #F38AA2: hue angle of 346.29º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38AA2 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 162 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.05 |
| HSL | 346.29º | 0.81% | 0.75% | - |
| HSV(B) | 346.29º | 0.43% | 0.95% | - |
| XYZ | 52.57 | 39.84 | 39.1 | - |
| YUV | 172.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 162 | 0 | 0.43 | 0.33 | 0.05 | 346.29 | 0.81 | 0.75 |
| Hex | F3 | 8A | A2 | 0 | 2B | 21 | 5 | 15A | 51 | 4B |
| Octal | 363 | 212 | 242 | 0 | 53 | 41 | 5 | 532 | 121 | 113 |
| Binary | 11110011 | 10001010 | 10100010 | 0 | 101011 | 100001 | 101 | 101011010 | 1010001 | 1001011 |
Color Harmonies of #F38AA2
Complementary color
Monochromatic Colors of #F38AA2
Black with #F38AA2
Text Example
Text Example
White with #F38AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38AA2; }
p { color: rgb(243,138,162); }
H1.HeaderClassName
{
color: #F38AA2;
}
.AnyTagClassName
{
color: #F38AA2;
}
</style>
background-color css
<style>
a { background-color: #F38AA2; }
a { background-color: rgb(243,138,162); }
div.DivClassName
{
background-color: #F38AA2;
}
.BgClassName
{
background-color: #F38AA2;
}
</style>
border-color css
<style>
span { border-color: #F38AA2; }
span { border-color: rgb(243,138,162); }
td.TdClassName
{
border-color: #F38AA2;
}
.TagClassName
{
border-color: #F38AA2;
}
</style>