Shades of Mauve #F2B0F9
Tints of Mauve #F2B0F9
RGB
CMYK
RGB Variations
Color information
#F2B0F9 (or 0xF2B0F9) is known color: Mauve. HEX triplet: F2, B0 and F9. RGB value is (242,176,249). Sum of RGB (Red+Green+Blue) = 242+176+249=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 176 (69.14% from 255 or 26.39% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2B0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2B0F9 is #0D4F06. Grayscale: #CBCBCB. Windows color (decimal): -872199 or 16363762. OLE color: 16363762.
HSL color Cylindrical-coordinate representation of color #F2B0F9: hue angle of 294.25º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2B0F9 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 176 | 249 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.02 |
| HSL | 294.25º | 0.86% | 0.83% | - |
| HSV(B) | 294.25º | 0.29% | 0.98% | - |
| XYZ | 69.24 | 56.77 | 96.93 | - |
| YUV | 204.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 249 | 0.03 | 0.29 | 0 | 0.02 | 294.25 | 0.86 | 0.83 |
| Hex | F2 | B0 | F9 | 3 | 1D | 0 | 2 | 126 | 56 | 53 |
| Octal | 362 | 260 | 371 | 3 | 35 | 0 | 2 | 446 | 126 | 123 |
| Binary | 11110010 | 10110000 | 11111001 | 11 | 11101 | 0 | 10 | 100100110 | 1010110 | 1010011 |
Color Harmonies of #F2B0F9
Complementary color
Monochromatic Colors of #F2B0F9
Black with #F2B0F9
Text Example
Text Example
White with #F2B0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B0F9; }
p { color: rgb(242,176,249); }
H1.HeaderClassName
{
color: #F2B0F9;
}
.AnyTagClassName
{
color: #F2B0F9;
}
</style>
background-color css
<style>
a { background-color: #F2B0F9; }
a { background-color: rgb(242,176,249); }
div.DivClassName
{
background-color: #F2B0F9;
}
.BgClassName
{
background-color: #F2B0F9;
}
</style>
border-color css
<style>
span { border-color: #F2B0F9; }
span { border-color: rgb(242,176,249); }
td.TdClassName
{
border-color: #F2B0F9;
}
.TagClassName
{
border-color: #F2B0F9;
}
</style>