Shades of Violet #F077F9
Tints of Violet #F077F9
RGB
CMYK
RGB Variations
Color information
#F077F9 (or 0xF077F9) is known color: Violet. HEX triplet: F0, 77 and F9. RGB value is (240,119,249). Sum of RGB (Red+Green+Blue) = 240+119+249=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 119 (46.88% from 255 or 19.57% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #F077F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F077F9 is #0F8806. Grayscale: #A9A9A9. Windows color (decimal): -1017863 or 16349168. OLE color: 16349168.
HSL color Cylindrical-coordinate representation of color #F077F9: hue angle of 295.85º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F077F9 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 119 | 249 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.02 |
| HSL | 295.85º | 0.92% | 0.72% | - |
| HSV(B) | 295.85º | 0.52% | 0.98% | - |
| XYZ | 59.63 | 38.56 | 93.92 | - |
| YUV | 170 | 172.59 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 249 | 0.04 | 0.52 | 0 | 0.02 | 295.85 | 0.92 | 0.72 |
| Hex | F0 | 77 | F9 | 4 | 34 | 0 | 2 | 128 | 5C | 48 |
| Octal | 360 | 167 | 371 | 4 | 64 | 0 | 2 | 450 | 134 | 110 |
| Binary | 11110000 | 1110111 | 11111001 | 100 | 110100 | 0 | 10 | 100101000 | 1011100 | 1001000 |
Color Harmonies of #F077F9
Complementary color
Monochromatic Colors of #F077F9
Black with #F077F9
Text Example
Text Example
White with #F077F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F077F9; }
p { color: rgb(240,119,249); }
H1.HeaderClassName
{
color: #F077F9;
}
.AnyTagClassName
{
color: #F077F9;
}
</style>
background-color css
<style>
a { background-color: #F077F9; }
a { background-color: rgb(240,119,249); }
div.DivClassName
{
background-color: #F077F9;
}
.BgClassName
{
background-color: #F077F9;
}
</style>
border-color css
<style>
span { border-color: #F077F9; }
span { border-color: rgb(240,119,249); }
td.TdClassName
{
border-color: #F077F9;
}
.TagClassName
{
border-color: #F077F9;
}
</style>