Shades of Violet #F388EC
Tints of Violet #F388EC
RGB
CMYK
RGB Variations
Color information
#F388EC (or 0xF388EC) is known color: Violet. HEX triplet: F3, 88 and EC. RGB value is (243,136,236). Sum of RGB (Red+Green+Blue) = 243+136+236=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 136 (53.52% from 255 or 22.11% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F388EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F388EC is #0C7713. Grayscale: #B3B3B3. Windows color (decimal): -816916 or 15501555. OLE color: 15501555.
HSL color Cylindrical-coordinate representation of color #F388EC: hue angle of 303.93º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F388EC is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 236 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.05 |
| HSL | 303.93º | 0.82% | 0.74% | - |
| HSV(B) | 303.93º | 0.44% | 0.95% | - |
| XYZ | 60.91 | 42.72 | 84.39 | - |
| YUV | 179.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 236 | 0 | 0.44 | 0.03 | 0.05 | 303.93 | 0.82 | 0.74 |
| Hex | F3 | 88 | EC | 0 | 2C | 3 | 5 | 130 | 52 | 4A |
| Octal | 363 | 210 | 354 | 0 | 54 | 3 | 5 | 460 | 122 | 112 |
| Binary | 11110011 | 10001000 | 11101100 | 0 | 101100 | 11 | 101 | 100110000 | 1010010 | 1001010 |
Color Harmonies of #F388EC
Complementary color
Monochromatic Colors of #F388EC
Black with #F388EC
Text Example
Text Example
White with #F388EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388EC; }
p { color: rgb(243,136,236); }
H1.HeaderClassName
{
color: #F388EC;
}
.AnyTagClassName
{
color: #F388EC;
}
</style>
background-color css
<style>
a { background-color: #F388EC; }
a { background-color: rgb(243,136,236); }
div.DivClassName
{
background-color: #F388EC;
}
.BgClassName
{
background-color: #F388EC;
}
</style>
border-color css
<style>
span { border-color: #F388EC; }
span { border-color: rgb(243,136,236); }
td.TdClassName
{
border-color: #F388EC;
}
.TagClassName
{
border-color: #F388EC;
}
</style>