Shades of Violet #F68CFA
Tints of Violet #F68CFA
RGB
CMYK
RGB Variations
Color information
#F68CFA (or 0xF68CFA) is known color: Violet. HEX triplet: F6, 8C and FA. RGB value is (246,140,250). Sum of RGB (Red+Green+Blue) = 246+140+250=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 140 (55.08% from 255 or 22.01% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #F68CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68CFA is #097305. Grayscale: #B7B7B7. Windows color (decimal): -619270 or 16420086. OLE color: 16420086.
HSL color Cylindrical-coordinate representation of color #F68CFA: hue angle of 297.82º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68CFA is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 140 | 250 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.02 |
| HSL | 297.82º | 0.92% | 0.76% | - |
| HSV(B) | 297.82º | 0.44% | 0.98% | - |
| XYZ | 64.64 | 45.25 | 95.77 | - |
| YUV | 184.23 | 165.12 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 250 | 0.02 | 0.44 | 0 | 0.02 | 297.82 | 0.92 | 0.76 |
| Hex | F6 | 8C | FA | 2 | 2C | 0 | 2 | 12A | 5C | 4C |
| Octal | 366 | 214 | 372 | 2 | 54 | 0 | 2 | 452 | 134 | 114 |
| Binary | 11110110 | 10001100 | 11111010 | 10 | 101100 | 0 | 10 | 100101010 | 1011100 | 1001100 |
Color Harmonies of #F68CFA
Complementary color
Monochromatic Colors of #F68CFA
Black with #F68CFA
Text Example
Text Example
White with #F68CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68CFA; }
p { color: rgb(246,140,250); }
H1.HeaderClassName
{
color: #F68CFA;
}
.AnyTagClassName
{
color: #F68CFA;
}
</style>
background-color css
<style>
a { background-color: #F68CFA; }
a { background-color: rgb(246,140,250); }
div.DivClassName
{
background-color: #F68CFA;
}
.BgClassName
{
background-color: #F68CFA;
}
</style>
border-color css
<style>
span { border-color: #F68CFA; }
span { border-color: rgb(246,140,250); }
td.TdClassName
{
border-color: #F68CFA;
}
.TagClassName
{
border-color: #F68CFA;
}
</style>