Shades of Plum #F0ABF2
Tints of Plum #F0ABF2
RGB
CMYK
RGB Variations
Color information
#F0ABF2 (or 0xF0ABF2) is known color: Plum. HEX triplet: F0, AB and F2. RGB value is (240,171,242). Sum of RGB (Red+Green+Blue) = 240+171+242=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 171 (67.19% from 255 or 26.19% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0ABF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABF2 is #0F540D. Grayscale: #C7C7C7. Windows color (decimal): -1004558 or 15903728. OLE color: 15903728.
HSL color Cylindrical-coordinate representation of color #F0ABF2: hue angle of 298.31º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0ABF2 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 171 | 242 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.05 |
| HSL | 298.31º | 0.73% | 0.81% | - |
| HSV(B) | 298.31º | 0.29% | 0.95% | - |
| XYZ | 66.53 | 54.06 | 90.93 | - |
| YUV | 199.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 242 | 0.01 | 0.29 | 0 | 0.05 | 298.31 | 0.73 | 0.81 |
| Hex | F0 | AB | F2 | 1 | 1D | 0 | 5 | 12A | 49 | 51 |
| Octal | 360 | 253 | 362 | 1 | 35 | 0 | 5 | 452 | 111 | 121 |
| Binary | 11110000 | 10101011 | 11110010 | 1 | 11101 | 0 | 101 | 100101010 | 1001001 | 1010001 |
Color Harmonies of #F0ABF2
Complementary color
Monochromatic Colors of #F0ABF2
Black with #F0ABF2
Text Example
Text Example
White with #F0ABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABF2; }
p { color: rgb(240,171,242); }
H1.HeaderClassName
{
color: #F0ABF2;
}
.AnyTagClassName
{
color: #F0ABF2;
}
</style>
background-color css
<style>
a { background-color: #F0ABF2; }
a { background-color: rgb(240,171,242); }
div.DivClassName
{
background-color: #F0ABF2;
}
.BgClassName
{
background-color: #F0ABF2;
}
</style>
border-color css
<style>
span { border-color: #F0ABF2; }
span { border-color: rgb(240,171,242); }
td.TdClassName
{
border-color: #F0ABF2;
}
.TagClassName
{
border-color: #F0ABF2;
}
</style>