Shades of Violet #F77AF4
Tints of Violet #F77AF4
RGB
CMYK
RGB Variations
Color information
#F77AF4 (or 0xF77AF4) is known color: Violet. HEX triplet: F7, 7A and F4. RGB value is (247,122,244). Sum of RGB (Red+Green+Blue) = 247+122+244=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 122 (48.05% from 255 or 19.90% from 613); Blue value is 244 (95.70% from 255 or 39.80% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77AF4 is #08850B. Grayscale: #ACACAC. Windows color (decimal): -558348 or 16022263. OLE color: 16022263.
HSL color Cylindrical-coordinate representation of color #F77AF4: hue angle of 301.44º 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 #F77AF4 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 244 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.03 |
| HSL | 301.44º | 0.89% | 0.72% | - |
| HSV(B) | 301.44º | 0.51% | 0.97% | - |
| XYZ | 61.65 | 40.22 | 90.1 | - |
| YUV | 173.28 | 167.91 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 244 | 0 | 0.51 | 0.01 | 0.03 | 301.44 | 0.89 | 0.72 |
| Hex | F7 | 7A | F4 | 0 | 33 | 1 | 3 | 12D | 59 | 48 |
| Octal | 367 | 172 | 364 | 0 | 63 | 1 | 3 | 455 | 131 | 110 |
| Binary | 11110111 | 1111010 | 11110100 | 0 | 110011 | 1 | 11 | 100101101 | 1011001 | 1001000 |
Color Harmonies of #F77AF4
Complementary color
Monochromatic Colors of #F77AF4
Black with #F77AF4
Text Example
Text Example
White with #F77AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77AF4; }
p { color: rgb(247,122,244); }
H1.HeaderClassName
{
color: #F77AF4;
}
.AnyTagClassName
{
color: #F77AF4;
}
</style>
background-color css
<style>
a { background-color: #F77AF4; }
a { background-color: rgb(247,122,244); }
div.DivClassName
{
background-color: #F77AF4;
}
.BgClassName
{
background-color: #F77AF4;
}
</style>
border-color css
<style>
span { border-color: #F77AF4; }
span { border-color: rgb(247,122,244); }
td.TdClassName
{
border-color: #F77AF4;
}
.TagClassName
{
border-color: #F77AF4;
}
</style>