Shades of Violet #F986F0
Tints of Violet #F986F0
RGB
CMYK
RGB Variations
Color information
#F986F0 (or 0xF986F0) is known color: Violet. HEX triplet: F9, 86 and F0. RGB value is (249,134,240). Sum of RGB (Red+Green+Blue) = 249+134+240=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 134 (52.73% from 255 or 21.51% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F986F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F986F0 is #06790F. Grayscale: #B4B4B4. Windows color (decimal): -424208 or 15763193. OLE color: 15763193.
HSL color Cylindrical-coordinate representation of color #F986F0: hue angle of 304.7º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F986F0 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 134 | 240 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.02 |
| HSL | 304.7º | 0.91% | 0.75% | - |
| HSV(B) | 304.7º | 0.46% | 0.98% | - |
| XYZ | 63.32 | 43.48 | 87.49 | - |
| YUV | 180.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 134 | 240 | 0 | 0.46 | 0.04 | 0.02 | 304.7 | 0.91 | 0.75 |
| Hex | F9 | 86 | F0 | 0 | 2E | 4 | 2 | 131 | 5B | 4B |
| Octal | 371 | 206 | 360 | 0 | 56 | 4 | 2 | 461 | 133 | 113 |
| Binary | 11111001 | 10000110 | 11110000 | 0 | 101110 | 100 | 10 | 100110001 | 1011011 | 1001011 |
Color Harmonies of #F986F0
Complementary color
Monochromatic Colors of #F986F0
Black with #F986F0
Text Example
Text Example
White with #F986F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F986F0; }
p { color: rgb(249,134,240); }
H1.HeaderClassName
{
color: #F986F0;
}
.AnyTagClassName
{
color: #F986F0;
}
</style>
background-color css
<style>
a { background-color: #F986F0; }
a { background-color: rgb(249,134,240); }
div.DivClassName
{
background-color: #F986F0;
}
.BgClassName
{
background-color: #F986F0;
}
</style>
border-color css
<style>
span { border-color: #F986F0; }
span { border-color: rgb(249,134,240); }
td.TdClassName
{
border-color: #F986F0;
}
.TagClassName
{
border-color: #F986F0;
}
</style>