Shades of Violet #F08CEF
Tints of Violet #F08CEF
RGB
CMYK
RGB Variations
Color information
#F08CEF (or 0xF08CEF) is known color: Violet. HEX triplet: F0, 8C and EF. RGB value is (240,140,239). Sum of RGB (Red+Green+Blue) = 240+140+239=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 140 (55.08% from 255 or 22.62% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08CEF is #0F7310. Grayscale: #B4B4B4. Windows color (decimal): -1012497 or 15699184. OLE color: 15699184.
HSL color Cylindrical-coordinate representation of color #F08CEF: hue angle of 300.6º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08CEF is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 239 | - |
| CMYK | 0 | 0.42 | 0.00 | 0.06 |
| HSL | 300.6º | 0.77% | 0.75% | - |
| HSV(B) | 300.6º | 0.42% | 0.94% | - |
| XYZ | 60.89 | 43.51 | 86.85 | - |
| YUV | 181.19 | 160.63 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 239 | 0 | 0.42 | 0.00 | 0.06 | 300.6 | 0.77 | 0.75 |
| Hex | F0 | 8C | EF | 0 | 2A | 0 | 6 | 12D | 4D | 4B |
| Octal | 360 | 214 | 357 | 0 | 52 | 0 | 6 | 455 | 115 | 113 |
| Binary | 11110000 | 10001100 | 11101111 | 0 | 101010 | 0 | 110 | 100101101 | 1001101 | 1001011 |
Color Harmonies of #F08CEF
Complementary color
Monochromatic Colors of #F08CEF
Black with #F08CEF
Text Example
Text Example
White with #F08CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08CEF; }
p { color: rgb(240,140,239); }
H1.HeaderClassName
{
color: #F08CEF;
}
.AnyTagClassName
{
color: #F08CEF;
}
</style>
background-color css
<style>
a { background-color: #F08CEF; }
a { background-color: rgb(240,140,239); }
div.DivClassName
{
background-color: #F08CEF;
}
.BgClassName
{
background-color: #F08CEF;
}
</style>
border-color css
<style>
span { border-color: #F08CEF; }
span { border-color: rgb(240,140,239); }
td.TdClassName
{
border-color: #F08CEF;
}
.TagClassName
{
border-color: #F08CEF;
}
</style>