Shades of Violet #F08DFF
Tints of Violet #F08DFF
RGB
CMYK
RGB Variations
Color information
#F08DFF (or 0xF08DFF) is known color: Violet. HEX triplet: F0, 8D and FF. RGB value is (240,141,255). Sum of RGB (Red+Green+Blue) = 240+141+255=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 141 (55.47% from 255 or 22.17% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #F08DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08DFF is #0F7200. Grayscale: #B7B7B7. Windows color (decimal): -1012225 or 16748016. OLE color: 16748016.
HSL color Cylindrical-coordinate representation of color #F08DFF: hue angle of 292.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08DFF is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 141 | 255 | - |
| CMYK | 0.06 | 0.45 | 0 | 0 |
| HSL | 292.11º | 1% | 0.78% | - |
| HSV(B) | 292.11º | 0.45% | 1% | - |
| XYZ | 63.51 | 44.8 | 99.91 | - |
| YUV | 183.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 255 | 0.06 | 0.45 | 0 | 0 | 292.11 | 1 | 0.78 |
| Hex | F0 | 8D | FF | 6 | 2D | 0 | 0 | 124 | 64 | 4E |
| Octal | 360 | 215 | 377 | 6 | 55 | 0 | 0 | 444 | 144 | 116 |
| Binary | 11110000 | 10001101 | 11111111 | 110 | 101101 | 0 | 0 | 100100100 | 1100100 | 1001110 |
Color Harmonies of #F08DFF
Complementary color
Monochromatic Colors of #F08DFF
Black with #F08DFF
Text Example
Text Example
White with #F08DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08DFF; }
p { color: rgb(240,141,255); }
H1.HeaderClassName
{
color: #F08DFF;
}
.AnyTagClassName
{
color: #F08DFF;
}
</style>
background-color css
<style>
a { background-color: #F08DFF; }
a { background-color: rgb(240,141,255); }
div.DivClassName
{
background-color: #F08DFF;
}
.BgClassName
{
background-color: #F08DFF;
}
</style>
border-color css
<style>
span { border-color: #F08DFF; }
span { border-color: rgb(240,141,255); }
td.TdClassName
{
border-color: #F08DFF;
}
.TagClassName
{
border-color: #F08DFF;
}
</style>