Shades of Violet #F395EC
Tints of Violet #F395EC
RGB
CMYK
RGB Variations
Color information
#F395EC (or 0xF395EC) is known color: Violet. HEX triplet: F3, 95 and EC. RGB value is (243,149,236). Sum of RGB (Red+Green+Blue) = 243+149+236=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 149 (58.59% from 255 or 23.73% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F395EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395EC is #0C6A13. Grayscale: #BABABA. Windows color (decimal): -813588 or 15504883. OLE color: 15504883.
HSL color Cylindrical-coordinate representation of color #F395EC: hue angle of 304.47º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F395EC is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 149 | 236 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.05 |
| HSL | 304.47º | 0.8% | 0.77% | - |
| HSV(B) | 304.47º | 0.39% | 0.95% | - |
| XYZ | 62.85 | 46.61 | 85.04 | - |
| YUV | 187.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 236 | 0 | 0.39 | 0.03 | 0.05 | 304.47 | 0.8 | 0.77 |
| Hex | F3 | 95 | EC | 0 | 27 | 3 | 5 | 130 | 50 | 4D |
| Octal | 363 | 225 | 354 | 0 | 47 | 3 | 5 | 460 | 120 | 115 |
| Binary | 11110011 | 10010101 | 11101100 | 0 | 100111 | 11 | 101 | 100110000 | 1010000 | 1001101 |
Color Harmonies of #F395EC
Complementary color
Monochromatic Colors of #F395EC
Black with #F395EC
Text Example
Text Example
White with #F395EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F395EC; }
p { color: rgb(243,149,236); }
H1.HeaderClassName
{
color: #F395EC;
}
.AnyTagClassName
{
color: #F395EC;
}
</style>
background-color css
<style>
a { background-color: #F395EC; }
a { background-color: rgb(243,149,236); }
div.DivClassName
{
background-color: #F395EC;
}
.BgClassName
{
background-color: #F395EC;
}
</style>
border-color css
<style>
span { border-color: #F395EC; }
span { border-color: rgb(243,149,236); }
td.TdClassName
{
border-color: #F395EC;
}
.TagClassName
{
border-color: #F395EC;
}
</style>