Shades of Violet #F296F1
Tints of Violet #F296F1
RGB
CMYK
RGB Variations
Color information
#F296F1 (or 0xF296F1) is known color: Violet. HEX triplet: F2, 96 and F1. RGB value is (242,150,241). Sum of RGB (Red+Green+Blue) = 242+150+241=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 150 (58.98% from 255 or 23.70% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F296F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F296F1 is #0D690E. Grayscale: #BBBBBB. Windows color (decimal): -878863 or 15832818. OLE color: 15832818.
HSL color Cylindrical-coordinate representation of color #F296F1: hue angle of 300.65º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F296F1 is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 241 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.05 |
| HSL | 300.65º | 0.78% | 0.77% | - |
| HSV(B) | 300.65º | 0.38% | 0.95% | - |
| XYZ | 63.4 | 47.04 | 88.96 | - |
| YUV | 187.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 241 | 0 | 0.38 | 0.00 | 0.05 | 300.65 | 0.78 | 0.77 |
| Hex | F2 | 96 | F1 | 0 | 26 | 0 | 5 | 12D | 4E | 4D |
| Octal | 362 | 226 | 361 | 0 | 46 | 0 | 5 | 455 | 116 | 115 |
| Binary | 11110010 | 10010110 | 11110001 | 0 | 100110 | 0 | 101 | 100101101 | 1001110 | 1001101 |
Color Harmonies of #F296F1
Complementary color
Monochromatic Colors of #F296F1
Black with #F296F1
Text Example
Text Example
White with #F296F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296F1; }
p { color: rgb(242,150,241); }
H1.HeaderClassName
{
color: #F296F1;
}
.AnyTagClassName
{
color: #F296F1;
}
</style>
background-color css
<style>
a { background-color: #F296F1; }
a { background-color: rgb(242,150,241); }
div.DivClassName
{
background-color: #F296F1;
}
.BgClassName
{
background-color: #F296F1;
}
</style>
border-color css
<style>
span { border-color: #F296F1; }
span { border-color: rgb(242,150,241); }
td.TdClassName
{
border-color: #F296F1;
}
.TagClassName
{
border-color: #F296F1;
}
</style>