Shades of Violet #F59BFA
Tints of Violet #F59BFA
RGB
CMYK
RGB Variations
Color information
#F59BFA (or 0xF59BFA) is known color: Violet. HEX triplet: F5, 9B and FA. RGB value is (245,155,250). Sum of RGB (Red+Green+Blue) = 245+155+250=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 155 (60.94% from 255 or 23.85% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #F59BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59BFA is #0A6405. Grayscale: #C0C0C0. Windows color (decimal): -680966 or 16423925. OLE color: 16423925.
HSL color Cylindrical-coordinate representation of color #F59BFA: hue angle of 296.84º degrees, saturation: 0.9, 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 #F59BFA is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 155 | 250 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.02 |
| HSL | 296.84º | 0.9% | 0.79% | - |
| HSV(B) | 296.84º | 0.38% | 0.98% | - |
| XYZ | 66.63 | 49.76 | 96.53 | - |
| YUV | 192.74 | 160.32 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 250 | 0.02 | 0.38 | 0 | 0.02 | 296.84 | 0.9 | 0.79 |
| Hex | F5 | 9B | FA | 2 | 26 | 0 | 2 | 129 | 5A | 4F |
| Octal | 365 | 233 | 372 | 2 | 46 | 0 | 2 | 451 | 132 | 117 |
| Binary | 11110101 | 10011011 | 11111010 | 10 | 100110 | 0 | 10 | 100101001 | 1011010 | 1001111 |
Color Harmonies of #F59BFA
Complementary color
Monochromatic Colors of #F59BFA
Black with #F59BFA
Text Example
Text Example
White with #F59BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59BFA; }
p { color: rgb(245,155,250); }
H1.HeaderClassName
{
color: #F59BFA;
}
.AnyTagClassName
{
color: #F59BFA;
}
</style>
background-color css
<style>
a { background-color: #F59BFA; }
a { background-color: rgb(245,155,250); }
div.DivClassName
{
background-color: #F59BFA;
}
.BgClassName
{
background-color: #F59BFA;
}
</style>
border-color css
<style>
span { border-color: #F59BFA; }
span { border-color: rgb(245,155,250); }
td.TdClassName
{
border-color: #F59BFA;
}
.TagClassName
{
border-color: #F59BFA;
}
</style>