Shades of Violet #F78CFA
Tints of Violet #F78CFA
RGB
CMYK
RGB Variations
Color information
#F78CFA (or 0xF78CFA) is known color: Violet. HEX triplet: F7, 8C and FA. RGB value is (247,140,250). Sum of RGB (Red+Green+Blue) = 247+140+250=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 140 (55.08% from 255 or 21.98% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #F78CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F78CFA is #087305. Grayscale: #B8B8B8. Windows color (decimal): -553734 or 16420087. OLE color: 16420087.
HSL color Cylindrical-coordinate representation of color #F78CFA: hue angle of 298.36º 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 #F78CFA is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 140 | 250 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.02 |
| HSL | 298.36º | 0.92% | 0.76% | - |
| HSV(B) | 298.36º | 0.44% | 0.98% | - |
| XYZ | 64.99 | 45.43 | 95.79 | - |
| YUV | 184.53 | 164.95 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 250 | 0.01 | 0.44 | 0 | 0.02 | 298.36 | 0.92 | 0.76 |
| Hex | F7 | 8C | FA | 1 | 2C | 0 | 2 | 12A | 5C | 4C |
| Octal | 367 | 214 | 372 | 1 | 54 | 0 | 2 | 452 | 134 | 114 |
| Binary | 11110111 | 10001100 | 11111010 | 1 | 101100 | 0 | 10 | 100101010 | 1011100 | 1001100 |
Color Harmonies of #F78CFA
Complementary color
Monochromatic Colors of #F78CFA
Black with #F78CFA
Text Example
Text Example
White with #F78CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78CFA; }
p { color: rgb(247,140,250); }
H1.HeaderClassName
{
color: #F78CFA;
}
.AnyTagClassName
{
color: #F78CFA;
}
</style>
background-color css
<style>
a { background-color: #F78CFA; }
a { background-color: rgb(247,140,250); }
div.DivClassName
{
background-color: #F78CFA;
}
.BgClassName
{
background-color: #F78CFA;
}
</style>
border-color css
<style>
span { border-color: #F78CFA; }
span { border-color: rgb(247,140,250); }
td.TdClassName
{
border-color: #F78CFA;
}
.TagClassName
{
border-color: #F78CFA;
}
</style>