Shades of Violet #F775EC
Tints of Violet #F775EC
RGB
CMYK
RGB Variations
Color information
#F775EC (or 0xF775EC) is known color: Violet. HEX triplet: F7, 75 and EC. RGB value is (247,117,236). Sum of RGB (Red+Green+Blue) = 247+117+236=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 117 (46.09% from 255 or 19.5% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F775EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F775EC is #088A13. Grayscale: #A9A9A9. Windows color (decimal): -559636 or 15496695. OLE color: 15496695.
HSL color Cylindrical-coordinate representation of color #F775EC: hue angle of 305.08º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F775EC is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 236 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.03 |
| HSL | 305.08º | 0.89% | 0.71% | - |
| HSV(B) | 305.08º | 0.53% | 0.97% | - |
| XYZ | 59.86 | 38.55 | 83.64 | - |
| YUV | 169.44 | 165.57 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 236 | 0 | 0.53 | 0.04 | 0.03 | 305.08 | 0.89 | 0.71 |
| Hex | F7 | 75 | EC | 0 | 35 | 4 | 3 | 131 | 59 | 47 |
| Octal | 367 | 165 | 354 | 0 | 65 | 4 | 3 | 461 | 131 | 107 |
| Binary | 11110111 | 1110101 | 11101100 | 0 | 110101 | 100 | 11 | 100110001 | 1011001 | 1000111 |
Color Harmonies of #F775EC
Complementary color
Monochromatic Colors of #F775EC
Black with #F775EC
Text Example
Text Example
White with #F775EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F775EC; }
p { color: rgb(247,117,236); }
H1.HeaderClassName
{
color: #F775EC;
}
.AnyTagClassName
{
color: #F775EC;
}
</style>
background-color css
<style>
a { background-color: #F775EC; }
a { background-color: rgb(247,117,236); }
div.DivClassName
{
background-color: #F775EC;
}
.BgClassName
{
background-color: #F775EC;
}
</style>
border-color css
<style>
span { border-color: #F775EC; }
span { border-color: rgb(247,117,236); }
td.TdClassName
{
border-color: #F775EC;
}
.TagClassName
{
border-color: #F775EC;
}
</style>