Shades of Violet #F09BFF
Tints of Violet #F09BFF
RGB
CMYK
RGB Variations
Color information
#F09BFF (or 0xF09BFF) is known color: Violet. HEX triplet: F0, 9B and FF. RGB value is (240,155,255). Sum of RGB (Red+Green+Blue) = 240+155+255=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 155 (60.94% from 255 or 23.85% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #F09BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09BFF is #0F6400. Grayscale: #BFBFBF. Windows color (decimal): -1008641 or 16751600. OLE color: 16751600.
HSL color Cylindrical-coordinate representation of color #F09BFF: hue angle of 291º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F09BFF is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 155 | 255 | - |
| CMYK | 0.06 | 0.39 | 0 | 0 |
| HSL | 291º | 1% | 0.8% | - |
| HSV(B) | 291º | 0.39% | 1% | - |
| XYZ | 65.71 | 49.19 | 100.64 | - |
| YUV | 191.82 | 163.66 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 255 | 0.06 | 0.39 | 0 | 0 | 291 | 1 | 0.8 |
| Hex | F0 | 9B | FF | 6 | 27 | 0 | 0 | 123 | 64 | 50 |
| Octal | 360 | 233 | 377 | 6 | 47 | 0 | 0 | 443 | 144 | 120 |
| Binary | 11110000 | 10011011 | 11111111 | 110 | 100111 | 0 | 0 | 100100011 | 1100100 | 1010000 |
Color Harmonies of #F09BFF
Complementary color
Monochromatic Colors of #F09BFF
Black with #F09BFF
Text Example
Text Example
White with #F09BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BFF; }
p { color: rgb(240,155,255); }
H1.HeaderClassName
{
color: #F09BFF;
}
.AnyTagClassName
{
color: #F09BFF;
}
</style>
background-color css
<style>
a { background-color: #F09BFF; }
a { background-color: rgb(240,155,255); }
div.DivClassName
{
background-color: #F09BFF;
}
.BgClassName
{
background-color: #F09BFF;
}
</style>
border-color css
<style>
span { border-color: #F09BFF; }
span { border-color: rgb(240,155,255); }
td.TdClassName
{
border-color: #F09BFF;
}
.TagClassName
{
border-color: #F09BFF;
}
</style>