Shades of Violet #F08CED
Tints of Violet #F08CED
RGB
CMYK
RGB Variations
Color information
#F08CED (or 0xF08CED) is known color: Violet. HEX triplet: F0, 8C and ED. RGB value is (240,140,237). Sum of RGB (Red+Green+Blue) = 240+140+237=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 140 (55.08% from 255 or 22.69% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08CED is #0F7312. Grayscale: #B4B4B4. Windows color (decimal): -1012499 or 15568112. OLE color: 15568112.
HSL color Cylindrical-coordinate representation of color #F08CED: hue angle of 301.8º 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 #F08CED is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 237 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.06 |
| HSL | 301.8º | 0.77% | 0.75% | - |
| HSV(B) | 301.8º | 0.42% | 0.94% | - |
| XYZ | 60.6 | 43.4 | 85.3 | - |
| YUV | 180.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 237 | 0 | 0.42 | 0.01 | 0.06 | 301.8 | 0.77 | 0.75 |
| Hex | F0 | 8C | ED | 0 | 2A | 1 | 6 | 12E | 4D | 4B |
| Octal | 360 | 214 | 355 | 0 | 52 | 1 | 6 | 456 | 115 | 113 |
| Binary | 11110000 | 10001100 | 11101101 | 0 | 101010 | 1 | 110 | 100101110 | 1001101 | 1001011 |
Color Harmonies of #F08CED
Complementary color
Monochromatic Colors of #F08CED
Black with #F08CED
Text Example
Text Example
White with #F08CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08CED; }
p { color: rgb(240,140,237); }
H1.HeaderClassName
{
color: #F08CED;
}
.AnyTagClassName
{
color: #F08CED;
}
</style>
background-color css
<style>
a { background-color: #F08CED; }
a { background-color: rgb(240,140,237); }
div.DivClassName
{
background-color: #F08CED;
}
.BgClassName
{
background-color: #F08CED;
}
</style>
border-color css
<style>
span { border-color: #F08CED; }
span { border-color: rgb(240,140,237); }
td.TdClassName
{
border-color: #F08CED;
}
.TagClassName
{
border-color: #F08CED;
}
</style>