Shades of Plum #F0ABF4
Tints of Plum #F0ABF4
RGB
CMYK
RGB Variations
Color information
#F0ABF4 (or 0xF0ABF4) is known color: Plum. HEX triplet: F0, AB and F4. RGB value is (240,171,244). Sum of RGB (Red+Green+Blue) = 240+171+244=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 244 - color contains mainly: blue. Hex color #F0ABF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABF4 is #0F540B. Grayscale: #C7C7C7. Windows color (decimal): -1004556 or 16034800. OLE color: 16034800.
HSL color Cylindrical-coordinate representation of color #F0ABF4: hue angle of 296.71º 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 #F0ABF4 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 171 | 244 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.04 |
| HSL | 296.71º | 0.77% | 0.81% | - |
| HSV(B) | 296.71º | 0.3% | 0.96% | - |
| XYZ | 66.83 | 54.18 | 92.52 | - |
| YUV | 199.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 244 | 0.02 | 0.30 | 0 | 0.04 | 296.71 | 0.77 | 0.81 |
| Hex | F0 | AB | F4 | 2 | 1E | 0 | 4 | 129 | 4D | 51 |
| Octal | 360 | 253 | 364 | 2 | 36 | 0 | 4 | 451 | 115 | 121 |
| Binary | 11110000 | 10101011 | 11110100 | 10 | 11110 | 0 | 100 | 100101001 | 1001101 | 1010001 |
Color Harmonies of #F0ABF4
Complementary color
Monochromatic Colors of #F0ABF4
Black with #F0ABF4
Text Example
Text Example
White with #F0ABF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABF4; }
p { color: rgb(240,171,244); }
H1.HeaderClassName
{
color: #F0ABF4;
}
.AnyTagClassName
{
color: #F0ABF4;
}
</style>
background-color css
<style>
a { background-color: #F0ABF4; }
a { background-color: rgb(240,171,244); }
div.DivClassName
{
background-color: #F0ABF4;
}
.BgClassName
{
background-color: #F0ABF4;
}
</style>
border-color css
<style>
span { border-color: #F0ABF4; }
span { border-color: rgb(240,171,244); }
td.TdClassName
{
border-color: #F0ABF4;
}
.TagClassName
{
border-color: #F0ABF4;
}
</style>