Shades of Plum #F1B2F3
Tints of Plum #F1B2F3
RGB
CMYK
RGB Variations
Color information
#F1B2F3 (or 0xF1B2F3) is known color: Plum. HEX triplet: F1, B2 and F3. RGB value is (241,178,243). Sum of RGB (Red+Green+Blue) = 241+178+243=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 178 (69.92% from 255 or 26.89% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 243 - color contains mainly: blue. Hex color #F1B2F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B2F3 is #0E4D0C. Grayscale: #CCCCCC. Windows color (decimal): -937229 or 15971057. OLE color: 15971057.
HSL color Cylindrical-coordinate representation of color #F1B2F3: hue angle of 298.15º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1B2F3 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 178 | 243 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.05 |
| HSL | 298.15º | 0.73% | 0.83% | - |
| HSV(B) | 298.15º | 0.27% | 0.95% | - |
| XYZ | 68.37 | 57.01 | 92.19 | - |
| YUV | 204.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 178 | 243 | 0.01 | 0.27 | 0 | 0.05 | 298.15 | 0.73 | 0.83 |
| Hex | F1 | B2 | F3 | 1 | 1B | 0 | 5 | 12A | 49 | 53 |
| Octal | 361 | 262 | 363 | 1 | 33 | 0 | 5 | 452 | 111 | 123 |
| Binary | 11110001 | 10110010 | 11110011 | 1 | 11011 | 0 | 101 | 100101010 | 1001001 | 1010011 |
Color Harmonies of #F1B2F3
Complementary color
Monochromatic Colors of #F1B2F3
Black with #F1B2F3
Text Example
Text Example
White with #F1B2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B2F3; }
p { color: rgb(241,178,243); }
H1.HeaderClassName
{
color: #F1B2F3;
}
.AnyTagClassName
{
color: #F1B2F3;
}
</style>
background-color css
<style>
a { background-color: #F1B2F3; }
a { background-color: rgb(241,178,243); }
div.DivClassName
{
background-color: #F1B2F3;
}
.BgClassName
{
background-color: #F1B2F3;
}
</style>
border-color css
<style>
span { border-color: #F1B2F3; }
span { border-color: rgb(241,178,243); }
td.TdClassName
{
border-color: #F1B2F3;
}
.TagClassName
{
border-color: #F1B2F3;
}
</style>