Shades of Violet #F09BFB
Tints of Violet #F09BFB
RGB
CMYK
RGB Variations
Color information
#F09BFB (or 0xF09BFB) is known color: Violet. HEX triplet: F0, 9B and FB. RGB value is (240,155,251). Sum of RGB (Red+Green+Blue) = 240+155+251=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 155 (60.94% from 255 or 23.99% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #F09BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09BFB is #0F6404. Grayscale: #BFBFBF. Windows color (decimal): -1008645 or 16489456. OLE color: 16489456.
HSL color Cylindrical-coordinate representation of color #F09BFB: hue angle of 293.12º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F09BFB is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 155 | 251 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.02 |
| HSL | 293.13º | 0.92% | 0.8% | - |
| HSV(B) | 293.13º | 0.38% | 0.98% | - |
| XYZ | 65.07 | 48.93 | 97.28 | - |
| YUV | 191.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 251 | 0.04 | 0.38 | 0 | 0.02 | 293.13 | 0.92 | 0.8 |
| Hex | F0 | 9B | FB | 4 | 26 | 0 | 2 | 125 | 5C | 50 |
| Octal | 360 | 233 | 373 | 4 | 46 | 0 | 2 | 445 | 134 | 120 |
| Binary | 11110000 | 10011011 | 11111011 | 100 | 100110 | 0 | 10 | 100100101 | 1011100 | 1010000 |
Color Harmonies of #F09BFB
Complementary color
Monochromatic Colors of #F09BFB
Black with #F09BFB
Text Example
Text Example
White with #F09BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BFB; }
p { color: rgb(240,155,251); }
H1.HeaderClassName
{
color: #F09BFB;
}
.AnyTagClassName
{
color: #F09BFB;
}
</style>
background-color css
<style>
a { background-color: #F09BFB; }
a { background-color: rgb(240,155,251); }
div.DivClassName
{
background-color: #F09BFB;
}
.BgClassName
{
background-color: #F09BFB;
}
</style>
border-color css
<style>
span { border-color: #F09BFB; }
span { border-color: rgb(240,155,251); }
td.TdClassName
{
border-color: #F09BFB;
}
.TagClassName
{
border-color: #F09BFB;
}
</style>