Shades of Mauve #F3A0FD
Tints of Mauve #F3A0FD
RGB
CMYK
RGB Variations
Color information
#F3A0FD (or 0xF3A0FD) is known color: Mauve. HEX triplet: F3, A0 and FD. RGB value is (243,160,253). Sum of RGB (Red+Green+Blue) = 243+160+253=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 160 (62.89% from 255 or 24.39% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #F3A0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A0FD is #0C5F02. Grayscale: #C3C3C3. Windows color (decimal): -810755 or 16621811. OLE color: 16621811.
HSL color Cylindrical-coordinate representation of color #F3A0FD: hue angle of 293.55º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F3A0FD is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 160 | 253 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.01 |
| HSL | 293.55º | 0.96% | 0.81% | - |
| HSV(B) | 293.55º | 0.37% | 0.99% | - |
| XYZ | 67.26 | 51.29 | 99.28 | - |
| YUV | 195.42 | 160.5 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 253 | 0.04 | 0.37 | 0 | 0.01 | 293.55 | 0.96 | 0.81 |
| Hex | F3 | A0 | FD | 4 | 25 | 0 | 1 | 126 | 60 | 51 |
| Octal | 363 | 240 | 375 | 4 | 45 | 0 | 1 | 446 | 140 | 121 |
| Binary | 11110011 | 10100000 | 11111101 | 100 | 100101 | 0 | 1 | 100100110 | 1100000 | 1010001 |
Color Harmonies of #F3A0FD
Complementary color
Monochromatic Colors of #F3A0FD
Black with #F3A0FD
Text Example
Text Example
White with #F3A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A0FD; }
p { color: rgb(243,160,253); }
H1.HeaderClassName
{
color: #F3A0FD;
}
.AnyTagClassName
{
color: #F3A0FD;
}
</style>
background-color css
<style>
a { background-color: #F3A0FD; }
a { background-color: rgb(243,160,253); }
div.DivClassName
{
background-color: #F3A0FD;
}
.BgClassName
{
background-color: #F3A0FD;
}
</style>
border-color css
<style>
span { border-color: #F3A0FD; }
span { border-color: rgb(243,160,253); }
td.TdClassName
{
border-color: #F3A0FD;
}
.TagClassName
{
border-color: #F3A0FD;
}
</style>