Shades of Violet #F29DF9
Tints of Violet #F29DF9
RGB
CMYK
RGB Variations
Color information
#F29DF9 (or 0xF29DF9) is known color: Violet. HEX triplet: F2, 9D and F9. RGB value is (242,157,249). Sum of RGB (Red+Green+Blue) = 242+157+249=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 157 (61.72% from 255 or 24.23% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #F29DF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29DF9 is #0D6206. Grayscale: #C0C0C0. Windows color (decimal): -877063 or 16358898. OLE color: 16358898.
HSL color Cylindrical-coordinate representation of color #F29DF9: hue angle of 295.43º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F29DF9 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 157 | 249 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.02 |
| HSL | 295.43º | 0.88% | 0.8% | - |
| HSV(B) | 295.43º | 0.37% | 0.98% | - |
| XYZ | 65.77 | 49.83 | 95.77 | - |
| YUV | 192.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 249 | 0.03 | 0.37 | 0 | 0.02 | 295.43 | 0.88 | 0.8 |
| Hex | F2 | 9D | F9 | 3 | 25 | 0 | 2 | 127 | 58 | 50 |
| Octal | 362 | 235 | 371 | 3 | 45 | 0 | 2 | 447 | 130 | 120 |
| Binary | 11110010 | 10011101 | 11111001 | 11 | 100101 | 0 | 10 | 100100111 | 1011000 | 1010000 |
Color Harmonies of #F29DF9
Complementary color
Monochromatic Colors of #F29DF9
Black with #F29DF9
Text Example
Text Example
White with #F29DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29DF9; }
p { color: rgb(242,157,249); }
H1.HeaderClassName
{
color: #F29DF9;
}
.AnyTagClassName
{
color: #F29DF9;
}
</style>
background-color css
<style>
a { background-color: #F29DF9; }
a { background-color: rgb(242,157,249); }
div.DivClassName
{
background-color: #F29DF9;
}
.BgClassName
{
background-color: #F29DF9;
}
</style>
border-color css
<style>
span { border-color: #F29DF9; }
span { border-color: rgb(242,157,249); }
td.TdClassName
{
border-color: #F29DF9;
}
.TagClassName
{
border-color: #F29DF9;
}
</style>