Shades of Violet #F086F1
Tints of Violet #F086F1
RGB
CMYK
RGB Variations
Color information
#F086F1 (or 0xF086F1) is known color: Violet. HEX triplet: F0, 86 and F1. RGB value is (240,134,241). Sum of RGB (Red+Green+Blue) = 240+134+241=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 134 (52.73% from 255 or 21.79% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #F086F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F086F1 is #0F790E. Grayscale: #B1B1B1. Windows color (decimal): -1014031 or 15828720. OLE color: 15828720.
HSL color Cylindrical-coordinate representation of color #F086F1: hue angle of 299.44º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086F1 is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 134 | 241 | - |
| CMYK | 0.00 | 0.44 | 0 | 0.05 |
| HSL | 299.44º | 0.79% | 0.74% | - |
| HSV(B) | 299.44º | 0.44% | 0.95% | - |
| XYZ | 60.34 | 41.93 | 88.13 | - |
| YUV | 177.89 | 163.62 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 241 | 0.00 | 0.44 | 0 | 0.05 | 299.44 | 0.79 | 0.74 |
| Hex | F0 | 86 | F1 | 0 | 2C | 0 | 5 | 12B | 4F | 4A |
| Octal | 360 | 206 | 361 | 0 | 54 | 0 | 5 | 453 | 117 | 112 |
| Binary | 11110000 | 10000110 | 11110001 | 0 | 101100 | 0 | 101 | 100101011 | 1001111 | 1001010 |
Color Harmonies of #F086F1
Complementary color
Monochromatic Colors of #F086F1
Black with #F086F1
Text Example
Text Example
White with #F086F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086F1; }
p { color: rgb(240,134,241); }
H1.HeaderClassName
{
color: #F086F1;
}
.AnyTagClassName
{
color: #F086F1;
}
</style>
background-color css
<style>
a { background-color: #F086F1; }
a { background-color: rgb(240,134,241); }
div.DivClassName
{
background-color: #F086F1;
}
.BgClassName
{
background-color: #F086F1;
}
</style>
border-color css
<style>
span { border-color: #F086F1; }
span { border-color: rgb(240,134,241); }
td.TdClassName
{
border-color: #F086F1;
}
.TagClassName
{
border-color: #F086F1;
}
</style>