Shades of Plum #F1ADF2
Tints of Plum #F1ADF2
RGB
CMYK
RGB Variations
Color information
#F1ADF2 (or 0xF1ADF2) is known color: Plum. HEX triplet: F1, AD and F2. RGB value is (241,173,242). Sum of RGB (Red+Green+Blue) = 241+173+242=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 173 (67.97% from 255 or 26.37% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1ADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADF2 is #0E520D. Grayscale: #C8C8C8. Windows color (decimal): -938510 or 15904241. OLE color: 15904241.
HSL color Cylindrical-coordinate representation of color #F1ADF2: hue angle of 299.13º 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 #F1ADF2 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 242 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.05 |
| HSL | 299.13º | 0.73% | 0.81% | - |
| HSV(B) | 299.13º | 0.29% | 0.95% | - |
| XYZ | 67.25 | 55 | 91.08 | - |
| YUV | 201.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 242 | 0.00 | 0.29 | 0 | 0.05 | 299.13 | 0.73 | 0.81 |
| Hex | F1 | AD | F2 | 0 | 1D | 0 | 5 | 12B | 49 | 51 |
| Octal | 361 | 255 | 362 | 0 | 35 | 0 | 5 | 453 | 111 | 121 |
| Binary | 11110001 | 10101101 | 11110010 | 0 | 11101 | 0 | 101 | 100101011 | 1001001 | 1010001 |
Color Harmonies of #F1ADF2
Complementary color
Monochromatic Colors of #F1ADF2
Black with #F1ADF2
Text Example
Text Example
White with #F1ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADF2; }
p { color: rgb(241,173,242); }
H1.HeaderClassName
{
color: #F1ADF2;
}
.AnyTagClassName
{
color: #F1ADF2;
}
</style>
background-color css
<style>
a { background-color: #F1ADF2; }
a { background-color: rgb(241,173,242); }
div.DivClassName
{
background-color: #F1ADF2;
}
.BgClassName
{
background-color: #F1ADF2;
}
</style>
border-color css
<style>
span { border-color: #F1ADF2; }
span { border-color: rgb(241,173,242); }
td.TdClassName
{
border-color: #F1ADF2;
}
.TagClassName
{
border-color: #F1ADF2;
}
</style>