Shades of Violet #F09BF0
Tints of Violet #F09BF0
RGB
CMYK
RGB Variations
Color information
#F09BF0 (or 0xF09BF0) is known color: Violet. HEX triplet: F0, 9B and F0. RGB value is (240,155,240). Sum of RGB (Red+Green+Blue) = 240+155+240=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 155 (60.94% from 255 or 24.41% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F09BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09BF0 is #0F640F. Grayscale: #BDBDBD. Windows color (decimal): -1008656 or 15768560. OLE color: 15768560.
HSL color Cylindrical-coordinate representation of color #F09BF0: hue angle of 300º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09BF0 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 240 | - |
| CMYK | 0 | 0.35 | 0 | 0.06 |
| HSL | 300º | 0.74% | 0.77% | - |
| HSV(B) | 300º | 0.35% | 0.94% | - |
| XYZ | 63.38 | 48.26 | 88.41 | - |
| YUV | 190.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 240 | 0 | 0.35 | 0 | 0.06 | 300 | 0.74 | 0.77 |
| Hex | F0 | 9B | F0 | 0 | 23 | 0 | 6 | 12C | 4A | 4D |
| Octal | 360 | 233 | 360 | 0 | 43 | 0 | 6 | 454 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11110000 | 0 | 100011 | 0 | 110 | 100101100 | 1001010 | 1001101 |
Color Harmonies of #F09BF0
Complementary color
Monochromatic Colors of #F09BF0
Black with #F09BF0
Text Example
Text Example
White with #F09BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BF0; }
p { color: rgb(240,155,240); }
H1.HeaderClassName
{
color: #F09BF0;
}
.AnyTagClassName
{
color: #F09BF0;
}
</style>
background-color css
<style>
a { background-color: #F09BF0; }
a { background-color: rgb(240,155,240); }
div.DivClassName
{
background-color: #F09BF0;
}
.BgClassName
{
background-color: #F09BF0;
}
</style>
border-color css
<style>
span { border-color: #F09BF0; }
span { border-color: rgb(240,155,240); }
td.TdClassName
{
border-color: #F09BF0;
}
.TagClassName
{
border-color: #F09BF0;
}
</style>