Shades of Violet #F29BF6
Tints of Violet #F29BF6
RGB
CMYK
RGB Variations
Color information
#F29BF6 (or 0xF29BF6) is known color: Violet. HEX triplet: F2, 9B and F6. RGB value is (242,155,246). Sum of RGB (Red+Green+Blue) = 242+155+246=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 155 (60.94% from 255 or 24.11% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #F29BF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29BF6 is #0D6409. Grayscale: #BFBFBF. Windows color (decimal): -877578 or 16161778. OLE color: 16161778.
HSL color Cylindrical-coordinate representation of color #F29BF6: hue angle of 297.36º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F29BF6 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 155 | 246 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.04 |
| HSL | 297.36º | 0.83% | 0.79% | - |
| HSV(B) | 297.36º | 0.37% | 0.96% | - |
| XYZ | 64.97 | 48.97 | 93.22 | - |
| YUV | 191.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 246 | 0.02 | 0.37 | 0 | 0.04 | 297.36 | 0.83 | 0.79 |
| Hex | F2 | 9B | F6 | 2 | 25 | 0 | 4 | 129 | 53 | 4F |
| Octal | 362 | 233 | 366 | 2 | 45 | 0 | 4 | 451 | 123 | 117 |
| Binary | 11110010 | 10011011 | 11110110 | 10 | 100101 | 0 | 100 | 100101001 | 1010011 | 1001111 |
Color Harmonies of #F29BF6
Complementary color
Monochromatic Colors of #F29BF6
Black with #F29BF6
Text Example
Text Example
White with #F29BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29BF6; }
p { color: rgb(242,155,246); }
H1.HeaderClassName
{
color: #F29BF6;
}
.AnyTagClassName
{
color: #F29BF6;
}
</style>
background-color css
<style>
a { background-color: #F29BF6; }
a { background-color: rgb(242,155,246); }
div.DivClassName
{
background-color: #F29BF6;
}
.BgClassName
{
background-color: #F29BF6;
}
</style>
border-color css
<style>
span { border-color: #F29BF6; }
span { border-color: rgb(242,155,246); }
td.TdClassName
{
border-color: #F29BF6;
}
.TagClassName
{
border-color: #F29BF6;
}
</style>