Shades of Violet #F09BF2
Tints of Violet #F09BF2
RGB
CMYK
RGB Variations
Color information
#F09BF2 (or 0xF09BF2) is known color: Violet. HEX triplet: F0, 9B and F2. RGB value is (240,155,242). Sum of RGB (Red+Green+Blue) = 240+155+242=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 155 (60.94% from 255 or 24.33% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #F09BF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09BF2 is #0F640D. Grayscale: #BEBEBE. Windows color (decimal): -1008654 or 15899632. OLE color: 15899632.
HSL color Cylindrical-coordinate representation of color #F09BF2: hue angle of 298.62º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09BF2 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 155 | 242 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.05 |
| HSL | 298.62º | 0.77% | 0.78% | - |
| HSV(B) | 298.62º | 0.36% | 0.95% | - |
| XYZ | 63.68 | 48.38 | 89.99 | - |
| YUV | 190.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 242 | 0.01 | 0.36 | 0 | 0.05 | 298.62 | 0.77 | 0.78 |
| Hex | F0 | 9B | F2 | 1 | 24 | 0 | 5 | 12B | 4D | 4E |
| Octal | 360 | 233 | 362 | 1 | 44 | 0 | 5 | 453 | 115 | 116 |
| Binary | 11110000 | 10011011 | 11110010 | 1 | 100100 | 0 | 101 | 100101011 | 1001101 | 1001110 |
Color Harmonies of #F09BF2
Complementary color
Monochromatic Colors of #F09BF2
Black with #F09BF2
Text Example
Text Example
White with #F09BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BF2; }
p { color: rgb(240,155,242); }
H1.HeaderClassName
{
color: #F09BF2;
}
.AnyTagClassName
{
color: #F09BF2;
}
</style>
background-color css
<style>
a { background-color: #F09BF2; }
a { background-color: rgb(240,155,242); }
div.DivClassName
{
background-color: #F09BF2;
}
.BgClassName
{
background-color: #F09BF2;
}
</style>
border-color css
<style>
span { border-color: #F09BF2; }
span { border-color: rgb(240,155,242); }
td.TdClassName
{
border-color: #F09BF2;
}
.TagClassName
{
border-color: #F09BF2;
}
</style>