Shades of Violet #F68DFB
Tints of Violet #F68DFB
RGB
CMYK
RGB Variations
Color information
#F68DFB (or 0xF68DFB) is known color: Violet. HEX triplet: F6, 8D and FB. RGB value is (246,141,251). Sum of RGB (Red+Green+Blue) = 246+141+251=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 141 (55.47% from 255 or 22.10% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #F68DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68DFB is #097204. Grayscale: #B8B8B8. Windows color (decimal): -619013 or 16485878. OLE color: 16485878.
HSL color Cylindrical-coordinate representation of color #F68DFB: hue angle of 297.27º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68DFB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 141 | 251 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.02 |
| HSL | 297.27º | 0.93% | 0.77% | - |
| HSV(B) | 297.27º | 0.44% | 0.98% | - |
| XYZ | 64.94 | 45.61 | 96.65 | - |
| YUV | 184.94 | 165.29 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 251 | 0.02 | 0.44 | 0 | 0.02 | 297.27 | 0.93 | 0.77 |
| Hex | F6 | 8D | FB | 2 | 2C | 0 | 2 | 129 | 5D | 4D |
| Octal | 366 | 215 | 373 | 2 | 54 | 0 | 2 | 451 | 135 | 115 |
| Binary | 11110110 | 10001101 | 11111011 | 10 | 101100 | 0 | 10 | 100101001 | 1011101 | 1001101 |
Color Harmonies of #F68DFB
Complementary color
Monochromatic Colors of #F68DFB
Black with #F68DFB
Text Example
Text Example
White with #F68DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68DFB; }
p { color: rgb(246,141,251); }
H1.HeaderClassName
{
color: #F68DFB;
}
.AnyTagClassName
{
color: #F68DFB;
}
</style>
background-color css
<style>
a { background-color: #F68DFB; }
a { background-color: rgb(246,141,251); }
div.DivClassName
{
background-color: #F68DFB;
}
.BgClassName
{
background-color: #F68DFB;
}
</style>
border-color css
<style>
span { border-color: #F68DFB; }
span { border-color: rgb(246,141,251); }
td.TdClassName
{
border-color: #F68DFB;
}
.TagClassName
{
border-color: #F68DFB;
}
</style>