Shades of Violet #F077F7
Tints of Violet #F077F7
RGB
CMYK
RGB Variations
Color information
#F077F7 (or 0xF077F7) is known color: Violet. HEX triplet: F0, 77 and F7. RGB value is (240,119,247). Sum of RGB (Red+Green+Blue) = 240+119+247=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 119 (46.88% from 255 or 19.64% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 247 - color contains mainly: blue. Hex color #F077F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F077F7 is #0F8808. Grayscale: #A9A9A9. Windows color (decimal): -1017865 or 16218096. OLE color: 16218096.
HSL color Cylindrical-coordinate representation of color #F077F7: hue angle of 296.72º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F077F7 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 119 | 247 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.03 |
| HSL | 296.72º | 0.89% | 0.72% | - |
| HSV(B) | 296.72º | 0.52% | 0.97% | - |
| XYZ | 59.32 | 38.43 | 92.29 | - |
| YUV | 169.77 | 171.59 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 247 | 0.03 | 0.52 | 0 | 0.03 | 296.72 | 0.89 | 0.72 |
| Hex | F0 | 77 | F7 | 3 | 34 | 0 | 3 | 129 | 59 | 48 |
| Octal | 360 | 167 | 367 | 3 | 64 | 0 | 3 | 451 | 131 | 110 |
| Binary | 11110000 | 1110111 | 11110111 | 11 | 110100 | 0 | 11 | 100101001 | 1011001 | 1001000 |
Color Harmonies of #F077F7
Complementary color
Monochromatic Colors of #F077F7
Black with #F077F7
Text Example
Text Example
White with #F077F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F077F7; }
p { color: rgb(240,119,247); }
H1.HeaderClassName
{
color: #F077F7;
}
.AnyTagClassName
{
color: #F077F7;
}
</style>
background-color css
<style>
a { background-color: #F077F7; }
a { background-color: rgb(240,119,247); }
div.DivClassName
{
background-color: #F077F7;
}
.BgClassName
{
background-color: #F077F7;
}
</style>
border-color css
<style>
span { border-color: #F077F7; }
span { border-color: rgb(240,119,247); }
td.TdClassName
{
border-color: #F077F7;
}
.TagClassName
{
border-color: #F077F7;
}
</style>