Shades of Violet #F390EE
Tints of Violet #F390EE
RGB
CMYK
RGB Variations
Color information
#F390EE (or 0xF390EE) is known color: Violet. HEX triplet: F3, 90 and EE. RGB value is (243,144,238). Sum of RGB (Red+Green+Blue) = 243+144+238=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 144 (56.64% from 255 or 23.04% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F390EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F390EE is #0C6F11. Grayscale: #B8B8B8. Windows color (decimal): -814866 or 15634675. OLE color: 15634675.
HSL color Cylindrical-coordinate representation of color #F390EE: hue angle of 303.03º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F390EE is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 238 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.05 |
| HSL | 303.03º | 0.8% | 0.76% | - |
| HSV(B) | 303.03º | 0.41% | 0.95% | - |
| XYZ | 62.37 | 45.17 | 86.32 | - |
| YUV | 184.32 | 158.3 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 238 | 0 | 0.41 | 0.02 | 0.05 | 303.03 | 0.8 | 0.76 |
| Hex | F3 | 90 | EE | 0 | 29 | 2 | 5 | 12F | 50 | 4C |
| Octal | 363 | 220 | 356 | 0 | 51 | 2 | 5 | 457 | 120 | 114 |
| Binary | 11110011 | 10010000 | 11101110 | 0 | 101001 | 10 | 101 | 100101111 | 1010000 | 1001100 |
Color Harmonies of #F390EE
Complementary color
Monochromatic Colors of #F390EE
Black with #F390EE
Text Example
Text Example
White with #F390EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390EE; }
p { color: rgb(243,144,238); }
H1.HeaderClassName
{
color: #F390EE;
}
.AnyTagClassName
{
color: #F390EE;
}
</style>
background-color css
<style>
a { background-color: #F390EE; }
a { background-color: rgb(243,144,238); }
div.DivClassName
{
background-color: #F390EE;
}
.BgClassName
{
background-color: #F390EE;
}
</style>
border-color css
<style>
span { border-color: #F390EE; }
span { border-color: rgb(243,144,238); }
td.TdClassName
{
border-color: #F390EE;
}
.TagClassName
{
border-color: #F390EE;
}
</style>