Shades of Violet #F690FA
Tints of Violet #F690FA
RGB
CMYK
RGB Variations
Color information
#F690FA (or 0xF690FA) is known color: Violet. HEX triplet: F6, 90 and FA. RGB value is (246,144,250). Sum of RGB (Red+Green+Blue) = 246+144+250=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 144 (56.64% from 255 or 22.5% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #F690FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F690FA is #096F05. Grayscale: #BABABA. Windows color (decimal): -618246 or 16421110. OLE color: 16421110.
HSL color Cylindrical-coordinate representation of color #F690FA: hue angle of 297.74º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F690FA is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 144 | 250 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.02 |
| HSL | 297.74º | 0.91% | 0.77% | - |
| HSV(B) | 297.74º | 0.42% | 0.98% | - |
| XYZ | 65.23 | 46.44 | 95.97 | - |
| YUV | 186.58 | 163.79 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 250 | 0.02 | 0.42 | 0 | 0.02 | 297.74 | 0.91 | 0.77 |
| Hex | F6 | 90 | FA | 2 | 2A | 0 | 2 | 12A | 5B | 4D |
| Octal | 366 | 220 | 372 | 2 | 52 | 0 | 2 | 452 | 133 | 115 |
| Binary | 11110110 | 10010000 | 11111010 | 10 | 101010 | 0 | 10 | 100101010 | 1011011 | 1001101 |
Color Harmonies of #F690FA
Complementary color
Monochromatic Colors of #F690FA
Black with #F690FA
Text Example
Text Example
White with #F690FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690FA; }
p { color: rgb(246,144,250); }
H1.HeaderClassName
{
color: #F690FA;
}
.AnyTagClassName
{
color: #F690FA;
}
</style>
background-color css
<style>
a { background-color: #F690FA; }
a { background-color: rgb(246,144,250); }
div.DivClassName
{
background-color: #F690FA;
}
.BgClassName
{
background-color: #F690FA;
}
</style>
border-color css
<style>
span { border-color: #F690FA; }
span { border-color: rgb(246,144,250); }
td.TdClassName
{
border-color: #F690FA;
}
.TagClassName
{
border-color: #F690FA;
}
</style>