Shades of Violet #F690FF
Tints of Violet #F690FF
RGB
CMYK
RGB Variations
Color information
#F690FF (or 0xF690FF) is known color: Violet. HEX triplet: F6, 90 and FF. RGB value is (246,144,255). Sum of RGB (Red+Green+Blue) = 246+144+255=645 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.14% from 645); Green value is 144 (56.64% from 255 or 22.33% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #F690FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F690FF is #096F00. Grayscale: #BABABA. Windows color (decimal): -618241 or 16748790. OLE color: 16748790.
HSL color Cylindrical-coordinate representation of color #F690FF: hue angle of 295.14º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F690FF is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 144 | 255 | - |
| CMYK | 0.04 | 0.44 | 0 | 0 |
| HSL | 295.14º | 1% | 0.78% | - |
| HSV(B) | 295.14º | 0.44% | 1% | - |
| XYZ | 66.03 | 46.76 | 100.15 | - |
| YUV | 187.15 | 166.29 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 255 | 0.04 | 0.44 | 0 | 0 | 295.14 | 1 | 0.78 |
| Hex | F6 | 90 | FF | 4 | 2C | 0 | 0 | 127 | 64 | 4E |
| Octal | 366 | 220 | 377 | 4 | 54 | 0 | 0 | 447 | 144 | 116 |
| Binary | 11110110 | 10010000 | 11111111 | 100 | 101100 | 0 | 0 | 100100111 | 1100100 | 1001110 |
Color Harmonies of #F690FF
Complementary color
Monochromatic Colors of #F690FF
Black with #F690FF
Text Example
Text Example
White with #F690FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690FF; }
p { color: rgb(246,144,255); }
H1.HeaderClassName
{
color: #F690FF;
}
.AnyTagClassName
{
color: #F690FF;
}
</style>
background-color css
<style>
a { background-color: #F690FF; }
a { background-color: rgb(246,144,255); }
div.DivClassName
{
background-color: #F690FF;
}
.BgClassName
{
background-color: #F690FF;
}
</style>
border-color css
<style>
span { border-color: #F690FF; }
span { border-color: rgb(246,144,255); }
td.TdClassName
{
border-color: #F690FF;
}
.TagClassName
{
border-color: #F690FF;
}
</style>