Shades of Violet #F377EC
Tints of Violet #F377EC
RGB
CMYK
RGB Variations
Color information
#F377EC (or 0xF377EC) is known color: Violet. HEX triplet: F3, 77 and EC. RGB value is (243,119,236). Sum of RGB (Red+Green+Blue) = 243+119+236=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 119 (46.88% from 255 or 19.90% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F377EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F377EC is #0C8813. Grayscale: #A9A9A9. Windows color (decimal): -821268 or 15497203. OLE color: 15497203.
HSL color Cylindrical-coordinate representation of color #F377EC: hue angle of 303.39º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F377EC is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 119 | 236 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.05 |
| HSL | 303.39º | 0.84% | 0.71% | - |
| HSV(B) | 303.39º | 0.51% | 0.95% | - |
| XYZ | 58.7 | 38.3 | 83.66 | - |
| YUV | 169.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 119 | 236 | 0 | 0.51 | 0.03 | 0.05 | 303.39 | 0.84 | 0.71 |
| Hex | F3 | 77 | EC | 0 | 33 | 3 | 5 | 12F | 54 | 47 |
| Octal | 363 | 167 | 354 | 0 | 63 | 3 | 5 | 457 | 124 | 107 |
| Binary | 11110011 | 1110111 | 11101100 | 0 | 110011 | 11 | 101 | 100101111 | 1010100 | 1000111 |
Color Harmonies of #F377EC
Complementary color
Monochromatic Colors of #F377EC
Black with #F377EC
Text Example
Text Example
White with #F377EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F377EC; }
p { color: rgb(243,119,236); }
H1.HeaderClassName
{
color: #F377EC;
}
.AnyTagClassName
{
color: #F377EC;
}
</style>
background-color css
<style>
a { background-color: #F377EC; }
a { background-color: rgb(243,119,236); }
div.DivClassName
{
background-color: #F377EC;
}
.BgClassName
{
background-color: #F377EC;
}
</style>
border-color css
<style>
span { border-color: #F377EC; }
span { border-color: rgb(243,119,236); }
td.TdClassName
{
border-color: #F377EC;
}
.TagClassName
{
border-color: #F377EC;
}
</style>