Shades of Violet #F985F0
Tints of Violet #F985F0
RGB
CMYK
RGB Variations
Color information
#F985F0 (or 0xF985F0) is known color: Violet. HEX triplet: F9, 85 and F0. RGB value is (249,133,240). Sum of RGB (Red+Green+Blue) = 249+133+240=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 133 (52.34% from 255 or 21.38% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F985F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F985F0 is #067A0F. Grayscale: #B3B3B3. Windows color (decimal): -424464 or 15762937. OLE color: 15762937.
HSL color Cylindrical-coordinate representation of color #F985F0: hue angle of 304.66º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F985F0 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 240 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.02 |
| HSL | 304.66º | 0.91% | 0.75% | - |
| HSV(B) | 304.66º | 0.47% | 0.98% | - |
| XYZ | 63.18 | 43.21 | 87.45 | - |
| YUV | 179.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 240 | 0 | 0.47 | 0.04 | 0.02 | 304.66 | 0.91 | 0.75 |
| Hex | F9 | 85 | F0 | 0 | 2F | 4 | 2 | 131 | 5B | 4B |
| Octal | 371 | 205 | 360 | 0 | 57 | 4 | 2 | 461 | 133 | 113 |
| Binary | 11111001 | 10000101 | 11110000 | 0 | 101111 | 100 | 10 | 100110001 | 1011011 | 1001011 |
Color Harmonies of #F985F0
Complementary color
Monochromatic Colors of #F985F0
Black with #F985F0
Text Example
Text Example
White with #F985F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F985F0; }
p { color: rgb(249,133,240); }
H1.HeaderClassName
{
color: #F985F0;
}
.AnyTagClassName
{
color: #F985F0;
}
</style>
background-color css
<style>
a { background-color: #F985F0; }
a { background-color: rgb(249,133,240); }
div.DivClassName
{
background-color: #F985F0;
}
.BgClassName
{
background-color: #F985F0;
}
</style>
border-color css
<style>
span { border-color: #F985F0; }
span { border-color: rgb(249,133,240); }
td.TdClassName
{
border-color: #F985F0;
}
.TagClassName
{
border-color: #F985F0;
}
</style>