Shades of Violet #F08FEC
Tints of Violet #F08FEC
RGB
CMYK
RGB Variations
Color information
#F08FEC (or 0xF08FEC) is known color: Violet. HEX triplet: F0, 8F and EC. RGB value is (240,143,236). Sum of RGB (Red+Green+Blue) = 240+143+236=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 143 (56.25% from 255 or 23.10% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FEC is #0F7013. Grayscale: #B6B6B6. Windows color (decimal): -1011732 or 15503344. OLE color: 15503344.
HSL color Cylindrical-coordinate representation of color #F08FEC: hue angle of 302.47º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FEC is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 236 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.06 |
| HSL | 302.47º | 0.76% | 0.75% | - |
| HSV(B) | 302.47º | 0.4% | 0.94% | - |
| XYZ | 60.9 | 44.23 | 84.68 | - |
| YUV | 182.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 236 | 0 | 0.40 | 0.02 | 0.06 | 302.47 | 0.76 | 0.75 |
| Hex | F0 | 8F | EC | 0 | 28 | 2 | 6 | 12E | 4C | 4B |
| Octal | 360 | 217 | 354 | 0 | 50 | 2 | 6 | 456 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11101100 | 0 | 101000 | 10 | 110 | 100101110 | 1001100 | 1001011 |
Color Harmonies of #F08FEC
Complementary color
Monochromatic Colors of #F08FEC
Black with #F08FEC
Text Example
Text Example
White with #F08FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FEC; }
p { color: rgb(240,143,236); }
H1.HeaderClassName
{
color: #F08FEC;
}
.AnyTagClassName
{
color: #F08FEC;
}
</style>
background-color css
<style>
a { background-color: #F08FEC; }
a { background-color: rgb(240,143,236); }
div.DivClassName
{
background-color: #F08FEC;
}
.BgClassName
{
background-color: #F08FEC;
}
</style>
border-color css
<style>
span { border-color: #F08FEC; }
span { border-color: rgb(240,143,236); }
td.TdClassName
{
border-color: #F08FEC;
}
.TagClassName
{
border-color: #F08FEC;
}
</style>