Shades of Violet #F296FC
Tints of Violet #F296FC
RGB
CMYK
RGB Variations
Color information
#F296FC (or 0xF296FC) is known color: Violet. HEX triplet: F2, 96 and FC. RGB value is (242,150,252). Sum of RGB (Red+Green+Blue) = 242+150+252=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 150 (58.98% from 255 or 23.29% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #F296FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F296FC is #0D6903. Grayscale: #BCBCBC. Windows color (decimal): -878852 or 16553714. OLE color: 16553714.
HSL color Cylindrical-coordinate representation of color #F296FC: hue angle of 294.12º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F296FC is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 150 | 252 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.01 |
| HSL | 294.12º | 0.94% | 0.79% | - |
| HSV(B) | 294.12º | 0.4% | 0.99% | - |
| XYZ | 65.09 | 47.72 | 97.88 | - |
| YUV | 189.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 252 | 0.04 | 0.40 | 0 | 0.01 | 294.12 | 0.94 | 0.79 |
| Hex | F2 | 96 | FC | 4 | 28 | 0 | 1 | 126 | 5E | 4F |
| Octal | 362 | 226 | 374 | 4 | 50 | 0 | 1 | 446 | 136 | 117 |
| Binary | 11110010 | 10010110 | 11111100 | 100 | 101000 | 0 | 1 | 100100110 | 1011110 | 1001111 |
Color Harmonies of #F296FC
Complementary color
Monochromatic Colors of #F296FC
Black with #F296FC
Text Example
Text Example
White with #F296FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296FC; }
p { color: rgb(242,150,252); }
H1.HeaderClassName
{
color: #F296FC;
}
.AnyTagClassName
{
color: #F296FC;
}
</style>
background-color css
<style>
a { background-color: #F296FC; }
a { background-color: rgb(242,150,252); }
div.DivClassName
{
background-color: #F296FC;
}
.BgClassName
{
background-color: #F296FC;
}
</style>
border-color css
<style>
span { border-color: #F296FC; }
span { border-color: rgb(242,150,252); }
td.TdClassName
{
border-color: #F296FC;
}
.TagClassName
{
border-color: #F296FC;
}
</style>