Shades of Plum #F0A8F3
Tints of Plum #F0A8F3
RGB
CMYK
RGB Variations
Color information
#F0A8F3 (or 0xF0A8F3) is known color: Plum. HEX triplet: F0, A8 and F3. RGB value is (240,168,243). Sum of RGB (Red+Green+Blue) = 240+168+243=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 168 (66.02% from 255 or 25.81% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0A8F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A8F3 is #0F570C. Grayscale: #C5C5C5. Windows color (decimal): -1005325 or 15968496. OLE color: 15968496.
HSL color Cylindrical-coordinate representation of color #F0A8F3: hue angle of 297.6º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0A8F3 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 168 | 243 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.05 |
| HSL | 297.6º | 0.76% | 0.81% | - |
| HSV(B) | 297.6º | 0.31% | 0.95% | - |
| XYZ | 66.12 | 53 | 91.54 | - |
| YUV | 198.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 243 | 0.01 | 0.31 | 0 | 0.05 | 297.6 | 0.76 | 0.81 |
| Hex | F0 | A8 | F3 | 1 | 1F | 0 | 5 | 12A | 4C | 51 |
| Octal | 360 | 250 | 363 | 1 | 37 | 0 | 5 | 452 | 114 | 121 |
| Binary | 11110000 | 10101000 | 11110011 | 1 | 11111 | 0 | 101 | 100101010 | 1001100 | 1010001 |
Color Harmonies of #F0A8F3
Complementary color
Monochromatic Colors of #F0A8F3
Black with #F0A8F3
Text Example
Text Example
White with #F0A8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A8F3; }
p { color: rgb(240,168,243); }
H1.HeaderClassName
{
color: #F0A8F3;
}
.AnyTagClassName
{
color: #F0A8F3;
}
</style>
background-color css
<style>
a { background-color: #F0A8F3; }
a { background-color: rgb(240,168,243); }
div.DivClassName
{
background-color: #F0A8F3;
}
.BgClassName
{
background-color: #F0A8F3;
}
</style>
border-color css
<style>
span { border-color: #F0A8F3; }
span { border-color: rgb(240,168,243); }
td.TdClassName
{
border-color: #F0A8F3;
}
.TagClassName
{
border-color: #F0A8F3;
}
</style>