Shades of Plum #F0AFF1
Tints of Plum #F0AFF1
RGB
CMYK
RGB Variations
Color information
#F0AFF1 (or 0xF0AFF1) is known color: Plum. HEX triplet: F0, AF and F1. RGB value is (240,175,241). Sum of RGB (Red+Green+Blue) = 240+175+241=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0AFF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFF1 is #0F500E. Grayscale: #C9C9C9. Windows color (decimal): -1003535 or 15839216. OLE color: 15839216.
HSL color Cylindrical-coordinate representation of color #F0AFF1: hue angle of 299.09º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AFF1 is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 175 | 241 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.05 |
| HSL | 299.09º | 0.7% | 0.82% | - |
| HSV(B) | 299.09º | 0.27% | 0.95% | - |
| XYZ | 67.14 | 55.54 | 90.4 | - |
| YUV | 201.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 241 | 0.00 | 0.27 | 0 | 0.05 | 299.09 | 0.7 | 0.82 |
| Hex | F0 | AF | F1 | 0 | 1B | 0 | 5 | 12B | 46 | 52 |
| Octal | 360 | 257 | 361 | 0 | 33 | 0 | 5 | 453 | 106 | 122 |
| Binary | 11110000 | 10101111 | 11110001 | 0 | 11011 | 0 | 101 | 100101011 | 1000110 | 1010010 |
Color Harmonies of #F0AFF1
Complementary color
Monochromatic Colors of #F0AFF1
Black with #F0AFF1
Text Example
Text Example
White with #F0AFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFF1; }
p { color: rgb(240,175,241); }
H1.HeaderClassName
{
color: #F0AFF1;
}
.AnyTagClassName
{
color: #F0AFF1;
}
</style>
background-color css
<style>
a { background-color: #F0AFF1; }
a { background-color: rgb(240,175,241); }
div.DivClassName
{
background-color: #F0AFF1;
}
.BgClassName
{
background-color: #F0AFF1;
}
</style>
border-color css
<style>
span { border-color: #F0AFF1; }
span { border-color: rgb(240,175,241); }
td.TdClassName
{
border-color: #F0AFF1;
}
.TagClassName
{
border-color: #F0AFF1;
}
</style>