Shades of Violet #F296ED
Tints of Violet #F296ED
RGB
CMYK
RGB Variations
Color information
#F296ED (or 0xF296ED) is known color: Violet. HEX triplet: F2, 96 and ED. RGB value is (242,150,237). Sum of RGB (Red+Green+Blue) = 242+150+237=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 150 (58.98% from 255 or 23.85% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F296ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F296ED is #0D6912. Grayscale: #BBBBBB. Windows color (decimal): -878867 or 15570674. OLE color: 15570674.
HSL color Cylindrical-coordinate representation of color #F296ED: hue angle of 303.26º 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 #F296ED is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 237 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.05 |
| HSL | 303.26º | 0.78% | 0.77% | - |
| HSV(B) | 303.26º | 0.38% | 0.95% | - |
| XYZ | 62.81 | 46.8 | 85.84 | - |
| YUV | 187.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 237 | 0 | 0.38 | 0.02 | 0.05 | 303.26 | 0.78 | 0.77 |
| Hex | F2 | 96 | ED | 0 | 26 | 2 | 5 | 12F | 4E | 4D |
| Octal | 362 | 226 | 355 | 0 | 46 | 2 | 5 | 457 | 116 | 115 |
| Binary | 11110010 | 10010110 | 11101101 | 0 | 100110 | 10 | 101 | 100101111 | 1001110 | 1001101 |
Color Harmonies of #F296ED
Complementary color
Monochromatic Colors of #F296ED
Black with #F296ED
Text Example
Text Example
White with #F296ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296ED; }
p { color: rgb(242,150,237); }
H1.HeaderClassName
{
color: #F296ED;
}
.AnyTagClassName
{
color: #F296ED;
}
</style>
background-color css
<style>
a { background-color: #F296ED; }
a { background-color: rgb(242,150,237); }
div.DivClassName
{
background-color: #F296ED;
}
.BgClassName
{
background-color: #F296ED;
}
</style>
border-color css
<style>
span { border-color: #F296ED; }
span { border-color: rgb(242,150,237); }
td.TdClassName
{
border-color: #F296ED;
}
.TagClassName
{
border-color: #F296ED;
}
</style>