Shades of Violet #F394EF
Tints of Violet #F394EF
RGB
CMYK
RGB Variations
Color information
#F394EF (or 0xF394EF) is known color: Violet. HEX triplet: F3, 94 and EF. RGB value is (243,148,239). Sum of RGB (Red+Green+Blue) = 243+148+239=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 148 (58.20% from 255 or 23.49% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F394EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F394EF is #0C6B10. Grayscale: #BABABA. Windows color (decimal): -813841 or 15701235. OLE color: 15701235.
HSL color Cylindrical-coordinate representation of color #F394EF: hue angle of 302.53º 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 #F394EF is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 148 | 239 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.05 |
| HSL | 302.53º | 0.8% | 0.77% | - |
| HSV(B) | 302.53º | 0.39% | 0.95% | - |
| XYZ | 63.13 | 46.47 | 87.3 | - |
| YUV | 186.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 148 | 239 | 0 | 0.39 | 0.02 | 0.05 | 302.53 | 0.8 | 0.77 |
| Hex | F3 | 94 | EF | 0 | 27 | 2 | 5 | 12F | 50 | 4D |
| Octal | 363 | 224 | 357 | 0 | 47 | 2 | 5 | 457 | 120 | 115 |
| Binary | 11110011 | 10010100 | 11101111 | 0 | 100111 | 10 | 101 | 100101111 | 1010000 | 1001101 |
Color Harmonies of #F394EF
Complementary color
Monochromatic Colors of #F394EF
Black with #F394EF
Text Example
Text Example
White with #F394EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F394EF; }
p { color: rgb(243,148,239); }
H1.HeaderClassName
{
color: #F394EF;
}
.AnyTagClassName
{
color: #F394EF;
}
</style>
background-color css
<style>
a { background-color: #F394EF; }
a { background-color: rgb(243,148,239); }
div.DivClassName
{
background-color: #F394EF;
}
.BgClassName
{
background-color: #F394EF;
}
</style>
border-color css
<style>
span { border-color: #F394EF; }
span { border-color: rgb(243,148,239); }
td.TdClassName
{
border-color: #F394EF;
}
.TagClassName
{
border-color: #F394EF;
}
</style>