Shades of Violet #F694FD
Tints of Violet #F694FD
RGB
CMYK
RGB Variations
Color information
#F694FD (or 0xF694FD) is known color: Violet. HEX triplet: F6, 94 and FD. RGB value is (246,148,253). Sum of RGB (Red+Green+Blue) = 246+148+253=647 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.02% from 647); Green value is 148 (58.20% from 255 or 22.87% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #F694FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F694FD is #096B02. Grayscale: #BCBCBC. Windows color (decimal): -617219 or 16618742. OLE color: 16618742.
HSL color Cylindrical-coordinate representation of color #F694FD: hue angle of 296º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F694FD is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 148 | 253 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.01 |
| HSL | 296º | 0.96% | 0.79% | - |
| HSV(B) | 296º | 0.42% | 0.99% | - |
| XYZ | 66.33 | 47.86 | 98.67 | - |
| YUV | 189.27 | 163.97 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 253 | 0.03 | 0.42 | 0 | 0.01 | 296 | 0.96 | 0.79 |
| Hex | F6 | 94 | FD | 3 | 2A | 0 | 1 | 128 | 60 | 4F |
| Octal | 366 | 224 | 375 | 3 | 52 | 0 | 1 | 450 | 140 | 117 |
| Binary | 11110110 | 10010100 | 11111101 | 11 | 101010 | 0 | 1 | 100101000 | 1100000 | 1001111 |
Color Harmonies of #F694FD
Complementary color
Monochromatic Colors of #F694FD
Black with #F694FD
Text Example
Text Example
White with #F694FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694FD; }
p { color: rgb(246,148,253); }
H1.HeaderClassName
{
color: #F694FD;
}
.AnyTagClassName
{
color: #F694FD;
}
</style>
background-color css
<style>
a { background-color: #F694FD; }
a { background-color: rgb(246,148,253); }
div.DivClassName
{
background-color: #F694FD;
}
.BgClassName
{
background-color: #F694FD;
}
</style>
border-color css
<style>
span { border-color: #F694FD; }
span { border-color: rgb(246,148,253); }
td.TdClassName
{
border-color: #F694FD;
}
.TagClassName
{
border-color: #F694FD;
}
</style>