Shades of Violet #F68DEF
Tints of Violet #F68DEF
RGB
CMYK
RGB Variations
Color information
#F68DEF (or 0xF68DEF) is known color: Violet. HEX triplet: F6, 8D and EF. RGB value is (246,141,239). Sum of RGB (Red+Green+Blue) = 246+141+239=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 141 (55.47% from 255 or 22.52% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68DEF is #097210. Grayscale: #B7B7B7. Windows color (decimal): -619025 or 15699446. OLE color: 15699446.
HSL color Cylindrical-coordinate representation of color #F68DEF: hue angle of 304º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68DEF is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 239 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.04 |
| HSL | 304º | 0.85% | 0.76% | - |
| HSV(B) | 304º | 0.43% | 0.96% | - |
| XYZ | 63.11 | 44.87 | 87 | - |
| YUV | 183.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 239 | 0 | 0.43 | 0.03 | 0.04 | 304 | 0.85 | 0.76 |
| Hex | F6 | 8D | EF | 0 | 2B | 3 | 4 | 130 | 55 | 4C |
| Octal | 366 | 215 | 357 | 0 | 53 | 3 | 4 | 460 | 125 | 114 |
| Binary | 11110110 | 10001101 | 11101111 | 0 | 101011 | 11 | 100 | 100110000 | 1010101 | 1001100 |
Color Harmonies of #F68DEF
Complementary color
Monochromatic Colors of #F68DEF
Black with #F68DEF
Text Example
Text Example
White with #F68DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68DEF; }
p { color: rgb(246,141,239); }
H1.HeaderClassName
{
color: #F68DEF;
}
.AnyTagClassName
{
color: #F68DEF;
}
</style>
background-color css
<style>
a { background-color: #F68DEF; }
a { background-color: rgb(246,141,239); }
div.DivClassName
{
background-color: #F68DEF;
}
.BgClassName
{
background-color: #F68DEF;
}
</style>
border-color css
<style>
span { border-color: #F68DEF; }
span { border-color: rgb(246,141,239); }
td.TdClassName
{
border-color: #F68DEF;
}
.TagClassName
{
border-color: #F68DEF;
}
</style>