Shades of Violet #F29CF9
Tints of Violet #F29CF9
RGB
CMYK
RGB Variations
Color information
#F29CF9 (or 0xF29CF9) is known color: Violet. HEX triplet: F2, 9C and F9. RGB value is (242,156,249). Sum of RGB (Red+Green+Blue) = 242+156+249=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 156 (61.33% from 255 or 24.11% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #F29CF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29CF9 is #0D6306. Grayscale: #C0C0C0. Windows color (decimal): -877319 or 16358642. OLE color: 16358642.
HSL color Cylindrical-coordinate representation of color #F29CF9: hue angle of 295.48º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F29CF9 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 156 | 249 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.02 |
| HSL | 295.48º | 0.89% | 0.79% | - |
| HSV(B) | 295.48º | 0.37% | 0.98% | - |
| XYZ | 65.61 | 49.49 | 95.72 | - |
| YUV | 192.32 | 159.99 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 249 | 0.03 | 0.37 | 0 | 0.02 | 295.48 | 0.89 | 0.79 |
| Hex | F2 | 9C | F9 | 3 | 25 | 0 | 2 | 127 | 59 | 4F |
| Octal | 362 | 234 | 371 | 3 | 45 | 0 | 2 | 447 | 131 | 117 |
| Binary | 11110010 | 10011100 | 11111001 | 11 | 100101 | 0 | 10 | 100100111 | 1011001 | 1001111 |
Color Harmonies of #F29CF9
Complementary color
Monochromatic Colors of #F29CF9
Black with #F29CF9
Text Example
Text Example
White with #F29CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29CF9; }
p { color: rgb(242,156,249); }
H1.HeaderClassName
{
color: #F29CF9;
}
.AnyTagClassName
{
color: #F29CF9;
}
</style>
background-color css
<style>
a { background-color: #F29CF9; }
a { background-color: rgb(242,156,249); }
div.DivClassName
{
background-color: #F29CF9;
}
.BgClassName
{
background-color: #F29CF9;
}
</style>
border-color css
<style>
span { border-color: #F29CF9; }
span { border-color: rgb(242,156,249); }
td.TdClassName
{
border-color: #F29CF9;
}
.TagClassName
{
border-color: #F29CF9;
}
</style>