Shades of Violet #FE8BF6
Tints of Violet #FE8BF6
RGB
CMYK
RGB Variations
Color information
#FE8BF6 (or 0xFE8BF6) is known color: Violet. HEX triplet: FE, 8B and F6. RGB value is (254,139,246). Sum of RGB (Red+Green+Blue) = 254+139+246=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 139 (54.69% from 255 or 21.75% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8BF6 is #017409. Grayscale: #B9B9B9. Windows color (decimal): -95242 or 16157694. OLE color: 16157694.
HSL color Cylindrical-coordinate representation of color #FE8BF6: hue angle of 304.17º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8BF6 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 246 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.00 |
| HSL | 304.17º | 0.98% | 0.77% | - |
| HSV(B) | 304.17º | 0.45% | 1% | - |
| XYZ | 66.74 | 46.19 | 92.59 | - |
| YUV | 185.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 246 | 0 | 0.45 | 0.03 | 0.00 | 304.17 | 0.98 | 0.77 |
| Hex | FE | 8B | F6 | 0 | 2D | 3 | 0 | 130 | 62 | 4D |
| Octal | 376 | 213 | 366 | 0 | 55 | 3 | 0 | 460 | 142 | 115 |
| Binary | 11111110 | 10001011 | 11110110 | 0 | 101101 | 11 | 0 | 100110000 | 1100010 | 1001101 |
Color Harmonies of #FE8BF6
Complementary color
Monochromatic Colors of #FE8BF6
Black with #FE8BF6
Text Example
Text Example
White with #FE8BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8BF6; }
p { color: rgb(254,139,246); }
H1.HeaderClassName
{
color: #FE8BF6;
}
.AnyTagClassName
{
color: #FE8BF6;
}
</style>
background-color css
<style>
a { background-color: #FE8BF6; }
a { background-color: rgb(254,139,246); }
div.DivClassName
{
background-color: #FE8BF6;
}
.BgClassName
{
background-color: #FE8BF6;
}
</style>
border-color css
<style>
span { border-color: #FE8BF6; }
span { border-color: rgb(254,139,246); }
td.TdClassName
{
border-color: #FE8BF6;
}
.TagClassName
{
border-color: #FE8BF6;
}
</style>