Shades of Plum #F0A8F1
Tints of Plum #F0A8F1
RGB
CMYK
RGB Variations
Color information
#F0A8F1 (or 0xF0A8F1) is known color: Plum. HEX triplet: F0, A8 and F1. RGB value is (240,168,241). Sum of RGB (Red+Green+Blue) = 240+168+241=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 168 (66.02% from 255 or 25.89% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0A8F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A8F1 is #0F570E. Grayscale: #C5C5C5. Windows color (decimal): -1005327 or 15837424. OLE color: 15837424.
HSL color Cylindrical-coordinate representation of color #F0A8F1: hue angle of 299.18º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A8F1 is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 168 | 241 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.05 |
| HSL | 299.18º | 0.72% | 0.8% | - |
| HSV(B) | 299.18º | 0.3% | 0.95% | - |
| XYZ | 65.81 | 52.88 | 89.96 | - |
| YUV | 197.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 241 | 0.00 | 0.30 | 0 | 0.05 | 299.18 | 0.72 | 0.8 |
| Hex | F0 | A8 | F1 | 0 | 1E | 0 | 5 | 12B | 48 | 50 |
| Octal | 360 | 250 | 361 | 0 | 36 | 0 | 5 | 453 | 110 | 120 |
| Binary | 11110000 | 10101000 | 11110001 | 0 | 11110 | 0 | 101 | 100101011 | 1001000 | 1010000 |
Color Harmonies of #F0A8F1
Complementary color
Monochromatic Colors of #F0A8F1
Black with #F0A8F1
Text Example
Text Example
White with #F0A8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A8F1; }
p { color: rgb(240,168,241); }
H1.HeaderClassName
{
color: #F0A8F1;
}
.AnyTagClassName
{
color: #F0A8F1;
}
</style>
background-color css
<style>
a { background-color: #F0A8F1; }
a { background-color: rgb(240,168,241); }
div.DivClassName
{
background-color: #F0A8F1;
}
.BgClassName
{
background-color: #F0A8F1;
}
</style>
border-color css
<style>
span { border-color: #F0A8F1; }
span { border-color: rgb(240,168,241); }
td.TdClassName
{
border-color: #F0A8F1;
}
.TagClassName
{
border-color: #F0A8F1;
}
</style>