Shades of Violet #F77AF1
Tints of Violet #F77AF1
RGB
CMYK
RGB Variations
Color information
#F77AF1 (or 0xF77AF1) is known color: Violet. HEX triplet: F7, 7A and F1. RGB value is (247,122,241). Sum of RGB (Red+Green+Blue) = 247+122+241=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 122 (48.05% from 255 or 20% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77AF1 is #08850E. Grayscale: #ACACAC. Windows color (decimal): -558351 or 15825655. OLE color: 15825655.
HSL color Cylindrical-coordinate representation of color #F77AF1: hue angle of 302.88º 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 #F77AF1 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 241 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.03 |
| HSL | 302.88º | 0.89% | 0.72% | - |
| HSV(B) | 302.88º | 0.51% | 0.97% | - |
| XYZ | 61.19 | 40.04 | 87.72 | - |
| YUV | 172.94 | 166.41 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 241 | 0 | 0.51 | 0.02 | 0.03 | 302.88 | 0.89 | 0.72 |
| Hex | F7 | 7A | F1 | 0 | 33 | 2 | 3 | 12F | 59 | 48 |
| Octal | 367 | 172 | 361 | 0 | 63 | 2 | 3 | 457 | 131 | 110 |
| Binary | 11110111 | 1111010 | 11110001 | 0 | 110011 | 10 | 11 | 100101111 | 1011001 | 1001000 |
Color Harmonies of #F77AF1
Complementary color
Monochromatic Colors of #F77AF1
Black with #F77AF1
Text Example
Text Example
White with #F77AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77AF1; }
p { color: rgb(247,122,241); }
H1.HeaderClassName
{
color: #F77AF1;
}
.AnyTagClassName
{
color: #F77AF1;
}
</style>
background-color css
<style>
a { background-color: #F77AF1; }
a { background-color: rgb(247,122,241); }
div.DivClassName
{
background-color: #F77AF1;
}
.BgClassName
{
background-color: #F77AF1;
}
</style>
border-color css
<style>
span { border-color: #F77AF1; }
span { border-color: rgb(247,122,241); }
td.TdClassName
{
border-color: #F77AF1;
}
.TagClassName
{
border-color: #F77AF1;
}
</style>