Shades of Violet #F68BFC
Tints of Violet #F68BFC
RGB
CMYK
RGB Variations
Color information
#F68BFC (or 0xF68BFC) is known color: Violet. HEX triplet: F6, 8B and FC. RGB value is (246,139,252). Sum of RGB (Red+Green+Blue) = 246+139+252=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 139 (54.69% from 255 or 21.82% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #F68BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68BFC is #097403. Grayscale: #B7B7B7. Windows color (decimal): -619524 or 16550902. OLE color: 16550902.
HSL color Cylindrical-coordinate representation of color #F68BFC: hue angle of 296.81º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F68BFC is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 139 | 252 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.01 |
| HSL | 296.81º | 0.95% | 0.77% | - |
| HSV(B) | 296.81º | 0.45% | 0.99% | - |
| XYZ | 64.81 | 45.09 | 97.38 | - |
| YUV | 183.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 252 | 0.02 | 0.45 | 0 | 0.01 | 296.81 | 0.95 | 0.77 |
| Hex | F6 | 8B | FC | 2 | 2D | 0 | 1 | 129 | 5F | 4D |
| Octal | 366 | 213 | 374 | 2 | 55 | 0 | 1 | 451 | 137 | 115 |
| Binary | 11110110 | 10001011 | 11111100 | 10 | 101101 | 0 | 1 | 100101001 | 1011111 | 1001101 |
Color Harmonies of #F68BFC
Complementary color
Monochromatic Colors of #F68BFC
Black with #F68BFC
Text Example
Text Example
White with #F68BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BFC; }
p { color: rgb(246,139,252); }
H1.HeaderClassName
{
color: #F68BFC;
}
.AnyTagClassName
{
color: #F68BFC;
}
</style>
background-color css
<style>
a { background-color: #F68BFC; }
a { background-color: rgb(246,139,252); }
div.DivClassName
{
background-color: #F68BFC;
}
.BgClassName
{
background-color: #F68BFC;
}
</style>
border-color css
<style>
span { border-color: #F68BFC; }
span { border-color: rgb(246,139,252); }
td.TdClassName
{
border-color: #F68BFC;
}
.TagClassName
{
border-color: #F68BFC;
}
</style>