Shades of Violet #F294F7
Tints of Violet #F294F7
RGB
CMYK
RGB Variations
Color information
#F294F7 (or 0xF294F7) is known color: Violet. HEX triplet: F2, 94 and F7. RGB value is (242,148,247). Sum of RGB (Red+Green+Blue) = 242+148+247=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 148 (58.20% from 255 or 23.23% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 247 - color contains mainly: blue. Hex color #F294F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F294F7 is #0D6B08. Grayscale: #BBBBBB. Windows color (decimal): -879369 or 16225522. OLE color: 16225522.
HSL color Cylindrical-coordinate representation of color #F294F7: hue angle of 296.97º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F294F7 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 148 | 247 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.03 |
| HSL | 296.97º | 0.86% | 0.77% | - |
| HSV(B) | 296.97º | 0.4% | 0.97% | - |
| XYZ | 64 | 46.77 | 93.65 | - |
| YUV | 187.39 | 161.64 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 247 | 0.02 | 0.40 | 0 | 0.03 | 296.97 | 0.86 | 0.77 |
| Hex | F2 | 94 | F7 | 2 | 28 | 0 | 3 | 129 | 56 | 4D |
| Octal | 362 | 224 | 367 | 2 | 50 | 0 | 3 | 451 | 126 | 115 |
| Binary | 11110010 | 10010100 | 11110111 | 10 | 101000 | 0 | 11 | 100101001 | 1010110 | 1001101 |
Color Harmonies of #F294F7
Complementary color
Monochromatic Colors of #F294F7
Black with #F294F7
Text Example
Text Example
White with #F294F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294F7; }
p { color: rgb(242,148,247); }
H1.HeaderClassName
{
color: #F294F7;
}
.AnyTagClassName
{
color: #F294F7;
}
</style>
background-color css
<style>
a { background-color: #F294F7; }
a { background-color: rgb(242,148,247); }
div.DivClassName
{
background-color: #F294F7;
}
.BgClassName
{
background-color: #F294F7;
}
</style>
border-color css
<style>
span { border-color: #F294F7; }
span { border-color: rgb(242,148,247); }
td.TdClassName
{
border-color: #F294F7;
}
.TagClassName
{
border-color: #F294F7;
}
</style>