Shades of Violet #F59BF9
Tints of Violet #F59BF9
RGB
CMYK
RGB Variations
Color information
#F59BF9 (or 0xF59BF9) is known color: Violet. HEX triplet: F5, 9B and F9. RGB value is (245,155,249). Sum of RGB (Red+Green+Blue) = 245+155+249=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 155 (60.94% from 255 or 23.88% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #F59BF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59BF9 is #0A6406. Grayscale: #C0C0C0. Windows color (decimal): -680967 or 16358389. OLE color: 16358389.
HSL color Cylindrical-coordinate representation of color #F59BF9: hue angle of 297.45º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F59BF9 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 155 | 249 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.02 |
| HSL | 297.45º | 0.89% | 0.79% | - |
| HSV(B) | 297.45º | 0.38% | 0.98% | - |
| XYZ | 66.48 | 49.69 | 95.71 | - |
| YUV | 192.63 | 159.82 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 249 | 0.02 | 0.38 | 0 | 0.02 | 297.45 | 0.89 | 0.79 |
| Hex | F5 | 9B | F9 | 2 | 26 | 0 | 2 | 129 | 59 | 4F |
| Octal | 365 | 233 | 371 | 2 | 46 | 0 | 2 | 451 | 131 | 117 |
| Binary | 11110101 | 10011011 | 11111001 | 10 | 100110 | 0 | 10 | 100101001 | 1011001 | 1001111 |
Color Harmonies of #F59BF9
Complementary color
Monochromatic Colors of #F59BF9
Black with #F59BF9
Text Example
Text Example
White with #F59BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59BF9; }
p { color: rgb(245,155,249); }
H1.HeaderClassName
{
color: #F59BF9;
}
.AnyTagClassName
{
color: #F59BF9;
}
</style>
background-color css
<style>
a { background-color: #F59BF9; }
a { background-color: rgb(245,155,249); }
div.DivClassName
{
background-color: #F59BF9;
}
.BgClassName
{
background-color: #F59BF9;
}
</style>
border-color css
<style>
span { border-color: #F59BF9; }
span { border-color: rgb(245,155,249); }
td.TdClassName
{
border-color: #F59BF9;
}
.TagClassName
{
border-color: #F59BF9;
}
</style>