Shades of Violet #F296FE
Tints of Violet #F296FE
RGB
CMYK
RGB Variations
Color information
#F296FE (or 0xF296FE) is known color: Violet. HEX triplet: F2, 96 and FE. RGB value is (242,150,254). Sum of RGB (Red+Green+Blue) = 242+150+254=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 150 (58.98% from 255 or 23.22% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #F296FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F296FE is #0D6901. Grayscale: #BDBDBD. Windows color (decimal): -878850 or 16684786. OLE color: 16684786.
HSL color Cylindrical-coordinate representation of color #F296FE: hue angle of 293.08º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F296FE is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 150 | 254 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.00 |
| HSL | 293.08º | 0.98% | 0.79% | - |
| HSV(B) | 293.08º | 0.41% | 1% | - |
| XYZ | 65.41 | 47.85 | 99.55 | - |
| YUV | 189.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 254 | 0.05 | 0.41 | 0 | 0.00 | 293.08 | 0.98 | 0.79 |
| Hex | F2 | 96 | FE | 5 | 29 | 0 | 0 | 125 | 62 | 4F |
| Octal | 362 | 226 | 376 | 5 | 51 | 0 | 0 | 445 | 142 | 117 |
| Binary | 11110010 | 10010110 | 11111110 | 101 | 101001 | 0 | 0 | 100100101 | 1100010 | 1001111 |
Color Harmonies of #F296FE
Complementary color
Monochromatic Colors of #F296FE
Black with #F296FE
Text Example
Text Example
White with #F296FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296FE; }
p { color: rgb(242,150,254); }
H1.HeaderClassName
{
color: #F296FE;
}
.AnyTagClassName
{
color: #F296FE;
}
</style>
background-color css
<style>
a { background-color: #F296FE; }
a { background-color: rgb(242,150,254); }
div.DivClassName
{
background-color: #F296FE;
}
.BgClassName
{
background-color: #F296FE;
}
</style>
border-color css
<style>
span { border-color: #F296FE; }
span { border-color: rgb(242,150,254); }
td.TdClassName
{
border-color: #F296FE;
}
.TagClassName
{
border-color: #F296FE;
}
</style>