Shades of Violet #F690F1
Tints of Violet #F690F1
RGB
CMYK
RGB Variations
Color information
#F690F1 (or 0xF690F1) is known color: Violet. HEX triplet: F6, 90 and F1. RGB value is (246,144,241). Sum of RGB (Red+Green+Blue) = 246+144+241=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 144 (56.64% from 255 or 22.82% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F690F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F690F1 is #096F0E. Grayscale: #B9B9B9. Windows color (decimal): -618255 or 15831286. OLE color: 15831286.
HSL color Cylindrical-coordinate representation of color #F690F1: hue angle of 302.94º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F690F1 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 241 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.04 |
| HSL | 302.94º | 0.85% | 0.76% | - |
| HSV(B) | 302.94º | 0.41% | 0.96% | - |
| XYZ | 63.86 | 45.89 | 88.71 | - |
| YUV | 185.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 241 | 0 | 0.41 | 0.02 | 0.04 | 302.94 | 0.85 | 0.76 |
| Hex | F6 | 90 | F1 | 0 | 29 | 2 | 4 | 12F | 55 | 4C |
| Octal | 366 | 220 | 361 | 0 | 51 | 2 | 4 | 457 | 125 | 114 |
| Binary | 11110110 | 10010000 | 11110001 | 0 | 101001 | 10 | 100 | 100101111 | 1010101 | 1001100 |
Color Harmonies of #F690F1
Complementary color
Monochromatic Colors of #F690F1
Black with #F690F1
Text Example
Text Example
White with #F690F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690F1; }
p { color: rgb(246,144,241); }
H1.HeaderClassName
{
color: #F690F1;
}
.AnyTagClassName
{
color: #F690F1;
}
</style>
background-color css
<style>
a { background-color: #F690F1; }
a { background-color: rgb(246,144,241); }
div.DivClassName
{
background-color: #F690F1;
}
.BgClassName
{
background-color: #F690F1;
}
</style>
border-color css
<style>
span { border-color: #F690F1; }
span { border-color: rgb(246,144,241); }
td.TdClassName
{
border-color: #F690F1;
}
.TagClassName
{
border-color: #F690F1;
}
</style>