Shades of Plum #F2AAF4
Tints of Plum #F2AAF4
RGB
CMYK
RGB Variations
Color information
#F2AAF4 (or 0xF2AAF4) is known color: Plum. HEX triplet: F2, AA and F4. RGB value is (242,170,244). Sum of RGB (Red+Green+Blue) = 242+170+244=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 244 (95.70% from 255 or 37.20% from 656); Max value from RGB is 244 - color contains mainly: blue. Hex color #F2AAF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AAF4 is #0D550B. Grayscale: #C7C7C7. Windows color (decimal): -873740 or 16034546. OLE color: 16034546.
HSL color Cylindrical-coordinate representation of color #F2AAF4: hue angle of 298.38º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2AAF4 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 170 | 244 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.04 |
| HSL | 298.38º | 0.77% | 0.81% | - |
| HSV(B) | 298.38º | 0.3% | 0.96% | - |
| XYZ | 67.32 | 54.16 | 92.49 | - |
| YUV | 199.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 244 | 0.01 | 0.30 | 0 | 0.04 | 298.38 | 0.77 | 0.81 |
| Hex | F2 | AA | F4 | 1 | 1E | 0 | 4 | 12A | 4D | 51 |
| Octal | 362 | 252 | 364 | 1 | 36 | 0 | 4 | 452 | 115 | 121 |
| Binary | 11110010 | 10101010 | 11110100 | 1 | 11110 | 0 | 100 | 100101010 | 1001101 | 1010001 |
Color Harmonies of #F2AAF4
Complementary color
Monochromatic Colors of #F2AAF4
Black with #F2AAF4
Text Example
Text Example
White with #F2AAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAF4; }
p { color: rgb(242,170,244); }
H1.HeaderClassName
{
color: #F2AAF4;
}
.AnyTagClassName
{
color: #F2AAF4;
}
</style>
background-color css
<style>
a { background-color: #F2AAF4; }
a { background-color: rgb(242,170,244); }
div.DivClassName
{
background-color: #F2AAF4;
}
.BgClassName
{
background-color: #F2AAF4;
}
</style>
border-color css
<style>
span { border-color: #F2AAF4; }
span { border-color: rgb(242,170,244); }
td.TdClassName
{
border-color: #F2AAF4;
}
.TagClassName
{
border-color: #F2AAF4;
}
</style>