Shades of Mauve #F4A5FF
Tints of Mauve #F4A5FF
RGB
CMYK
RGB Variations
Color information
#F4A5FF (or 0xF4A5FF) is known color: Mauve. HEX triplet: F4, A5 and FF. RGB value is (244,165,255). Sum of RGB (Red+Green+Blue) = 244+165+255=664 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.75% from 664); Green value is 165 (64.84% from 255 or 24.85% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4A5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A5FF is #0B5A00. Grayscale: #C6C6C6. Windows color (decimal): -743937 or 16754164. OLE color: 16754164.
HSL color Cylindrical-coordinate representation of color #F4A5FF: hue angle of 292.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F4A5FF is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 165 | 255 | - |
| CMYK | 0.04 | 0.35 | 0 | 0 |
| HSL | 292.67º | 1% | 0.82% | - |
| HSV(B) | 292.67º | 0.35% | 1% | - |
| XYZ | 68.81 | 53.36 | 101.28 | - |
| YUV | 198.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 165 | 255 | 0.04 | 0.35 | 0 | 0 | 292.67 | 1 | 0.82 |
| Hex | F4 | A5 | FF | 4 | 23 | 0 | 0 | 125 | 64 | 52 |
| Octal | 364 | 245 | 377 | 4 | 43 | 0 | 0 | 445 | 144 | 122 |
| Binary | 11110100 | 10100101 | 11111111 | 100 | 100011 | 0 | 0 | 100100101 | 1100100 | 1010010 |
Color Harmonies of #F4A5FF
Complementary color
Monochromatic Colors of #F4A5FF
Black with #F4A5FF
Text Example
Text Example
White with #F4A5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A5FF; }
p { color: rgb(244,165,255); }
H1.HeaderClassName
{
color: #F4A5FF;
}
.AnyTagClassName
{
color: #F4A5FF;
}
</style>
background-color css
<style>
a { background-color: #F4A5FF; }
a { background-color: rgb(244,165,255); }
div.DivClassName
{
background-color: #F4A5FF;
}
.BgClassName
{
background-color: #F4A5FF;
}
</style>
border-color css
<style>
span { border-color: #F4A5FF; }
span { border-color: rgb(244,165,255); }
td.TdClassName
{
border-color: #F4A5FF;
}
.TagClassName
{
border-color: #F4A5FF;
}
</style>