Shades of Violet #F08CE8
Tints of Violet #F08CE8
RGB
CMYK
RGB Variations
Color information
#F08CE8 (or 0xF08CE8) is known color: Violet. HEX triplet: F0, 8C and E8. RGB value is (240,140,232). Sum of RGB (Red+Green+Blue) = 240+140+232=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08CE8 is #0F7317. Grayscale: #B4B4B4. Windows color (decimal): -1012504 or 15240432. OLE color: 15240432.
HSL color Cylindrical-coordinate representation of color #F08CE8: hue angle of 304.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 #F08CE8 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 232 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.06 |
| HSL | 304.8º | 0.77% | 0.75% | - |
| HSV(B) | 304.8º | 0.42% | 0.94% | - |
| XYZ | 59.88 | 43.11 | 81.51 | - |
| YUV | 180.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 232 | 0 | 0.42 | 0.03 | 0.06 | 304.8 | 0.77 | 0.75 |
| Hex | F0 | 8C | E8 | 0 | 2A | 3 | 6 | 131 | 4D | 4B |
| Octal | 360 | 214 | 350 | 0 | 52 | 3 | 6 | 461 | 115 | 113 |
| Binary | 11110000 | 10001100 | 11101000 | 0 | 101010 | 11 | 110 | 100110001 | 1001101 | 1001011 |
Color Harmonies of #F08CE8
Complementary color
Monochromatic Colors of #F08CE8
Black with #F08CE8
Text Example
Text Example
White with #F08CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08CE8; }
p { color: rgb(240,140,232); }
H1.HeaderClassName
{
color: #F08CE8;
}
.AnyTagClassName
{
color: #F08CE8;
}
</style>
background-color css
<style>
a { background-color: #F08CE8; }
a { background-color: rgb(240,140,232); }
div.DivClassName
{
background-color: #F08CE8;
}
.BgClassName
{
background-color: #F08CE8;
}
</style>
border-color css
<style>
span { border-color: #F08CE8; }
span { border-color: rgb(240,140,232); }
td.TdClassName
{
border-color: #F08CE8;
}
.TagClassName
{
border-color: #F08CE8;
}
</style>