Shades of Violet #F577EE
Tints of Violet #F577EE
RGB
CMYK
RGB Variations
Color information
#F577EE (or 0xF577EE) is known color: Violet. HEX triplet: F5, 77 and EE. RGB value is (245,119,238). Sum of RGB (Red+Green+Blue) = 245+119+238=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 119 (46.88% from 255 or 19.77% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F577EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F577EE is #0A8811. Grayscale: #A9A9A9. Windows color (decimal): -690194 or 15628277. OLE color: 15628277.
HSL color Cylindrical-coordinate representation of color #F577EE: hue angle of 303.33º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F577EE is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 238 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.04 |
| HSL | 303.33º | 0.86% | 0.71% | - |
| HSV(B) | 303.33º | 0.51% | 0.96% | - |
| XYZ | 59.69 | 38.78 | 85.23 | - |
| YUV | 170.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 238 | 0 | 0.51 | 0.03 | 0.04 | 303.33 | 0.86 | 0.71 |
| Hex | F5 | 77 | EE | 0 | 33 | 3 | 4 | 12F | 56 | 47 |
| Octal | 365 | 167 | 356 | 0 | 63 | 3 | 4 | 457 | 126 | 107 |
| Binary | 11110101 | 1110111 | 11101110 | 0 | 110011 | 11 | 100 | 100101111 | 1010110 | 1000111 |
Color Harmonies of #F577EE
Complementary color
Monochromatic Colors of #F577EE
Black with #F577EE
Text Example
Text Example
White with #F577EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F577EE; }
p { color: rgb(245,119,238); }
H1.HeaderClassName
{
color: #F577EE;
}
.AnyTagClassName
{
color: #F577EE;
}
</style>
background-color css
<style>
a { background-color: #F577EE; }
a { background-color: rgb(245,119,238); }
div.DivClassName
{
background-color: #F577EE;
}
.BgClassName
{
background-color: #F577EE;
}
</style>
border-color css
<style>
span { border-color: #F577EE; }
span { border-color: rgb(245,119,238); }
td.TdClassName
{
border-color: #F577EE;
}
.TagClassName
{
border-color: #F577EE;
}
</style>