Shades of Plum #F0A1F7
Tints of Plum #F0A1F7
RGB
CMYK
RGB Variations
Color information
#F0A1F7 (or 0xF0A1F7) is known color: Plum. HEX triplet: F0, A1 and F7. RGB value is (240,161,247). Sum of RGB (Red+Green+Blue) = 240+161+247=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 161 (63.28% from 255 or 24.85% from 648); Blue value is 247 (96.88% from 255 or 38.12% from 648); Max value from RGB is 247 - color contains mainly: blue. Hex color #F0A1F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A1F7 is #0F5E08. Grayscale: #C2C2C2. Windows color (decimal): -1007113 or 16228848. OLE color: 16228848.
HSL color Cylindrical-coordinate representation of color #F0A1F7: hue angle of 295.12º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0A1F7 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 161 | 247 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.03 |
| HSL | 295.12º | 0.84% | 0.8% | - |
| HSV(B) | 295.12º | 0.35% | 0.97% | - |
| XYZ | 65.47 | 50.73 | 94.34 | - |
| YUV | 194.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 247 | 0.03 | 0.35 | 0 | 0.03 | 295.12 | 0.84 | 0.8 |
| Hex | F0 | A1 | F7 | 3 | 23 | 0 | 3 | 127 | 54 | 50 |
| Octal | 360 | 241 | 367 | 3 | 43 | 0 | 3 | 447 | 124 | 120 |
| Binary | 11110000 | 10100001 | 11110111 | 11 | 100011 | 0 | 11 | 100100111 | 1010100 | 1010000 |
Color Harmonies of #F0A1F7
Complementary color
Monochromatic Colors of #F0A1F7
Black with #F0A1F7
Text Example
Text Example
White with #F0A1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A1F7; }
p { color: rgb(240,161,247); }
H1.HeaderClassName
{
color: #F0A1F7;
}
.AnyTagClassName
{
color: #F0A1F7;
}
</style>
background-color css
<style>
a { background-color: #F0A1F7; }
a { background-color: rgb(240,161,247); }
div.DivClassName
{
background-color: #F0A1F7;
}
.BgClassName
{
background-color: #F0A1F7;
}
</style>
border-color css
<style>
span { border-color: #F0A1F7; }
span { border-color: rgb(240,161,247); }
td.TdClassName
{
border-color: #F0A1F7;
}
.TagClassName
{
border-color: #F0A1F7;
}
</style>