Shades of Violet #F085F0
Tints of Violet #F085F0
RGB
CMYK
RGB Variations
Color information
#F085F0 (or 0xF085F0) is known color: Violet. HEX triplet: F0, 85 and F0. RGB value is (240,133,240). Sum of RGB (Red+Green+Blue) = 240+133+240=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 133 (52.34% from 255 or 21.70% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F085F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085F0 is #0F7A0F. Grayscale: #B0B0B0. Windows color (decimal): -1014288 or 15762928. OLE color: 15762928.
HSL color Cylindrical-coordinate representation of color #F085F0: hue angle of 300º 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 #F085F0 is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 240 | - |
| CMYK | 0 | 0.45 | 0 | 0.06 |
| HSL | 300º | 0.78% | 0.73% | - |
| HSV(B) | 300º | 0.45% | 0.94% | - |
| XYZ | 60.05 | 41.59 | 87.3 | - |
| YUV | 177.19 | 163.45 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 240 | 0 | 0.45 | 0 | 0.06 | 300 | 0.78 | 0.73 |
| Hex | F0 | 85 | F0 | 0 | 2D | 0 | 6 | 12C | 4E | 49 |
| Octal | 360 | 205 | 360 | 0 | 55 | 0 | 6 | 454 | 116 | 111 |
| Binary | 11110000 | 10000101 | 11110000 | 0 | 101101 | 0 | 110 | 100101100 | 1001110 | 1001001 |
Color Harmonies of #F085F0
Complementary color
Monochromatic Colors of #F085F0
Black with #F085F0
Text Example
Text Example
White with #F085F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F085F0; }
p { color: rgb(240,133,240); }
H1.HeaderClassName
{
color: #F085F0;
}
.AnyTagClassName
{
color: #F085F0;
}
</style>
background-color css
<style>
a { background-color: #F085F0; }
a { background-color: rgb(240,133,240); }
div.DivClassName
{
background-color: #F085F0;
}
.BgClassName
{
background-color: #F085F0;
}
</style>
border-color css
<style>
span { border-color: #F085F0; }
span { border-color: rgb(240,133,240); }
td.TdClassName
{
border-color: #F085F0;
}
.TagClassName
{
border-color: #F085F0;
}
</style>