Shades of Plum #F1ACF2
Tints of Plum #F1ACF2
RGB
CMYK
RGB Variations
Color information
#F1ACF2 (or 0xF1ACF2) is known color: Plum. HEX triplet: F1, AC and F2. RGB value is (241,172,242). Sum of RGB (Red+Green+Blue) = 241+172+242=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 172 (67.58% from 255 or 26.26% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1ACF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ACF2 is #0E530D. Grayscale: #C8C8C8. Windows color (decimal): -938766 or 15903985. OLE color: 15903985.
HSL color Cylindrical-coordinate representation of color #F1ACF2: hue angle of 299.14º 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 #F1ACF2 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 172 | 242 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.05 |
| HSL | 299.14º | 0.73% | 0.81% | - |
| HSV(B) | 299.14º | 0.29% | 0.95% | - |
| XYZ | 67.06 | 54.62 | 91.01 | - |
| YUV | 200.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 172 | 242 | 0.00 | 0.29 | 0 | 0.05 | 299.14 | 0.73 | 0.81 |
| Hex | F1 | AC | F2 | 0 | 1D | 0 | 5 | 12B | 49 | 51 |
| Octal | 361 | 254 | 362 | 0 | 35 | 0 | 5 | 453 | 111 | 121 |
| Binary | 11110001 | 10101100 | 11110010 | 0 | 11101 | 0 | 101 | 100101011 | 1001001 | 1010001 |
Color Harmonies of #F1ACF2
Complementary color
Monochromatic Colors of #F1ACF2
Black with #F1ACF2
Text Example
Text Example
White with #F1ACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ACF2; }
p { color: rgb(241,172,242); }
H1.HeaderClassName
{
color: #F1ACF2;
}
.AnyTagClassName
{
color: #F1ACF2;
}
</style>
background-color css
<style>
a { background-color: #F1ACF2; }
a { background-color: rgb(241,172,242); }
div.DivClassName
{
background-color: #F1ACF2;
}
.BgClassName
{
background-color: #F1ACF2;
}
</style>
border-color css
<style>
span { border-color: #F1ACF2; }
span { border-color: rgb(241,172,242); }
td.TdClassName
{
border-color: #F1ACF2;
}
.TagClassName
{
border-color: #F1ACF2;
}
</style>