Shades of Violet #F68CFB
Tints of Violet #F68CFB
RGB
CMYK
RGB Variations
Color information
#F68CFB (or 0xF68CFB) is known color: Violet. HEX triplet: F6, 8C and FB. RGB value is (246,140,251). Sum of RGB (Red+Green+Blue) = 246+140+251=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 140 (55.08% from 255 or 21.98% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #F68CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68CFB is #097304. Grayscale: #B8B8B8. Windows color (decimal): -619269 or 16485622. OLE color: 16485622.
HSL color Cylindrical-coordinate representation of color #F68CFB: hue angle of 297.3º 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 #F68CFB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 140 | 251 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.02 |
| HSL | 297.3º | 0.93% | 0.77% | - |
| HSV(B) | 297.3º | 0.44% | 0.98% | - |
| XYZ | 64.8 | 45.31 | 96.6 | - |
| YUV | 184.35 | 165.62 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 251 | 0.02 | 0.44 | 0 | 0.02 | 297.3 | 0.93 | 0.77 |
| Hex | F6 | 8C | FB | 2 | 2C | 0 | 2 | 129 | 5D | 4D |
| Octal | 366 | 214 | 373 | 2 | 54 | 0 | 2 | 451 | 135 | 115 |
| Binary | 11110110 | 10001100 | 11111011 | 10 | 101100 | 0 | 10 | 100101001 | 1011101 | 1001101 |
Color Harmonies of #F68CFB
Complementary color
Monochromatic Colors of #F68CFB
Black with #F68CFB
Text Example
Text Example
White with #F68CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68CFB; }
p { color: rgb(246,140,251); }
H1.HeaderClassName
{
color: #F68CFB;
}
.AnyTagClassName
{
color: #F68CFB;
}
</style>
background-color css
<style>
a { background-color: #F68CFB; }
a { background-color: rgb(246,140,251); }
div.DivClassName
{
background-color: #F68CFB;
}
.BgClassName
{
background-color: #F68CFB;
}
</style>
border-color css
<style>
span { border-color: #F68CFB; }
span { border-color: rgb(246,140,251); }
td.TdClassName
{
border-color: #F68CFB;
}
.TagClassName
{
border-color: #F68CFB;
}
</style>