Shades of Violet #F778ED
Tints of Violet #F778ED
RGB
CMYK
RGB Variations
Color information
#F778ED (or 0xF778ED) is known color: Violet. HEX triplet: F7, 78 and ED. RGB value is (247,120,237). Sum of RGB (Red+Green+Blue) = 247+120+237=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 120 (47.27% from 255 or 19.87% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F778ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F778ED is #088712. Grayscale: #AAAAAA. Windows color (decimal): -558867 or 15562999. OLE color: 15562999.
HSL color Cylindrical-coordinate representation of color #F778ED: hue angle of 304.72º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F778ED is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 237 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.03 |
| HSL | 304.72º | 0.89% | 0.72% | - |
| HSV(B) | 304.72º | 0.51% | 0.97% | - |
| XYZ | 60.36 | 39.32 | 84.53 | - |
| YUV | 171.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 237 | 0 | 0.51 | 0.04 | 0.03 | 304.72 | 0.89 | 0.72 |
| Hex | F7 | 78 | ED | 0 | 33 | 4 | 3 | 131 | 59 | 48 |
| Octal | 367 | 170 | 355 | 0 | 63 | 4 | 3 | 461 | 131 | 110 |
| Binary | 11110111 | 1111000 | 11101101 | 0 | 110011 | 100 | 11 | 100110001 | 1011001 | 1001000 |
Color Harmonies of #F778ED
Complementary color
Monochromatic Colors of #F778ED
Black with #F778ED
Text Example
Text Example
White with #F778ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F778ED; }
p { color: rgb(247,120,237); }
H1.HeaderClassName
{
color: #F778ED;
}
.AnyTagClassName
{
color: #F778ED;
}
</style>
background-color css
<style>
a { background-color: #F778ED; }
a { background-color: rgb(247,120,237); }
div.DivClassName
{
background-color: #F778ED;
}
.BgClassName
{
background-color: #F778ED;
}
</style>
border-color css
<style>
span { border-color: #F778ED; }
span { border-color: rgb(247,120,237); }
td.TdClassName
{
border-color: #F778ED;
}
.TagClassName
{
border-color: #F778ED;
}
</style>