Shades of Plum #F0ACF1
Tints of Plum #F0ACF1
RGB
CMYK
RGB Variations
Color information
#F0ACF1 (or 0xF0ACF1) is known color: Plum. HEX triplet: F0, AC and F1. RGB value is (240,172,241). Sum of RGB (Red+Green+Blue) = 240+172+241=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0ACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ACF1 is #0F530E. Grayscale: #C7C7C7. Windows color (decimal): -1004303 or 15838448. OLE color: 15838448.
HSL color Cylindrical-coordinate representation of color #F0ACF1: hue angle of 299.13º degrees, saturation: 0.71, 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 #F0ACF1 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 172 | 241 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.05 |
| HSL | 299.13º | 0.71% | 0.81% | - |
| HSV(B) | 299.13º | 0.29% | 0.95% | - |
| XYZ | 66.56 | 54.38 | 90.21 | - |
| YUV | 200.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 241 | 0.00 | 0.29 | 0 | 0.05 | 299.13 | 0.71 | 0.81 |
| Hex | F0 | AC | F1 | 0 | 1D | 0 | 5 | 12B | 47 | 51 |
| Octal | 360 | 254 | 361 | 0 | 35 | 0 | 5 | 453 | 107 | 121 |
| Binary | 11110000 | 10101100 | 11110001 | 0 | 11101 | 0 | 101 | 100101011 | 1000111 | 1010001 |
Color Harmonies of #F0ACF1
Complementary color
Monochromatic Colors of #F0ACF1
Black with #F0ACF1
Text Example
Text Example
White with #F0ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ACF1; }
p { color: rgb(240,172,241); }
H1.HeaderClassName
{
color: #F0ACF1;
}
.AnyTagClassName
{
color: #F0ACF1;
}
</style>
background-color css
<style>
a { background-color: #F0ACF1; }
a { background-color: rgb(240,172,241); }
div.DivClassName
{
background-color: #F0ACF1;
}
.BgClassName
{
background-color: #F0ACF1;
}
</style>
border-color css
<style>
span { border-color: #F0ACF1; }
span { border-color: rgb(240,172,241); }
td.TdClassName
{
border-color: #F0ACF1;
}
.TagClassName
{
border-color: #F0ACF1;
}
</style>