Shades of Violet #F78DF0
Tints of Violet #F78DF0
RGB
CMYK
RGB Variations
Color information
#F78DF0 (or 0xF78DF0) is known color: Violet. HEX triplet: F7, 8D and F0. RGB value is (247,141,240). Sum of RGB (Red+Green+Blue) = 247+141+240=628 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.33% from 628); Green value is 141 (55.47% from 255 or 22.45% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F78DF0 is #08720F. Grayscale: #B7B7B7. Windows color (decimal): -553488 or 15764983. OLE color: 15764983.
HSL color Cylindrical-coordinate representation of color #F78DF0: hue angle of 303.96º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F78DF0 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 240 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.03 |
| HSL | 303.96º | 0.87% | 0.76% | - |
| HSV(B) | 303.96º | 0.43% | 0.97% | - |
| XYZ | 63.61 | 45.12 | 87.79 | - |
| YUV | 183.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 240 | 0 | 0.43 | 0.03 | 0.03 | 303.96 | 0.87 | 0.76 |
| Hex | F7 | 8D | F0 | 0 | 2B | 3 | 3 | 130 | 57 | 4C |
| Octal | 367 | 215 | 360 | 0 | 53 | 3 | 3 | 460 | 127 | 114 |
| Binary | 11110111 | 10001101 | 11110000 | 0 | 101011 | 11 | 11 | 100110000 | 1010111 | 1001100 |
Color Harmonies of #F78DF0
Complementary color
Monochromatic Colors of #F78DF0
Black with #F78DF0
Text Example
Text Example
White with #F78DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78DF0; }
p { color: rgb(247,141,240); }
H1.HeaderClassName
{
color: #F78DF0;
}
.AnyTagClassName
{
color: #F78DF0;
}
</style>
background-color css
<style>
a { background-color: #F78DF0; }
a { background-color: rgb(247,141,240); }
div.DivClassName
{
background-color: #F78DF0;
}
.BgClassName
{
background-color: #F78DF0;
}
</style>
border-color css
<style>
span { border-color: #F78DF0; }
span { border-color: rgb(247,141,240); }
td.TdClassName
{
border-color: #F78DF0;
}
.TagClassName
{
border-color: #F78DF0;
}
</style>