Shades of Violet #F986F7
Tints of Violet #F986F7
RGB
CMYK
RGB Variations
Color information
#F986F7 (or 0xF986F7) is known color: Violet. HEX triplet: F9, 86 and F7. RGB value is (249,134,247). Sum of RGB (Red+Green+Blue) = 249+134+247=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 134 (52.73% from 255 or 21.27% from 630); Blue value is 247 (96.88% from 255 or 39.21% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F986F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F986F7 is #067908. Grayscale: #B4B4B4. Windows color (decimal): -424201 or 16221945. OLE color: 16221945.
HSL color Cylindrical-coordinate representation of color #F986F7: hue angle of 301.04º 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 #F986F7 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 134 | 247 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.02 |
| HSL | 301.04º | 0.91% | 0.75% | - |
| HSV(B) | 301.04º | 0.46% | 0.98% | - |
| XYZ | 64.38 | 43.91 | 93.08 | - |
| YUV | 181.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 134 | 247 | 0 | 0.46 | 0.01 | 0.02 | 301.04 | 0.91 | 0.75 |
| Hex | F9 | 86 | F7 | 0 | 2E | 1 | 2 | 12D | 5B | 4B |
| Octal | 371 | 206 | 367 | 0 | 56 | 1 | 2 | 455 | 133 | 113 |
| Binary | 11111001 | 10000110 | 11110111 | 0 | 101110 | 1 | 10 | 100101101 | 1011011 | 1001011 |
Color Harmonies of #F986F7
Complementary color
Monochromatic Colors of #F986F7
Black with #F986F7
Text Example
Text Example
White with #F986F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F986F7; }
p { color: rgb(249,134,247); }
H1.HeaderClassName
{
color: #F986F7;
}
.AnyTagClassName
{
color: #F986F7;
}
</style>
background-color css
<style>
a { background-color: #F986F7; }
a { background-color: rgb(249,134,247); }
div.DivClassName
{
background-color: #F986F7;
}
.BgClassName
{
background-color: #F986F7;
}
</style>
border-color css
<style>
span { border-color: #F986F7; }
span { border-color: rgb(249,134,247); }
td.TdClassName
{
border-color: #F986F7;
}
.TagClassName
{
border-color: #F986F7;
}
</style>