Shades of Violet #F68FF7
Tints of Violet #F68FF7
RGB
CMYK
RGB Variations
Color information
#F68FF7 (or 0xF68FF7) is known color: Violet. HEX triplet: F6, 8F and F7. RGB value is (246,143,247). Sum of RGB (Red+Green+Blue) = 246+143+247=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 143 (56.25% from 255 or 22.48% from 636); Blue value is 247 (96.88% from 255 or 38.84% from 636); Max value from RGB is 247 - color contains mainly: blue. Hex color #F68FF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68FF7 is #097008. Grayscale: #B9B9B9. Windows color (decimal): -618505 or 16224246. OLE color: 16224246.
HSL color Cylindrical-coordinate representation of color #F68FF7: hue angle of 299.42º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68FF7 is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 143 | 247 | - |
| CMYK | 0.00 | 0.42 | 0 | 0.03 |
| HSL | 299.42º | 0.87% | 0.76% | - |
| HSV(B) | 299.42º | 0.42% | 0.97% | - |
| XYZ | 64.62 | 45.95 | 93.46 | - |
| YUV | 185.65 | 162.62 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 247 | 0.00 | 0.42 | 0 | 0.03 | 299.42 | 0.87 | 0.76 |
| Hex | F6 | 8F | F7 | 0 | 2A | 0 | 3 | 12B | 57 | 4C |
| Octal | 366 | 217 | 367 | 0 | 52 | 0 | 3 | 453 | 127 | 114 |
| Binary | 11110110 | 10001111 | 11110111 | 0 | 101010 | 0 | 11 | 100101011 | 1010111 | 1001100 |
Color Harmonies of #F68FF7
Complementary color
Monochromatic Colors of #F68FF7
Black with #F68FF7
Text Example
Text Example
White with #F68FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FF7; }
p { color: rgb(246,143,247); }
H1.HeaderClassName
{
color: #F68FF7;
}
.AnyTagClassName
{
color: #F68FF7;
}
</style>
background-color css
<style>
a { background-color: #F68FF7; }
a { background-color: rgb(246,143,247); }
div.DivClassName
{
background-color: #F68FF7;
}
.BgClassName
{
background-color: #F68FF7;
}
</style>
border-color css
<style>
span { border-color: #F68FF7; }
span { border-color: rgb(246,143,247); }
td.TdClassName
{
border-color: #F68FF7;
}
.TagClassName
{
border-color: #F68FF7;
}
</style>