Shades of Violet #F08EFC
Tints of Violet #F08EFC
RGB
CMYK
RGB Variations
Color information
#F08EFC (or 0xF08EFC) is known color: Violet. HEX triplet: F0, 8E and FC. RGB value is (240,142,252). Sum of RGB (Red+Green+Blue) = 240+142+252=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 142 (55.86% from 255 or 22.40% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #F08EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08EFC is #0F7103. Grayscale: #B7B7B7. Windows color (decimal): -1011972 or 16551664. OLE color: 16551664.
HSL color Cylindrical-coordinate representation of color #F08EFC: hue angle of 293.45º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F08EFC is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 142 | 252 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.01 |
| HSL | 293.45º | 0.95% | 0.77% | - |
| HSV(B) | 293.45º | 0.44% | 0.99% | - |
| XYZ | 63.18 | 44.9 | 97.43 | - |
| YUV | 183.84 | 166.47 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 252 | 0.05 | 0.44 | 0 | 0.01 | 293.45 | 0.95 | 0.77 |
| Hex | F0 | 8E | FC | 5 | 2C | 0 | 1 | 125 | 5F | 4D |
| Octal | 360 | 216 | 374 | 5 | 54 | 0 | 1 | 445 | 137 | 115 |
| Binary | 11110000 | 10001110 | 11111100 | 101 | 101100 | 0 | 1 | 100100101 | 1011111 | 1001101 |
Color Harmonies of #F08EFC
Complementary color
Monochromatic Colors of #F08EFC
Black with #F08EFC
Text Example
Text Example
White with #F08EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08EFC; }
p { color: rgb(240,142,252); }
H1.HeaderClassName
{
color: #F08EFC;
}
.AnyTagClassName
{
color: #F08EFC;
}
</style>
background-color css
<style>
a { background-color: #F08EFC; }
a { background-color: rgb(240,142,252); }
div.DivClassName
{
background-color: #F08EFC;
}
.BgClassName
{
background-color: #F08EFC;
}
</style>
border-color css
<style>
span { border-color: #F08EFC; }
span { border-color: rgb(240,142,252); }
td.TdClassName
{
border-color: #F08EFC;
}
.TagClassName
{
border-color: #F08EFC;
}
</style>