Shades of Violet #F68EEF
Tints of Violet #F68EEF
RGB
CMYK
RGB Variations
Color information
#F68EEF (or 0xF68EEF) is known color: Violet. HEX triplet: F6, 8E and EF. RGB value is (246,142,239). Sum of RGB (Red+Green+Blue) = 246+142+239=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 142 (55.86% from 255 or 22.65% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68EEF is #097110. Grayscale: #B7B7B7. Windows color (decimal): -618769 or 15699702. OLE color: 15699702.
HSL color Cylindrical-coordinate representation of color #F68EEF: hue angle of 304.04º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68EEF is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 239 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.04 |
| HSL | 304.04º | 0.85% | 0.76% | - |
| HSV(B) | 304.04º | 0.42% | 0.96% | - |
| XYZ | 63.26 | 45.17 | 87.05 | - |
| YUV | 184.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 239 | 0 | 0.42 | 0.03 | 0.04 | 304.04 | 0.85 | 0.76 |
| Hex | F6 | 8E | EF | 0 | 2A | 3 | 4 | 130 | 55 | 4C |
| Octal | 366 | 216 | 357 | 0 | 52 | 3 | 4 | 460 | 125 | 114 |
| Binary | 11110110 | 10001110 | 11101111 | 0 | 101010 | 11 | 100 | 100110000 | 1010101 | 1001100 |
Color Harmonies of #F68EEF
Complementary color
Monochromatic Colors of #F68EEF
Black with #F68EEF
Text Example
Text Example
White with #F68EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68EEF; }
p { color: rgb(246,142,239); }
H1.HeaderClassName
{
color: #F68EEF;
}
.AnyTagClassName
{
color: #F68EEF;
}
</style>
background-color css
<style>
a { background-color: #F68EEF; }
a { background-color: rgb(246,142,239); }
div.DivClassName
{
background-color: #F68EEF;
}
.BgClassName
{
background-color: #F68EEF;
}
</style>
border-color css
<style>
span { border-color: #F68EEF; }
span { border-color: rgb(246,142,239); }
td.TdClassName
{
border-color: #F68EEF;
}
.TagClassName
{
border-color: #F68EEF;
}
</style>