Shades of Violet #F78BFE
Tints of Violet #F78BFE
RGB
CMYK
RGB Variations
Color information
#F78BFE (or 0xF78BFE) is known color: Violet. HEX triplet: F7, 8B and FE. RGB value is (247,139,254). Sum of RGB (Red+Green+Blue) = 247+139+254=640 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.59% from 640); Green value is 139 (54.69% from 255 or 21.72% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #F78BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F78BFE is #087401. Grayscale: #B8B8B8. Windows color (decimal): -553986 or 16681975. OLE color: 16681975.
HSL color Cylindrical-coordinate representation of color #F78BFE: hue angle of 296.35º 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 #F78BFE is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 139 | 254 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.00 |
| HSL | 296.35º | 0.98% | 0.77% | - |
| HSV(B) | 296.35º | 0.45% | 1% | - |
| XYZ | 65.48 | 45.4 | 99.08 | - |
| YUV | 184.4 | 167.28 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 254 | 0.03 | 0.45 | 0 | 0.00 | 296.35 | 0.98 | 0.77 |
| Hex | F7 | 8B | FE | 3 | 2D | 0 | 0 | 128 | 62 | 4D |
| Octal | 367 | 213 | 376 | 3 | 55 | 0 | 0 | 450 | 142 | 115 |
| Binary | 11110111 | 10001011 | 11111110 | 11 | 101101 | 0 | 0 | 100101000 | 1100010 | 1001101 |
Color Harmonies of #F78BFE
Complementary color
Monochromatic Colors of #F78BFE
Black with #F78BFE
Text Example
Text Example
White with #F78BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78BFE; }
p { color: rgb(247,139,254); }
H1.HeaderClassName
{
color: #F78BFE;
}
.AnyTagClassName
{
color: #F78BFE;
}
</style>
background-color css
<style>
a { background-color: #F78BFE; }
a { background-color: rgb(247,139,254); }
div.DivClassName
{
background-color: #F78BFE;
}
.BgClassName
{
background-color: #F78BFE;
}
</style>
border-color css
<style>
span { border-color: #F78BFE; }
span { border-color: rgb(247,139,254); }
td.TdClassName
{
border-color: #F78BFE;
}
.TagClassName
{
border-color: #F78BFE;
}
</style>