Shades of Plum #F0ADF1
Tints of Plum #F0ADF1
RGB
CMYK
RGB Variations
Color information
#F0ADF1 (or 0xF0ADF1) is known color: Plum. HEX triplet: F0, AD and F1. RGB value is (240,173,241). Sum of RGB (Red+Green+Blue) = 240+173+241=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0ADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADF1 is #0F520E. Grayscale: #C8C8C8. Windows color (decimal): -1004047 or 15838704. OLE color: 15838704.
HSL color Cylindrical-coordinate representation of color #F0ADF1: hue angle of 299.12º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ADF1 is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 173 | 241 | - |
| CMYK | 0.00 | 0.28 | 0 | 0.05 |
| HSL | 299.12º | 0.71% | 0.81% | - |
| HSV(B) | 299.12º | 0.28% | 0.95% | - |
| XYZ | 66.76 | 54.76 | 90.27 | - |
| YUV | 200.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 241 | 0.00 | 0.28 | 0 | 0.05 | 299.12 | 0.71 | 0.81 |
| Hex | F0 | AD | F1 | 0 | 1C | 0 | 5 | 12B | 47 | 51 |
| Octal | 360 | 255 | 361 | 0 | 34 | 0 | 5 | 453 | 107 | 121 |
| Binary | 11110000 | 10101101 | 11110001 | 0 | 11100 | 0 | 101 | 100101011 | 1000111 | 1010001 |
Color Harmonies of #F0ADF1
Complementary color
Monochromatic Colors of #F0ADF1
Black with #F0ADF1
Text Example
Text Example
White with #F0ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADF1; }
p { color: rgb(240,173,241); }
H1.HeaderClassName
{
color: #F0ADF1;
}
.AnyTagClassName
{
color: #F0ADF1;
}
</style>
background-color css
<style>
a { background-color: #F0ADF1; }
a { background-color: rgb(240,173,241); }
div.DivClassName
{
background-color: #F0ADF1;
}
.BgClassName
{
background-color: #F0ADF1;
}
</style>
border-color css
<style>
span { border-color: #F0ADF1; }
span { border-color: rgb(240,173,241); }
td.TdClassName
{
border-color: #F0ADF1;
}
.TagClassName
{
border-color: #F0ADF1;
}
</style>