Shades of Violet #F774EE
Tints of Violet #F774EE
RGB
CMYK
RGB Variations
Color information
#F774EE (or 0xF774EE) is known color: Violet. HEX triplet: F7, 74 and EE. RGB value is (247,116,238). Sum of RGB (Red+Green+Blue) = 247+116+238=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 116 (45.70% from 255 or 19.30% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F774EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F774EE is #088B11. Grayscale: #A8A8A8. Windows color (decimal): -559890 or 15627511. OLE color: 15627511.
HSL color Cylindrical-coordinate representation of color #F774EE: hue angle of 304.12º 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 #F774EE is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 238 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.03 |
| HSL | 304.12º | 0.89% | 0.71% | - |
| HSV(B) | 304.12º | 0.53% | 0.97% | - |
| XYZ | 60.04 | 38.44 | 85.14 | - |
| YUV | 169.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 238 | 0 | 0.53 | 0.04 | 0.03 | 304.12 | 0.89 | 0.71 |
| Hex | F7 | 74 | EE | 0 | 35 | 4 | 3 | 130 | 59 | 47 |
| Octal | 367 | 164 | 356 | 0 | 65 | 4 | 3 | 460 | 131 | 107 |
| Binary | 11110111 | 1110100 | 11101110 | 0 | 110101 | 100 | 11 | 100110000 | 1011001 | 1000111 |
Color Harmonies of #F774EE
Complementary color
Monochromatic Colors of #F774EE
Black with #F774EE
Text Example
Text Example
White with #F774EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F774EE; }
p { color: rgb(247,116,238); }
H1.HeaderClassName
{
color: #F774EE;
}
.AnyTagClassName
{
color: #F774EE;
}
</style>
background-color css
<style>
a { background-color: #F774EE; }
a { background-color: rgb(247,116,238); }
div.DivClassName
{
background-color: #F774EE;
}
.BgClassName
{
background-color: #F774EE;
}
</style>
border-color css
<style>
span { border-color: #F774EE; }
span { border-color: rgb(247,116,238); }
td.TdClassName
{
border-color: #F774EE;
}
.TagClassName
{
border-color: #F774EE;
}
</style>