Shades of Mauve #F39FFF
Tints of Mauve #F39FFF
RGB
CMYK
RGB Variations
Color information
#F39FFF (or 0xF39FFF) is known color: Mauve. HEX triplet: F3, 9F and FF. RGB value is (243,159,255). Sum of RGB (Red+Green+Blue) = 243+159+255=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 159 (62.5% from 255 or 24.20% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #F39FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F39FFF is #0C6000. Grayscale: #C2C2C2. Windows color (decimal): -811009 or 16752627. OLE color: 16752627.
HSL color Cylindrical-coordinate representation of color #F39FFF: hue angle of 292.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F39FFF is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 159 | 255 | - |
| CMYK | 0.05 | 0.38 | 0 | 0 |
| HSL | 292.5º | 1% | 0.81% | - |
| HSV(B) | 292.5º | 0.38% | 1% | - |
| XYZ | 67.41 | 51.07 | 100.91 | - |
| YUV | 195.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 159 | 255 | 0.05 | 0.38 | 0 | 0 | 292.5 | 1 | 0.81 |
| Hex | F3 | 9F | FF | 5 | 26 | 0 | 0 | 124 | 64 | 51 |
| Octal | 363 | 237 | 377 | 5 | 46 | 0 | 0 | 444 | 144 | 121 |
| Binary | 11110011 | 10011111 | 11111111 | 101 | 100110 | 0 | 0 | 100100100 | 1100100 | 1010001 |
Color Harmonies of #F39FFF
Complementary color
Monochromatic Colors of #F39FFF
Black with #F39FFF
Text Example
Text Example
White with #F39FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39FFF; }
p { color: rgb(243,159,255); }
H1.HeaderClassName
{
color: #F39FFF;
}
.AnyTagClassName
{
color: #F39FFF;
}
</style>
background-color css
<style>
a { background-color: #F39FFF; }
a { background-color: rgb(243,159,255); }
div.DivClassName
{
background-color: #F39FFF;
}
.BgClassName
{
background-color: #F39FFF;
}
</style>
border-color css
<style>
span { border-color: #F39FFF; }
span { border-color: rgb(243,159,255); }
td.TdClassName
{
border-color: #F39FFF;
}
.TagClassName
{
border-color: #F39FFF;
}
</style>