Shades of Plum #F0AFF3
Tints of Plum #F0AFF3
RGB
CMYK
RGB Variations
Color information
#F0AFF3 (or 0xF0AFF3) is known color: Plum. HEX triplet: F0, AF and F3. RGB value is (240,175,243). Sum of RGB (Red+Green+Blue) = 240+175+243=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 175 (68.75% from 255 or 26.60% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0AFF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFF3 is #0F500C. Grayscale: #C9C9C9. Windows color (decimal): -1003533 or 15970288. OLE color: 15970288.
HSL color Cylindrical-coordinate representation of color #F0AFF3: hue angle of 297.35º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0AFF3 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 175 | 243 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.05 |
| HSL | 297.35º | 0.74% | 0.82% | - |
| HSV(B) | 297.35º | 0.28% | 0.95% | - |
| XYZ | 67.44 | 55.66 | 91.98 | - |
| YUV | 202.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 243 | 0.01 | 0.28 | 0 | 0.05 | 297.35 | 0.74 | 0.82 |
| Hex | F0 | AF | F3 | 1 | 1C | 0 | 5 | 129 | 4A | 52 |
| Octal | 360 | 257 | 363 | 1 | 34 | 0 | 5 | 451 | 112 | 122 |
| Binary | 11110000 | 10101111 | 11110011 | 1 | 11100 | 0 | 101 | 100101001 | 1001010 | 1010010 |
Color Harmonies of #F0AFF3
Complementary color
Monochromatic Colors of #F0AFF3
Black with #F0AFF3
Text Example
Text Example
White with #F0AFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFF3; }
p { color: rgb(240,175,243); }
H1.HeaderClassName
{
color: #F0AFF3;
}
.AnyTagClassName
{
color: #F0AFF3;
}
</style>
background-color css
<style>
a { background-color: #F0AFF3; }
a { background-color: rgb(240,175,243); }
div.DivClassName
{
background-color: #F0AFF3;
}
.BgClassName
{
background-color: #F0AFF3;
}
</style>
border-color css
<style>
span { border-color: #F0AFF3; }
span { border-color: rgb(240,175,243); }
td.TdClassName
{
border-color: #F0AFF3;
}
.TagClassName
{
border-color: #F0AFF3;
}
</style>