Shades of Violet #F377EE
Tints of Violet #F377EE
RGB
CMYK
RGB Variations
Color information
#F377EE (or 0xF377EE) is known color: Violet. HEX triplet: F3, 77 and EE. RGB value is (243,119,238). Sum of RGB (Red+Green+Blue) = 243+119+238=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 119 (46.88% from 255 or 19.83% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F377EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F377EE is #0C8811. Grayscale: #A9A9A9. Windows color (decimal): -821266 or 15628275. OLE color: 15628275.
HSL color Cylindrical-coordinate representation of color #F377EE: hue angle of 302.42º 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 #F377EE is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 119 | 238 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.05 |
| HSL | 302.42º | 0.84% | 0.71% | - |
| HSV(B) | 302.42º | 0.51% | 0.95% | - |
| XYZ | 58.99 | 38.42 | 85.2 | - |
| YUV | 169.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 119 | 238 | 0 | 0.51 | 0.02 | 0.05 | 302.42 | 0.84 | 0.71 |
| Hex | F3 | 77 | EE | 0 | 33 | 2 | 5 | 12E | 54 | 47 |
| Octal | 363 | 167 | 356 | 0 | 63 | 2 | 5 | 456 | 124 | 107 |
| Binary | 11110011 | 1110111 | 11101110 | 0 | 110011 | 10 | 101 | 100101110 | 1010100 | 1000111 |
Color Harmonies of #F377EE
Complementary color
Monochromatic Colors of #F377EE
Black with #F377EE
Text Example
Text Example
White with #F377EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F377EE; }
p { color: rgb(243,119,238); }
H1.HeaderClassName
{
color: #F377EE;
}
.AnyTagClassName
{
color: #F377EE;
}
</style>
background-color css
<style>
a { background-color: #F377EE; }
a { background-color: rgb(243,119,238); }
div.DivClassName
{
background-color: #F377EE;
}
.BgClassName
{
background-color: #F377EE;
}
</style>
border-color css
<style>
span { border-color: #F377EE; }
span { border-color: rgb(243,119,238); }
td.TdClassName
{
border-color: #F377EE;
}
.TagClassName
{
border-color: #F377EE;
}
</style>