Shades of Plum #F0A5EF
Tints of Plum #F0A5EF
RGB
CMYK
RGB Variations
Color information
#F0A5EF (or 0xF0A5EF) is known color: Plum. HEX triplet: F0, A5 and EF. RGB value is (240,165,239). Sum of RGB (Red+Green+Blue) = 240+165+239=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 165 (64.84% from 255 or 25.62% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A5EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A5EF is #0F5A10. Grayscale: #C3C3C3. Windows color (decimal): -1006097 or 15705584. OLE color: 15705584.
HSL color Cylindrical-coordinate representation of color #F0A5EF: hue angle of 300.8º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0A5EF is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 165 | 239 | - |
| CMYK | 0 | 0.31 | 0.00 | 0.06 |
| HSL | 300.8º | 0.71% | 0.79% | - |
| HSV(B) | 300.8º | 0.31% | 0.94% | - |
| XYZ | 64.97 | 51.67 | 88.21 | - |
| YUV | 195.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 165 | 239 | 0 | 0.31 | 0.00 | 0.06 | 300.8 | 0.71 | 0.79 |
| Hex | F0 | A5 | EF | 0 | 1F | 0 | 6 | 12D | 47 | 4F |
| Octal | 360 | 245 | 357 | 0 | 37 | 0 | 6 | 455 | 107 | 117 |
| Binary | 11110000 | 10100101 | 11101111 | 0 | 11111 | 0 | 110 | 100101101 | 1000111 | 1001111 |
Color Harmonies of #F0A5EF
Complementary color
Monochromatic Colors of #F0A5EF
Black with #F0A5EF
Text Example
Text Example
White with #F0A5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A5EF; }
p { color: rgb(240,165,239); }
H1.HeaderClassName
{
color: #F0A5EF;
}
.AnyTagClassName
{
color: #F0A5EF;
}
</style>
background-color css
<style>
a { background-color: #F0A5EF; }
a { background-color: rgb(240,165,239); }
div.DivClassName
{
background-color: #F0A5EF;
}
.BgClassName
{
background-color: #F0A5EF;
}
</style>
border-color css
<style>
span { border-color: #F0A5EF; }
span { border-color: rgb(240,165,239); }
td.TdClassName
{
border-color: #F0A5EF;
}
.TagClassName
{
border-color: #F0A5EF;
}
</style>