Shades of Mauvelous #F28FA7
Tints of Mauvelous #F28FA7
RGB
CMYK
RGB Variations
Color information
#F28FA7 (or 0xF28FA7) is known color: Mauvelous. HEX triplet: F2, 8F and A7. RGB value is (242,143,167). Sum of RGB (Red+Green+Blue) = 242+143+167=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 167 (65.62% from 255 or 30.25% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28FA7 is #0D7058. Grayscale: #AFAFAF. Windows color (decimal): -880729 or 10981362. OLE color: 10981362.
HSL color Cylindrical-coordinate representation of color #F28FA7: hue angle of 345.45º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28FA7 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 167 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.05 |
| HSL | 345.45º | 0.79% | 0.75% | - |
| HSV(B) | 345.45º | 0.41% | 0.95% | - |
| XYZ | 53.42 | 41.31 | 41.72 | - |
| YUV | 175.34 | 123.3 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 167 | 0 | 0.41 | 0.31 | 0.05 | 345.45 | 0.79 | 0.75 |
| Hex | F2 | 8F | A7 | 0 | 29 | 1F | 5 | 159 | 4F | 4B |
| Octal | 362 | 217 | 247 | 0 | 51 | 37 | 5 | 531 | 117 | 113 |
| Binary | 11110010 | 10001111 | 10100111 | 0 | 101001 | 11111 | 101 | 101011001 | 1001111 | 1001011 |
Color Harmonies of #F28FA7
Complementary color
Monochromatic Colors of #F28FA7
Black with #F28FA7
Text Example
Text Example
White with #F28FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FA7; }
p { color: rgb(242,143,167); }
H1.HeaderClassName
{
color: #F28FA7;
}
.AnyTagClassName
{
color: #F28FA7;
}
</style>
background-color css
<style>
a { background-color: #F28FA7; }
a { background-color: rgb(242,143,167); }
div.DivClassName
{
background-color: #F28FA7;
}
.BgClassName
{
background-color: #F28FA7;
}
</style>
border-color css
<style>
span { border-color: #F28FA7; }
span { border-color: rgb(242,143,167); }
td.TdClassName
{
border-color: #F28FA7;
}
.TagClassName
{
border-color: #F28FA7;
}
</style>