Shades of Plum #F0A8F4
Tints of Plum #F0A8F4
RGB
CMYK
RGB Variations
Color information
#F0A8F4 (or 0xF0A8F4) is known color: Plum. HEX triplet: F0, A8 and F4. RGB value is (240,168,244). Sum of RGB (Red+Green+Blue) = 240+168+244=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 168 (66.02% from 255 or 25.77% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #F0A8F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A8F4 is #0F570B. Grayscale: #C5C5C5. Windows color (decimal): -1005324 or 16034032. OLE color: 16034032.
HSL color Cylindrical-coordinate representation of color #F0A8F4: hue angle of 296.84º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0A8F4 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 168 | 244 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.04 |
| HSL | 296.84º | 0.78% | 0.81% | - |
| HSV(B) | 296.84º | 0.31% | 0.96% | - |
| XYZ | 66.27 | 53.06 | 92.34 | - |
| YUV | 198.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 244 | 0.02 | 0.31 | 0 | 0.04 | 296.84 | 0.78 | 0.81 |
| Hex | F0 | A8 | F4 | 2 | 1F | 0 | 4 | 129 | 4E | 51 |
| Octal | 360 | 250 | 364 | 2 | 37 | 0 | 4 | 451 | 116 | 121 |
| Binary | 11110000 | 10101000 | 11110100 | 10 | 11111 | 0 | 100 | 100101001 | 1001110 | 1010001 |
Color Harmonies of #F0A8F4
Complementary color
Monochromatic Colors of #F0A8F4
Black with #F0A8F4
Text Example
Text Example
White with #F0A8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A8F4; }
p { color: rgb(240,168,244); }
H1.HeaderClassName
{
color: #F0A8F4;
}
.AnyTagClassName
{
color: #F0A8F4;
}
</style>
background-color css
<style>
a { background-color: #F0A8F4; }
a { background-color: rgb(240,168,244); }
div.DivClassName
{
background-color: #F0A8F4;
}
.BgClassName
{
background-color: #F0A8F4;
}
</style>
border-color css
<style>
span { border-color: #F0A8F4; }
span { border-color: rgb(240,168,244); }
td.TdClassName
{
border-color: #F0A8F4;
}
.TagClassName
{
border-color: #F0A8F4;
}
</style>