Shades of Violet #F085EA
Tints of Violet #F085EA
RGB
CMYK
RGB Variations
Color information
#F085EA (or 0xF085EA) is known color: Violet. HEX triplet: F0, 85 and EA. RGB value is (240,133,234). Sum of RGB (Red+Green+Blue) = 240+133+234=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 133 (52.34% from 255 or 21.91% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F085EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085EA is #0F7A15. Grayscale: #B0B0B0. Windows color (decimal): -1014294 or 15369712. OLE color: 15369712.
HSL color Cylindrical-coordinate representation of color #F085EA: hue angle of 303.36º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F085EA is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 234 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.06 |
| HSL | 303.36º | 0.78% | 0.73% | - |
| HSV(B) | 303.36º | 0.45% | 0.94% | - |
| XYZ | 59.17 | 41.24 | 82.68 | - |
| YUV | 176.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 234 | 0 | 0.45 | 0.02 | 0.06 | 303.36 | 0.78 | 0.73 |
| Hex | F0 | 85 | EA | 0 | 2D | 2 | 6 | 12F | 4E | 49 |
| Octal | 360 | 205 | 352 | 0 | 55 | 2 | 6 | 457 | 116 | 111 |
| Binary | 11110000 | 10000101 | 11101010 | 0 | 101101 | 10 | 110 | 100101111 | 1001110 | 1001001 |
Color Harmonies of #F085EA
Complementary color
Monochromatic Colors of #F085EA
Black with #F085EA
Text Example
Text Example
White with #F085EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F085EA; }
p { color: rgb(240,133,234); }
H1.HeaderClassName
{
color: #F085EA;
}
.AnyTagClassName
{
color: #F085EA;
}
</style>
background-color css
<style>
a { background-color: #F085EA; }
a { background-color: rgb(240,133,234); }
div.DivClassName
{
background-color: #F085EA;
}
.BgClassName
{
background-color: #F085EA;
}
</style>
border-color css
<style>
span { border-color: #F085EA; }
span { border-color: rgb(240,133,234); }
td.TdClassName
{
border-color: #F085EA;
}
.TagClassName
{
border-color: #F085EA;
}
</style>