Shades of Plum #F0A2F1
Tints of Plum #F0A2F1
RGB
CMYK
RGB Variations
Color information
#F0A2F1 (or 0xF0A2F1) is known color: Plum. HEX triplet: F0, A2 and F1. RGB value is (240,162,241). Sum of RGB (Red+Green+Blue) = 240+162+241=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 162 (63.67% from 255 or 25.19% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0A2F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A2F1 is #0F5D0E. Grayscale: #C2C2C2. Windows color (decimal): -1006863 or 15835888. OLE color: 15835888.
HSL color Cylindrical-coordinate representation of color #F0A2F1: hue angle of 299.24º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A2F1 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 162 | 241 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.05 |
| HSL | 299.24º | 0.74% | 0.79% | - |
| HSV(B) | 299.24º | 0.33% | 0.95% | - |
| XYZ | 64.73 | 50.72 | 89.6 | - |
| YUV | 194.33 | 154.34 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 241 | 0.00 | 0.33 | 0 | 0.05 | 299.24 | 0.74 | 0.79 |
| Hex | F0 | A2 | F1 | 0 | 21 | 0 | 5 | 12B | 4A | 4F |
| Octal | 360 | 242 | 361 | 0 | 41 | 0 | 5 | 453 | 112 | 117 |
| Binary | 11110000 | 10100010 | 11110001 | 0 | 100001 | 0 | 101 | 100101011 | 1001010 | 1001111 |
Color Harmonies of #F0A2F1
Complementary color
Monochromatic Colors of #F0A2F1
Black with #F0A2F1
Text Example
Text Example
White with #F0A2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A2F1; }
p { color: rgb(240,162,241); }
H1.HeaderClassName
{
color: #F0A2F1;
}
.AnyTagClassName
{
color: #F0A2F1;
}
</style>
background-color css
<style>
a { background-color: #F0A2F1; }
a { background-color: rgb(240,162,241); }
div.DivClassName
{
background-color: #F0A2F1;
}
.BgClassName
{
background-color: #F0A2F1;
}
</style>
border-color css
<style>
span { border-color: #F0A2F1; }
span { border-color: rgb(240,162,241); }
td.TdClassName
{
border-color: #F0A2F1;
}
.TagClassName
{
border-color: #F0A2F1;
}
</style>