Shades of Violet #F68AFE
Tints of Violet #F68AFE
RGB
CMYK
RGB Variations
Color information
#F68AFE (or 0xF68AFE) is known color: Violet. HEX triplet: F6, 8A and FE. RGB value is (246,138,254). Sum of RGB (Red+Green+Blue) = 246+138+254=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 138 (54.30% from 255 or 21.63% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #F68AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68AFE is #097501. Grayscale: #B7B7B7. Windows color (decimal): -619778 or 16681718. OLE color: 16681718.
HSL color Cylindrical-coordinate representation of color #F68AFE: hue angle of 295.86º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F68AFE is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 138 | 254 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.00 |
| HSL | 295.86º | 0.98% | 0.77% | - |
| HSV(B) | 295.86º | 0.46% | 1% | - |
| XYZ | 64.98 | 44.93 | 99.01 | - |
| YUV | 183.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 254 | 0.03 | 0.46 | 0 | 0.00 | 295.86 | 0.98 | 0.77 |
| Hex | F6 | 8A | FE | 3 | 2E | 0 | 0 | 128 | 62 | 4D |
| Octal | 366 | 212 | 376 | 3 | 56 | 0 | 0 | 450 | 142 | 115 |
| Binary | 11110110 | 10001010 | 11111110 | 11 | 101110 | 0 | 0 | 100101000 | 1100010 | 1001101 |
Color Harmonies of #F68AFE
Complementary color
Monochromatic Colors of #F68AFE
Black with #F68AFE
Text Example
Text Example
White with #F68AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68AFE; }
p { color: rgb(246,138,254); }
H1.HeaderClassName
{
color: #F68AFE;
}
.AnyTagClassName
{
color: #F68AFE;
}
</style>
background-color css
<style>
a { background-color: #F68AFE; }
a { background-color: rgb(246,138,254); }
div.DivClassName
{
background-color: #F68AFE;
}
.BgClassName
{
background-color: #F68AFE;
}
</style>
border-color css
<style>
span { border-color: #F68AFE; }
span { border-color: rgb(246,138,254); }
td.TdClassName
{
border-color: #F68AFE;
}
.TagClassName
{
border-color: #F68AFE;
}
</style>