Shades of Violet #F78BFF
Tints of Violet #F78BFF
RGB
CMYK
RGB Variations
Color information
#F78BFF (or 0xF78BFF) is known color: Violet. HEX triplet: F7, 8B and FF. RGB value is (247,139,255). Sum of RGB (Red+Green+Blue) = 247+139+255=641 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.53% from 641); Green value is 139 (54.69% from 255 or 21.68% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #F78BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F78BFF is #087400. Grayscale: #B8B8B8. Windows color (decimal): -553985 or 16747511. OLE color: 16747511.
HSL color Cylindrical-coordinate representation of color #F78BFF: hue angle of 295.86º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F78BFF is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 139 | 255 | - |
| CMYK | 0.03 | 0.45 | 0 | 0 |
| HSL | 295.86º | 1% | 0.77% | - |
| HSV(B) | 295.86º | 0.45% | 1% | - |
| XYZ | 65.64 | 45.46 | 99.92 | - |
| YUV | 184.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 255 | 0.03 | 0.45 | 0 | 0 | 295.86 | 1 | 0.77 |
| Hex | F7 | 8B | FF | 3 | 2D | 0 | 0 | 128 | 64 | 4D |
| Octal | 367 | 213 | 377 | 3 | 55 | 0 | 0 | 450 | 144 | 115 |
| Binary | 11110111 | 10001011 | 11111111 | 11 | 101101 | 0 | 0 | 100101000 | 1100100 | 1001101 |
Color Harmonies of #F78BFF
Complementary color
Monochromatic Colors of #F78BFF
Black with #F78BFF
Text Example
Text Example
White with #F78BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78BFF; }
p { color: rgb(247,139,255); }
H1.HeaderClassName
{
color: #F78BFF;
}
.AnyTagClassName
{
color: #F78BFF;
}
</style>
background-color css
<style>
a { background-color: #F78BFF; }
a { background-color: rgb(247,139,255); }
div.DivClassName
{
background-color: #F78BFF;
}
.BgClassName
{
background-color: #F78BFF;
}
</style>
border-color css
<style>
span { border-color: #F78BFF; }
span { border-color: rgb(247,139,255); }
td.TdClassName
{
border-color: #F78BFF;
}
.TagClassName
{
border-color: #F78BFF;
}
</style>