Shades of Violet #F78BFA
Tints of Violet #F78BFA
RGB
CMYK
RGB Variations
Color information
#F78BFA (or 0xF78BFA) is known color: Violet. HEX triplet: F7, 8B and FA. RGB value is (247,139,250). Sum of RGB (Red+Green+Blue) = 247+139+250=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 139 (54.69% from 255 or 21.86% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #F78BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F78BFA is #087405. Grayscale: #B7B7B7. Windows color (decimal): -553990 or 16419831. OLE color: 16419831.
HSL color Cylindrical-coordinate representation of color #F78BFA: hue angle of 298.38º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F78BFA is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 139 | 250 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.02 |
| HSL | 298.38º | 0.92% | 0.76% | - |
| HSV(B) | 298.38º | 0.44% | 0.98% | - |
| XYZ | 64.85 | 45.14 | 95.74 | - |
| YUV | 183.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 250 | 0.01 | 0.44 | 0 | 0.02 | 298.38 | 0.92 | 0.76 |
| Hex | F7 | 8B | FA | 1 | 2C | 0 | 2 | 12A | 5C | 4C |
| Octal | 367 | 213 | 372 | 1 | 54 | 0 | 2 | 452 | 134 | 114 |
| Binary | 11110111 | 10001011 | 11111010 | 1 | 101100 | 0 | 10 | 100101010 | 1011100 | 1001100 |
Color Harmonies of #F78BFA
Complementary color
Monochromatic Colors of #F78BFA
Black with #F78BFA
Text Example
Text Example
White with #F78BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78BFA; }
p { color: rgb(247,139,250); }
H1.HeaderClassName
{
color: #F78BFA;
}
.AnyTagClassName
{
color: #F78BFA;
}
</style>
background-color css
<style>
a { background-color: #F78BFA; }
a { background-color: rgb(247,139,250); }
div.DivClassName
{
background-color: #F78BFA;
}
.BgClassName
{
background-color: #F78BFA;
}
</style>
border-color css
<style>
span { border-color: #F78BFA; }
span { border-color: rgb(247,139,250); }
td.TdClassName
{
border-color: #F78BFA;
}
.TagClassName
{
border-color: #F78BFA;
}
</style>