Shades of Violet #F690F0
Tints of Violet #F690F0
RGB
CMYK
RGB Variations
Color information
#F690F0 (or 0xF690F0) is known color: Violet. HEX triplet: F6, 90 and F0. RGB value is (246,144,240). Sum of RGB (Red+Green+Blue) = 246+144+240=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 144 (56.64% from 255 or 22.86% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F690F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F690F0 is #096F0F. Grayscale: #B9B9B9. Windows color (decimal): -618256 or 15765750. OLE color: 15765750.
HSL color Cylindrical-coordinate representation of color #F690F0: hue angle of 303.53º 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 #F690F0 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 240 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.04 |
| HSL | 303.53º | 0.85% | 0.76% | - |
| HSV(B) | 303.53º | 0.41% | 0.96% | - |
| XYZ | 63.71 | 45.83 | 87.93 | - |
| YUV | 185.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 240 | 0 | 0.41 | 0.02 | 0.04 | 303.53 | 0.85 | 0.76 |
| Hex | F6 | 90 | F0 | 0 | 29 | 2 | 4 | 130 | 55 | 4C |
| Octal | 366 | 220 | 360 | 0 | 51 | 2 | 4 | 460 | 125 | 114 |
| Binary | 11110110 | 10010000 | 11110000 | 0 | 101001 | 10 | 100 | 100110000 | 1010101 | 1001100 |
Color Harmonies of #F690F0
Complementary color
Monochromatic Colors of #F690F0
Black with #F690F0
Text Example
Text Example
White with #F690F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690F0; }
p { color: rgb(246,144,240); }
H1.HeaderClassName
{
color: #F690F0;
}
.AnyTagClassName
{
color: #F690F0;
}
</style>
background-color css
<style>
a { background-color: #F690F0; }
a { background-color: rgb(246,144,240); }
div.DivClassName
{
background-color: #F690F0;
}
.BgClassName
{
background-color: #F690F0;
}
</style>
border-color css
<style>
span { border-color: #F690F0; }
span { border-color: rgb(246,144,240); }
td.TdClassName
{
border-color: #F690F0;
}
.TagClassName
{
border-color: #F690F0;
}
</style>