Shades of Mauvelous #F28FAB
Tints of Mauvelous #F28FAB
RGB
CMYK
RGB Variations
Color information
#F28FAB (or 0xF28FAB) is known color: Mauvelous. HEX triplet: F2, 8F and AB. RGB value is (242,143,171). Sum of RGB (Red+Green+Blue) = 242+143+171=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28FAB is #0D7054. Grayscale: #AFAFAF. Windows color (decimal): -880725 or 11243506. OLE color: 11243506.
HSL color Cylindrical-coordinate representation of color #F28FAB: hue angle of 343.03º 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 #F28FAB is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 171 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.05 |
| HSL | 343.03º | 0.79% | 0.75% | - |
| HSV(B) | 343.03º | 0.41% | 0.95% | - |
| XYZ | 53.79 | 41.46 | 43.7 | - |
| YUV | 175.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 171 | 0 | 0.41 | 0.29 | 0.05 | 343.03 | 0.79 | 0.75 |
| Hex | F2 | 8F | AB | 0 | 29 | 1D | 5 | 157 | 4F | 4B |
| Octal | 362 | 217 | 253 | 0 | 51 | 35 | 5 | 527 | 117 | 113 |
| Binary | 11110010 | 10001111 | 10101011 | 0 | 101001 | 11101 | 101 | 101010111 | 1001111 | 1001011 |
Color Harmonies of #F28FAB
Complementary color
Monochromatic Colors of #F28FAB
Black with #F28FAB
Text Example
Text Example
White with #F28FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FAB; }
p { color: rgb(242,143,171); }
H1.HeaderClassName
{
color: #F28FAB;
}
.AnyTagClassName
{
color: #F28FAB;
}
</style>
background-color css
<style>
a { background-color: #F28FAB; }
a { background-color: rgb(242,143,171); }
div.DivClassName
{
background-color: #F28FAB;
}
.BgClassName
{
background-color: #F28FAB;
}
</style>
border-color css
<style>
span { border-color: #F28FAB; }
span { border-color: rgb(242,143,171); }
td.TdClassName
{
border-color: #F28FAB;
}
.TagClassName
{
border-color: #F28FAB;
}
</style>