Shades of Plum #F0A7F1
Tints of Plum #F0A7F1
RGB
CMYK
RGB Variations
Color information
#F0A7F1 (or 0xF0A7F1) is known color: Plum. HEX triplet: F0, A7 and F1. RGB value is (240,167,241). Sum of RGB (Red+Green+Blue) = 240+167+241=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 167 (65.62% from 255 or 25.77% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0A7F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A7F1 is #0F580E. Grayscale: #C5C5C5. Windows color (decimal): -1005583 or 15837168. OLE color: 15837168.
HSL color Cylindrical-coordinate representation of color #F0A7F1: hue angle of 299.19º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0A7F1 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 167 | 241 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.05 |
| HSL | 299.19º | 0.73% | 0.8% | - |
| HSV(B) | 299.19º | 0.31% | 0.95% | - |
| XYZ | 65.63 | 52.51 | 89.9 | - |
| YUV | 197.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 241 | 0.00 | 0.31 | 0 | 0.05 | 299.19 | 0.73 | 0.8 |
| Hex | F0 | A7 | F1 | 0 | 1F | 0 | 5 | 12B | 49 | 50 |
| Octal | 360 | 247 | 361 | 0 | 37 | 0 | 5 | 453 | 111 | 120 |
| Binary | 11110000 | 10100111 | 11110001 | 0 | 11111 | 0 | 101 | 100101011 | 1001001 | 1010000 |
Color Harmonies of #F0A7F1
Complementary color
Monochromatic Colors of #F0A7F1
Black with #F0A7F1
Text Example
Text Example
White with #F0A7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A7F1; }
p { color: rgb(240,167,241); }
H1.HeaderClassName
{
color: #F0A7F1;
}
.AnyTagClassName
{
color: #F0A7F1;
}
</style>
background-color css
<style>
a { background-color: #F0A7F1; }
a { background-color: rgb(240,167,241); }
div.DivClassName
{
background-color: #F0A7F1;
}
.BgClassName
{
background-color: #F0A7F1;
}
</style>
border-color css
<style>
span { border-color: #F0A7F1; }
span { border-color: rgb(240,167,241); }
td.TdClassName
{
border-color: #F0A7F1;
}
.TagClassName
{
border-color: #F0A7F1;
}
</style>