Shades of Violet #F699FD
Tints of Violet #F699FD
RGB
CMYK
RGB Variations
Color information
#F699FD (or 0xF699FD) is known color: Violet. HEX triplet: F6, 99 and FD. RGB value is (246,153,253). Sum of RGB (Red+Green+Blue) = 246+153+253=652 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.73% from 652); Green value is 153 (60.16% from 255 or 23.47% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #F699FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F699FD is #096602. Grayscale: #BFBFBF. Windows color (decimal): -615939 or 16620022. OLE color: 16620022.
HSL color Cylindrical-coordinate representation of color #F699FD: hue angle of 295.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F699FD is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 153 | 253 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.01 |
| HSL | 295.8º | 0.96% | 0.8% | - |
| HSV(B) | 295.8º | 0.4% | 0.99% | - |
| XYZ | 67.13 | 49.47 | 98.94 | - |
| YUV | 192.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 153 | 253 | 0.03 | 0.40 | 0 | 0.01 | 295.8 | 0.96 | 0.8 |
| Hex | F6 | 99 | FD | 3 | 28 | 0 | 1 | 128 | 60 | 50 |
| Octal | 366 | 231 | 375 | 3 | 50 | 0 | 1 | 450 | 140 | 120 |
| Binary | 11110110 | 10011001 | 11111101 | 11 | 101000 | 0 | 1 | 100101000 | 1100000 | 1010000 |
Color Harmonies of #F699FD
Complementary color
Monochromatic Colors of #F699FD
Black with #F699FD
Text Example
Text Example
White with #F699FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F699FD; }
p { color: rgb(246,153,253); }
H1.HeaderClassName
{
color: #F699FD;
}
.AnyTagClassName
{
color: #F699FD;
}
</style>
background-color css
<style>
a { background-color: #F699FD; }
a { background-color: rgb(246,153,253); }
div.DivClassName
{
background-color: #F699FD;
}
.BgClassName
{
background-color: #F699FD;
}
</style>
border-color css
<style>
span { border-color: #F699FD; }
span { border-color: rgb(246,153,253); }
td.TdClassName
{
border-color: #F699FD;
}
.TagClassName
{
border-color: #F699FD;
}
</style>