Shades of Violet #F296FD
Tints of Violet #F296FD
RGB
CMYK
RGB Variations
Color information
#F296FD (or 0xF296FD) is known color: Violet. HEX triplet: F2, 96 and FD. RGB value is (242,150,253). Sum of RGB (Red+Green+Blue) = 242+150+253=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 150 (58.98% from 255 or 23.26% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #F296FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F296FD is #0D6902. Grayscale: #BCBCBC. Windows color (decimal): -878851 or 16619250. OLE color: 16619250.
HSL color Cylindrical-coordinate representation of color #F296FD: hue angle of 293.59º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F296FD is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 150 | 253 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.01 |
| HSL | 293.59º | 0.96% | 0.79% | - |
| HSV(B) | 293.59º | 0.41% | 0.99% | - |
| XYZ | 65.25 | 47.78 | 98.71 | - |
| YUV | 189.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 253 | 0.04 | 0.41 | 0 | 0.01 | 293.59 | 0.96 | 0.79 |
| Hex | F2 | 96 | FD | 4 | 29 | 0 | 1 | 126 | 60 | 4F |
| Octal | 362 | 226 | 375 | 4 | 51 | 0 | 1 | 446 | 140 | 117 |
| Binary | 11110010 | 10010110 | 11111101 | 100 | 101001 | 0 | 1 | 100100110 | 1100000 | 1001111 |
Color Harmonies of #F296FD
Complementary color
Monochromatic Colors of #F296FD
Black with #F296FD
Text Example
Text Example
White with #F296FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296FD; }
p { color: rgb(242,150,253); }
H1.HeaderClassName
{
color: #F296FD;
}
.AnyTagClassName
{
color: #F296FD;
}
</style>
background-color css
<style>
a { background-color: #F296FD; }
a { background-color: rgb(242,150,253); }
div.DivClassName
{
background-color: #F296FD;
}
.BgClassName
{
background-color: #F296FD;
}
</style>
border-color css
<style>
span { border-color: #F296FD; }
span { border-color: rgb(242,150,253); }
td.TdClassName
{
border-color: #F296FD;
}
.TagClassName
{
border-color: #F296FD;
}
</style>