Shades of Violet #F78EF0
Tints of Violet #F78EF0
RGB
CMYK
RGB Variations
Color information
#F78EF0 (or 0xF78EF0) is known color: Violet. HEX triplet: F7, 8E and F0. RGB value is (247,142,240). Sum of RGB (Red+Green+Blue) = 247+142+240=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 142 (55.86% from 255 or 22.58% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F78EF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F78EF0 is #08710F. Grayscale: #B8B8B8. Windows color (decimal): -553232 or 15765239. OLE color: 15765239.
HSL color Cylindrical-coordinate representation of color #F78EF0: hue angle of 304º 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 #F78EF0 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 142 | 240 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.03 |
| HSL | 304º | 0.87% | 0.76% | - |
| HSV(B) | 304º | 0.43% | 0.97% | - |
| XYZ | 63.76 | 45.41 | 87.84 | - |
| YUV | 184.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 142 | 240 | 0 | 0.43 | 0.03 | 0.03 | 304 | 0.87 | 0.76 |
| Hex | F7 | 8E | F0 | 0 | 2B | 3 | 3 | 130 | 57 | 4C |
| Octal | 367 | 216 | 360 | 0 | 53 | 3 | 3 | 460 | 127 | 114 |
| Binary | 11110111 | 10001110 | 11110000 | 0 | 101011 | 11 | 11 | 100110000 | 1010111 | 1001100 |
Color Harmonies of #F78EF0
Complementary color
Monochromatic Colors of #F78EF0
Black with #F78EF0
Text Example
Text Example
White with #F78EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78EF0; }
p { color: rgb(247,142,240); }
H1.HeaderClassName
{
color: #F78EF0;
}
.AnyTagClassName
{
color: #F78EF0;
}
</style>
background-color css
<style>
a { background-color: #F78EF0; }
a { background-color: rgb(247,142,240); }
div.DivClassName
{
background-color: #F78EF0;
}
.BgClassName
{
background-color: #F78EF0;
}
</style>
border-color css
<style>
span { border-color: #F78EF0; }
span { border-color: rgb(247,142,240); }
td.TdClassName
{
border-color: #F78EF0;
}
.TagClassName
{
border-color: #F78EF0;
}
</style>