Shades of Violet #F08CEA
Tints of Violet #F08CEA
RGB
CMYK
RGB Variations
Color information
#F08CEA (or 0xF08CEA) is known color: Violet. HEX triplet: F0, 8C and EA. RGB value is (240,140,234). Sum of RGB (Red+Green+Blue) = 240+140+234=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 140 (55.08% from 255 or 22.80% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08CEA is #0F7315. Grayscale: #B4B4B4. Windows color (decimal): -1012502 or 15371504. OLE color: 15371504.
HSL color Cylindrical-coordinate representation of color #F08CEA: hue angle of 303.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 #F08CEA is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 234 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.06 |
| HSL | 303.6º | 0.77% | 0.75% | - |
| HSV(B) | 303.6º | 0.42% | 0.94% | - |
| XYZ | 60.16 | 43.22 | 83.01 | - |
| YUV | 180.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 234 | 0 | 0.42 | 0.02 | 0.06 | 303.6 | 0.77 | 0.75 |
| Hex | F0 | 8C | EA | 0 | 2A | 2 | 6 | 130 | 4D | 4B |
| Octal | 360 | 214 | 352 | 0 | 52 | 2 | 6 | 460 | 115 | 113 |
| Binary | 11110000 | 10001100 | 11101010 | 0 | 101010 | 10 | 110 | 100110000 | 1001101 | 1001011 |
Color Harmonies of #F08CEA
Complementary color
Monochromatic Colors of #F08CEA
Black with #F08CEA
Text Example
Text Example
White with #F08CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08CEA; }
p { color: rgb(240,140,234); }
H1.HeaderClassName
{
color: #F08CEA;
}
.AnyTagClassName
{
color: #F08CEA;
}
</style>
background-color css
<style>
a { background-color: #F08CEA; }
a { background-color: rgb(240,140,234); }
div.DivClassName
{
background-color: #F08CEA;
}
.BgClassName
{
background-color: #F08CEA;
}
</style>
border-color css
<style>
span { border-color: #F08CEA; }
span { border-color: rgb(240,140,234); }
td.TdClassName
{
border-color: #F08CEA;
}
.TagClassName
{
border-color: #F08CEA;
}
</style>