Shades of Mauvelous #F28FA5
Tints of Mauvelous #F28FA5
RGB
CMYK
RGB Variations
Color information
#F28FA5 (or 0xF28FA5) is known color: Mauvelous. HEX triplet: F2, 8F and A5. RGB value is (242,143,165). Sum of RGB (Red+Green+Blue) = 242+143+165=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28FA5 is #0D705A. Grayscale: #AFAFAF. Windows color (decimal): -880731 or 10850290. OLE color: 10850290.
HSL color Cylindrical-coordinate representation of color #F28FA5: hue angle of 346.67º 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 #F28FA5 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 165 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.05 |
| HSL | 346.67º | 0.79% | 0.75% | - |
| HSV(B) | 346.67º | 0.41% | 0.95% | - |
| XYZ | 53.23 | 41.24 | 40.75 | - |
| YUV | 175.11 | 122.3 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 165 | 0 | 0.41 | 0.32 | 0.05 | 346.67 | 0.79 | 0.75 |
| Hex | F2 | 8F | A5 | 0 | 29 | 20 | 5 | 15B | 4F | 4B |
| Octal | 362 | 217 | 245 | 0 | 51 | 40 | 5 | 533 | 117 | 113 |
| Binary | 11110010 | 10001111 | 10100101 | 0 | 101001 | 100000 | 101 | 101011011 | 1001111 | 1001011 |
Color Harmonies of #F28FA5
Complementary color
Monochromatic Colors of #F28FA5
Black with #F28FA5
Text Example
Text Example
White with #F28FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FA5; }
p { color: rgb(242,143,165); }
H1.HeaderClassName
{
color: #F28FA5;
}
.AnyTagClassName
{
color: #F28FA5;
}
</style>
background-color css
<style>
a { background-color: #F28FA5; }
a { background-color: rgb(242,143,165); }
div.DivClassName
{
background-color: #F28FA5;
}
.BgClassName
{
background-color: #F28FA5;
}
</style>
border-color css
<style>
span { border-color: #F28FA5; }
span { border-color: rgb(242,143,165); }
td.TdClassName
{
border-color: #F28FA5;
}
.TagClassName
{
border-color: #F28FA5;
}
</style>