Shades of Violet #F68FFC
Tints of Violet #F68FFC
RGB
CMYK
RGB Variations
Color information
#F68FFC (or 0xF68FFC) is known color: Violet. HEX triplet: F6, 8F and FC. RGB value is (246,143,252). Sum of RGB (Red+Green+Blue) = 246+143+252=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 143 (56.25% from 255 or 22.31% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #F68FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68FFC is #097003. Grayscale: #B9B9B9. Windows color (decimal): -618500 or 16551926. OLE color: 16551926.
HSL color Cylindrical-coordinate representation of color #F68FFC: hue angle of 296.7º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68FFC is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 143 | 252 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.01 |
| HSL | 296.7º | 0.95% | 0.77% | - |
| HSV(B) | 296.7º | 0.43% | 0.99% | - |
| XYZ | 65.4 | 46.27 | 97.58 | - |
| YUV | 186.22 | 165.12 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 252 | 0.02 | 0.43 | 0 | 0.01 | 296.7 | 0.95 | 0.77 |
| Hex | F6 | 8F | FC | 2 | 2B | 0 | 1 | 129 | 5F | 4D |
| Octal | 366 | 217 | 374 | 2 | 53 | 0 | 1 | 451 | 137 | 115 |
| Binary | 11110110 | 10001111 | 11111100 | 10 | 101011 | 0 | 1 | 100101001 | 1011111 | 1001101 |
Color Harmonies of #F68FFC
Complementary color
Monochromatic Colors of #F68FFC
Black with #F68FFC
Text Example
Text Example
White with #F68FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FFC; }
p { color: rgb(246,143,252); }
H1.HeaderClassName
{
color: #F68FFC;
}
.AnyTagClassName
{
color: #F68FFC;
}
</style>
background-color css
<style>
a { background-color: #F68FFC; }
a { background-color: rgb(246,143,252); }
div.DivClassName
{
background-color: #F68FFC;
}
.BgClassName
{
background-color: #F68FFC;
}
</style>
border-color css
<style>
span { border-color: #F68FFC; }
span { border-color: rgb(246,143,252); }
td.TdClassName
{
border-color: #F68FFC;
}
.TagClassName
{
border-color: #F68FFC;
}
</style>