Shades of Violet #F68FFB
Tints of Violet #F68FFB
RGB
CMYK
RGB Variations
Color information
#F68FFB (or 0xF68FFB) is known color: Violet. HEX triplet: F6, 8F and FB. RGB value is (246,143,251). Sum of RGB (Red+Green+Blue) = 246+143+251=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 143 (56.25% from 255 or 22.34% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #F68FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68FFB is #097004. Grayscale: #B9B9B9. Windows color (decimal): -618501 or 16486390. OLE color: 16486390.
HSL color Cylindrical-coordinate representation of color #F68FFB: hue angle of 297.22º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68FFB is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 143 | 251 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.02 |
| HSL | 297.22º | 0.93% | 0.77% | - |
| HSV(B) | 297.22º | 0.43% | 0.98% | - |
| XYZ | 65.24 | 46.2 | 96.75 | - |
| YUV | 186.11 | 164.62 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 251 | 0.02 | 0.43 | 0 | 0.02 | 297.22 | 0.93 | 0.77 |
| Hex | F6 | 8F | FB | 2 | 2B | 0 | 2 | 129 | 5D | 4D |
| Octal | 366 | 217 | 373 | 2 | 53 | 0 | 2 | 451 | 135 | 115 |
| Binary | 11110110 | 10001111 | 11111011 | 10 | 101011 | 0 | 10 | 100101001 | 1011101 | 1001101 |
Color Harmonies of #F68FFB
Complementary color
Monochromatic Colors of #F68FFB
Black with #F68FFB
Text Example
Text Example
White with #F68FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FFB; }
p { color: rgb(246,143,251); }
H1.HeaderClassName
{
color: #F68FFB;
}
.AnyTagClassName
{
color: #F68FFB;
}
</style>
background-color css
<style>
a { background-color: #F68FFB; }
a { background-color: rgb(246,143,251); }
div.DivClassName
{
background-color: #F68FFB;
}
.BgClassName
{
background-color: #F68FFB;
}
</style>
border-color css
<style>
span { border-color: #F68FFB; }
span { border-color: rgb(246,143,251); }
td.TdClassName
{
border-color: #F68FFB;
}
.TagClassName
{
border-color: #F68FFB;
}
</style>