Shades of Mauvelous #FF93A8
Tints of Mauvelous #FF93A8
RGB
CMYK
RGB Variations
Color information
#FF93A8 (or 0xFF93A8) is known color: Mauvelous. HEX triplet: FF, 93 and A8. RGB value is (255,147,168). Sum of RGB (Red+Green+Blue) = 255+147+168=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 168 (66.02% from 255 or 29.47% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF93A8 is #006C57. Grayscale: #B5B5B5. Windows color (decimal): -27736 or 11047935. OLE color: 11047935.
HSL color Cylindrical-coordinate representation of color #FF93A8: hue angle of 348.33º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF93A8 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 168 | - |
| CMYK | 0 | 0.42 | 0.34 | 0 |
| HSL | 348.33º | 1% | 0.79% | - |
| HSV(B) | 348.33º | 0.42% | 1% | - |
| XYZ | 58.74 | 44.95 | 42.63 | - |
| YUV | 181.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 168 | 0 | 0.42 | 0.34 | 0 | 348.33 | 1 | 0.79 |
| Hex | FF | 93 | A8 | 0 | 2A | 22 | 0 | 15C | 64 | 4F |
| Octal | 377 | 223 | 250 | 0 | 52 | 42 | 0 | 534 | 144 | 117 |
| Binary | 11111111 | 10010011 | 10101000 | 0 | 101010 | 100010 | 0 | 101011100 | 1100100 | 1001111 |
Color Harmonies of #FF93A8
Complementary color
Monochromatic Colors of #FF93A8
Black with #FF93A8
Text Example
Text Example
White with #FF93A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF93A8; }
p { color: rgb(255,147,168); }
H1.HeaderClassName
{
color: #FF93A8;
}
.AnyTagClassName
{
color: #FF93A8;
}
</style>
background-color css
<style>
a { background-color: #FF93A8; }
a { background-color: rgb(255,147,168); }
div.DivClassName
{
background-color: #FF93A8;
}
.BgClassName
{
background-color: #FF93A8;
}
</style>
border-color css
<style>
span { border-color: #FF93A8; }
span { border-color: rgb(255,147,168); }
td.TdClassName
{
border-color: #FF93A8;
}
.TagClassName
{
border-color: #FF93A8;
}
</style>