Shades of Plum #F1A9F2
Tints of Plum #F1A9F2
RGB
CMYK
RGB Variations
Color information
#F1A9F2 (or 0xF1A9F2) is known color: Plum. HEX triplet: F1, A9 and F2. RGB value is (241,169,242). Sum of RGB (Red+Green+Blue) = 241+169+242=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 169 (66.41% from 255 or 25.92% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1A9F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A9F2 is #0E560D. Grayscale: #C6C6C6. Windows color (decimal): -939534 or 15903217. OLE color: 15903217.
HSL color Cylindrical-coordinate representation of color #F1A9F2: hue angle of 299.18º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1A9F2 is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 169 | 242 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.05 |
| HSL | 299.18º | 0.74% | 0.81% | - |
| HSV(B) | 299.18º | 0.3% | 0.95% | - |
| XYZ | 66.49 | 53.49 | 90.82 | - |
| YUV | 198.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 169 | 242 | 0.00 | 0.30 | 0 | 0.05 | 299.18 | 0.74 | 0.81 |
| Hex | F1 | A9 | F2 | 0 | 1E | 0 | 5 | 12B | 4A | 51 |
| Octal | 361 | 251 | 362 | 0 | 36 | 0 | 5 | 453 | 112 | 121 |
| Binary | 11110001 | 10101001 | 11110010 | 0 | 11110 | 0 | 101 | 100101011 | 1001010 | 1010001 |
Color Harmonies of #F1A9F2
Complementary color
Monochromatic Colors of #F1A9F2
Black with #F1A9F2
Text Example
Text Example
White with #F1A9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A9F2; }
p { color: rgb(241,169,242); }
H1.HeaderClassName
{
color: #F1A9F2;
}
.AnyTagClassName
{
color: #F1A9F2;
}
</style>
background-color css
<style>
a { background-color: #F1A9F2; }
a { background-color: rgb(241,169,242); }
div.DivClassName
{
background-color: #F1A9F2;
}
.BgClassName
{
background-color: #F1A9F2;
}
</style>
border-color css
<style>
span { border-color: #F1A9F2; }
span { border-color: rgb(241,169,242); }
td.TdClassName
{
border-color: #F1A9F2;
}
.TagClassName
{
border-color: #F1A9F2;
}
</style>