Shades of Violet #F68BFA
Tints of Violet #F68BFA
RGB
CMYK
RGB Variations
Color information
#F68BFA (or 0xF68BFA) is known color: Violet. HEX triplet: F6, 8B and FA. RGB value is (246,139,250). Sum of RGB (Red+Green+Blue) = 246+139+250=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 139 (54.69% from 255 or 21.89% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #F68BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68BFA is #097405. Grayscale: #B7B7B7. Windows color (decimal): -619526 or 16419830. OLE color: 16419830.
HSL color Cylindrical-coordinate representation of color #F68BFA: hue angle of 297.84º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68BFA is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 139 | 250 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.02 |
| HSL | 297.84º | 0.92% | 0.76% | - |
| HSV(B) | 297.84º | 0.44% | 0.98% | - |
| XYZ | 64.49 | 44.96 | 95.72 | - |
| YUV | 183.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 250 | 0.02 | 0.44 | 0 | 0.02 | 297.84 | 0.92 | 0.76 |
| Hex | F6 | 8B | FA | 2 | 2C | 0 | 2 | 12A | 5C | 4C |
| Octal | 366 | 213 | 372 | 2 | 54 | 0 | 2 | 452 | 134 | 114 |
| Binary | 11110110 | 10001011 | 11111010 | 10 | 101100 | 0 | 10 | 100101010 | 1011100 | 1001100 |
Color Harmonies of #F68BFA
Complementary color
Monochromatic Colors of #F68BFA
Black with #F68BFA
Text Example
Text Example
White with #F68BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BFA; }
p { color: rgb(246,139,250); }
H1.HeaderClassName
{
color: #F68BFA;
}
.AnyTagClassName
{
color: #F68BFA;
}
</style>
background-color css
<style>
a { background-color: #F68BFA; }
a { background-color: rgb(246,139,250); }
div.DivClassName
{
background-color: #F68BFA;
}
.BgClassName
{
background-color: #F68BFA;
}
</style>
border-color css
<style>
span { border-color: #F68BFA; }
span { border-color: rgb(246,139,250); }
td.TdClassName
{
border-color: #F68BFA;
}
.TagClassName
{
border-color: #F68BFA;
}
</style>