Shades of Violet #F294F6
Tints of Violet #F294F6
RGB
CMYK
RGB Variations
Color information
#F294F6 (or 0xF294F6) is known color: Violet. HEX triplet: F2, 94 and F6. RGB value is (242,148,246). Sum of RGB (Red+Green+Blue) = 242+148+246=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 148 (58.20% from 255 or 23.27% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #F294F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F294F6 is #0D6B09. Grayscale: #BABABA. Windows color (decimal): -879370 or 16159986. OLE color: 16159986.
HSL color Cylindrical-coordinate representation of color #F294F6: hue angle of 297.55º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F294F6 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 148 | 246 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.04 |
| HSL | 297.55º | 0.84% | 0.77% | - |
| HSV(B) | 297.55º | 0.4% | 0.96% | - |
| XYZ | 63.84 | 46.71 | 92.84 | - |
| YUV | 187.28 | 161.14 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 246 | 0.02 | 0.40 | 0 | 0.04 | 297.55 | 0.84 | 0.77 |
| Hex | F2 | 94 | F6 | 2 | 28 | 0 | 4 | 12A | 54 | 4D |
| Octal | 362 | 224 | 366 | 2 | 50 | 0 | 4 | 452 | 124 | 115 |
| Binary | 11110010 | 10010100 | 11110110 | 10 | 101000 | 0 | 100 | 100101010 | 1010100 | 1001101 |
Color Harmonies of #F294F6
Complementary color
Monochromatic Colors of #F294F6
Black with #F294F6
Text Example
Text Example
White with #F294F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294F6; }
p { color: rgb(242,148,246); }
H1.HeaderClassName
{
color: #F294F6;
}
.AnyTagClassName
{
color: #F294F6;
}
</style>
background-color css
<style>
a { background-color: #F294F6; }
a { background-color: rgb(242,148,246); }
div.DivClassName
{
background-color: #F294F6;
}
.BgClassName
{
background-color: #F294F6;
}
</style>
border-color css
<style>
span { border-color: #F294F6; }
span { border-color: rgb(242,148,246); }
td.TdClassName
{
border-color: #F294F6;
}
.TagClassName
{
border-color: #F294F6;
}
</style>