Shades of Mauvelous #F287A3
Tints of Mauvelous #F287A3
RGB
CMYK
RGB Variations
Color information
#F287A3 (or 0xF287A3) is known color: Mauvelous. HEX triplet: F2, 87 and A3. RGB value is (242,135,163). Sum of RGB (Red+Green+Blue) = 242+135+163=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 163 (64.06% from 255 or 30.19% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F287A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F287A3 is #0D785C. Grayscale: #AAAAAA. Windows color (decimal): -882781 or 10717170. OLE color: 10717170.
HSL color Cylindrical-coordinate representation of color #F287A3: hue angle of 344.3º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F287A3 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 163 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.05 |
| HSL | 344.3º | 0.8% | 0.74% | - |
| HSV(B) | 344.3º | 0.44% | 0.95% | - |
| XYZ | 51.89 | 38.85 | 39.41 | - |
| YUV | 170.19 | 123.95 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 163 | 0 | 0.44 | 0.33 | 0.05 | 344.3 | 0.8 | 0.74 |
| Hex | F2 | 87 | A3 | 0 | 2C | 21 | 5 | 158 | 50 | 4A |
| Octal | 362 | 207 | 243 | 0 | 54 | 41 | 5 | 530 | 120 | 112 |
| Binary | 11110010 | 10000111 | 10100011 | 0 | 101100 | 100001 | 101 | 101011000 | 1010000 | 1001010 |
Color Harmonies of #F287A3
Complementary color
Monochromatic Colors of #F287A3
Black with #F287A3
Text Example
Text Example
White with #F287A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F287A3; }
p { color: rgb(242,135,163); }
H1.HeaderClassName
{
color: #F287A3;
}
.AnyTagClassName
{
color: #F287A3;
}
</style>
background-color css
<style>
a { background-color: #F287A3; }
a { background-color: rgb(242,135,163); }
div.DivClassName
{
background-color: #F287A3;
}
.BgClassName
{
background-color: #F287A3;
}
</style>
border-color css
<style>
span { border-color: #F287A3; }
span { border-color: rgb(242,135,163); }
td.TdClassName
{
border-color: #F287A3;
}
.TagClassName
{
border-color: #F287A3;
}
</style>