Shades of Violet #F78FFA
Tints of Violet #F78FFA
RGB
CMYK
RGB Variations
Color information
#F78FFA (or 0xF78FFA) is known color: Violet. HEX triplet: F7, 8F and FA. RGB value is (247,143,250). Sum of RGB (Red+Green+Blue) = 247+143+250=640 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.59% from 640); Green value is 143 (56.25% from 255 or 22.34% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #F78FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F78FFA is #087005. Grayscale: #B9B9B9. Windows color (decimal): -552966 or 16420855. OLE color: 16420855.
HSL color Cylindrical-coordinate representation of color #F78FFA: hue angle of 298.32º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F78FFA is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 143 | 250 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.02 |
| HSL | 298.32º | 0.91% | 0.77% | - |
| HSV(B) | 298.32º | 0.43% | 0.98% | - |
| XYZ | 65.44 | 46.32 | 95.93 | - |
| YUV | 186.29 | 163.96 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 250 | 0.01 | 0.43 | 0 | 0.02 | 298.32 | 0.91 | 0.77 |
| Hex | F7 | 8F | FA | 1 | 2B | 0 | 2 | 12A | 5B | 4D |
| Octal | 367 | 217 | 372 | 1 | 53 | 0 | 2 | 452 | 133 | 115 |
| Binary | 11110111 | 10001111 | 11111010 | 1 | 101011 | 0 | 10 | 100101010 | 1011011 | 1001101 |
Color Harmonies of #F78FFA
Complementary color
Monochromatic Colors of #F78FFA
Black with #F78FFA
Text Example
Text Example
White with #F78FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78FFA; }
p { color: rgb(247,143,250); }
H1.HeaderClassName
{
color: #F78FFA;
}
.AnyTagClassName
{
color: #F78FFA;
}
</style>
background-color css
<style>
a { background-color: #F78FFA; }
a { background-color: rgb(247,143,250); }
div.DivClassName
{
background-color: #F78FFA;
}
.BgClassName
{
background-color: #F78FFA;
}
</style>
border-color css
<style>
span { border-color: #F78FFA; }
span { border-color: rgb(247,143,250); }
td.TdClassName
{
border-color: #F78FFA;
}
.TagClassName
{
border-color: #F78FFA;
}
</style>