Shades of Violet #F08DF0
Tints of Violet #F08DF0
RGB
CMYK
RGB Variations
Color information
#F08DF0 (or 0xF08DF0) is known color: Violet. HEX triplet: F0, 8D and F0. RGB value is (240,141,240). Sum of RGB (Red+Green+Blue) = 240+141+240=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 141 (55.47% from 255 or 22.71% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F08DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08DF0 is #0F720F. Grayscale: #B5B5B5. Windows color (decimal): -1012240 or 15764976. OLE color: 15764976.
HSL color Cylindrical-coordinate representation of color #F08DF0: hue angle of 300º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08DF0 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 240 | - |
| CMYK | 0 | 0.41 | 0 | 0.06 |
| HSL | 300º | 0.77% | 0.75% | - |
| HSV(B) | 300º | 0.41% | 0.94% | - |
| XYZ | 61.19 | 43.87 | 87.68 | - |
| YUV | 181.89 | 160.8 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 240 | 0 | 0.41 | 0 | 0.06 | 300 | 0.77 | 0.75 |
| Hex | F0 | 8D | F0 | 0 | 29 | 0 | 6 | 12C | 4D | 4B |
| Octal | 360 | 215 | 360 | 0 | 51 | 0 | 6 | 454 | 115 | 113 |
| Binary | 11110000 | 10001101 | 11110000 | 0 | 101001 | 0 | 110 | 100101100 | 1001101 | 1001011 |
Color Harmonies of #F08DF0
Complementary color
Monochromatic Colors of #F08DF0
Black with #F08DF0
Text Example
Text Example
White with #F08DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08DF0; }
p { color: rgb(240,141,240); }
H1.HeaderClassName
{
color: #F08DF0;
}
.AnyTagClassName
{
color: #F08DF0;
}
</style>
background-color css
<style>
a { background-color: #F08DF0; }
a { background-color: rgb(240,141,240); }
div.DivClassName
{
background-color: #F08DF0;
}
.BgClassName
{
background-color: #F08DF0;
}
</style>
border-color css
<style>
span { border-color: #F08DF0; }
span { border-color: rgb(240,141,240); }
td.TdClassName
{
border-color: #F08DF0;
}
.TagClassName
{
border-color: #F08DF0;
}
</style>