Shades of Plum #F1B1F3
Tints of Plum #F1B1F3
RGB
CMYK
RGB Variations
Color information
#F1B1F3 (or 0xF1B1F3) is known color: Plum. HEX triplet: F1, B1 and F3. RGB value is (241,177,243). Sum of RGB (Red+Green+Blue) = 241+177+243=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 177 (69.53% from 255 or 26.78% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 243 - color contains mainly: blue. Hex color #F1B1F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B1F3 is #0E4E0C. Grayscale: #CBCBCB. Windows color (decimal): -937485 or 15970801. OLE color: 15970801.
HSL color Cylindrical-coordinate representation of color #F1B1F3: hue angle of 298.18º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1B1F3 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 177 | 243 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.05 |
| HSL | 298.18º | 0.73% | 0.82% | - |
| HSV(B) | 298.18º | 0.27% | 0.95% | - |
| XYZ | 68.18 | 56.62 | 92.13 | - |
| YUV | 203.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 177 | 243 | 0.01 | 0.27 | 0 | 0.05 | 298.18 | 0.73 | 0.82 |
| Hex | F1 | B1 | F3 | 1 | 1B | 0 | 5 | 12A | 49 | 52 |
| Octal | 361 | 261 | 363 | 1 | 33 | 0 | 5 | 452 | 111 | 122 |
| Binary | 11110001 | 10110001 | 11110011 | 1 | 11011 | 0 | 101 | 100101010 | 1001001 | 1010010 |
Color Harmonies of #F1B1F3
Complementary color
Monochromatic Colors of #F1B1F3
Black with #F1B1F3
Text Example
Text Example
White with #F1B1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B1F3; }
p { color: rgb(241,177,243); }
H1.HeaderClassName
{
color: #F1B1F3;
}
.AnyTagClassName
{
color: #F1B1F3;
}
</style>
background-color css
<style>
a { background-color: #F1B1F3; }
a { background-color: rgb(241,177,243); }
div.DivClassName
{
background-color: #F1B1F3;
}
.BgClassName
{
background-color: #F1B1F3;
}
</style>
border-color css
<style>
span { border-color: #F1B1F3; }
span { border-color: rgb(241,177,243); }
td.TdClassName
{
border-color: #F1B1F3;
}
.TagClassName
{
border-color: #F1B1F3;
}
</style>