Shades of Violet #F68BEE
Tints of Violet #F68BEE
RGB
CMYK
RGB Variations
Color information
#F68BEE (or 0xF68BEE) is known color: Violet. HEX triplet: F6, 8B and EE. RGB value is (246,139,238). Sum of RGB (Red+Green+Blue) = 246+139+238=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 139 (54.69% from 255 or 22.31% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68BEE is #097411. Grayscale: #B5B5B5. Windows color (decimal): -619538 or 15633398. OLE color: 15633398.
HSL color Cylindrical-coordinate representation of color #F68BEE: hue angle of 304.49º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68BEE is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 238 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.04 |
| HSL | 304.49º | 0.86% | 0.75% | - |
| HSV(B) | 304.49º | 0.43% | 0.96% | - |
| XYZ | 62.67 | 44.23 | 86.12 | - |
| YUV | 182.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 238 | 0 | 0.43 | 0.03 | 0.04 | 304.49 | 0.86 | 0.75 |
| Hex | F6 | 8B | EE | 0 | 2B | 3 | 4 | 130 | 56 | 4B |
| Octal | 366 | 213 | 356 | 0 | 53 | 3 | 4 | 460 | 126 | 113 |
| Binary | 11110110 | 10001011 | 11101110 | 0 | 101011 | 11 | 100 | 100110000 | 1010110 | 1001011 |
Color Harmonies of #F68BEE
Complementary color
Monochromatic Colors of #F68BEE
Black with #F68BEE
Text Example
Text Example
White with #F68BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BEE; }
p { color: rgb(246,139,238); }
H1.HeaderClassName
{
color: #F68BEE;
}
.AnyTagClassName
{
color: #F68BEE;
}
</style>
background-color css
<style>
a { background-color: #F68BEE; }
a { background-color: rgb(246,139,238); }
div.DivClassName
{
background-color: #F68BEE;
}
.BgClassName
{
background-color: #F68BEE;
}
</style>
border-color css
<style>
span { border-color: #F68BEE; }
span { border-color: rgb(246,139,238); }
td.TdClassName
{
border-color: #F68BEE;
}
.TagClassName
{
border-color: #F68BEE;
}
</style>