Shades of Violet #F68DF8
Tints of Violet #F68DF8
RGB
CMYK
RGB Variations
Color information
#F68DF8 (or 0xF68DF8) is known color: Violet. HEX triplet: F6, 8D and F8. RGB value is (246,141,248). Sum of RGB (Red+Green+Blue) = 246+141+248=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 141 (55.47% from 255 or 22.20% from 635); Blue value is 248 (97.27% from 255 or 39.06% from 635); Max value from RGB is 248 - color contains mainly: blue. Hex color #F68DF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68DF8 is #097207. Grayscale: #B8B8B8. Windows color (decimal): -619016 or 16289270. OLE color: 16289270.
HSL color Cylindrical-coordinate representation of color #F68DF8: hue angle of 298.88º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68DF8 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 141 | 248 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.03 |
| HSL | 298.88º | 0.88% | 0.76% | - |
| HSV(B) | 298.88º | 0.43% | 0.97% | - |
| XYZ | 64.47 | 45.42 | 94.18 | - |
| YUV | 184.59 | 163.79 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 248 | 0.01 | 0.43 | 0 | 0.03 | 298.88 | 0.88 | 0.76 |
| Hex | F6 | 8D | F8 | 1 | 2B | 0 | 3 | 12B | 58 | 4C |
| Octal | 366 | 215 | 370 | 1 | 53 | 0 | 3 | 453 | 130 | 114 |
| Binary | 11110110 | 10001101 | 11111000 | 1 | 101011 | 0 | 11 | 100101011 | 1011000 | 1001100 |
Color Harmonies of #F68DF8
Complementary color
Monochromatic Colors of #F68DF8
Black with #F68DF8
Text Example
Text Example
White with #F68DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68DF8; }
p { color: rgb(246,141,248); }
H1.HeaderClassName
{
color: #F68DF8;
}
.AnyTagClassName
{
color: #F68DF8;
}
</style>
background-color css
<style>
a { background-color: #F68DF8; }
a { background-color: rgb(246,141,248); }
div.DivClassName
{
background-color: #F68DF8;
}
.BgClassName
{
background-color: #F68DF8;
}
</style>
border-color css
<style>
span { border-color: #F68DF8; }
span { border-color: rgb(246,141,248); }
td.TdClassName
{
border-color: #F68DF8;
}
.TagClassName
{
border-color: #F68DF8;
}
</style>