Shades of Violet #F393FF
Tints of Violet #F393FF
RGB
CMYK
RGB Variations
Color information
#F393FF (or 0xF393FF) is known color: Violet. HEX triplet: F3, 93 and FF. RGB value is (243,147,255). Sum of RGB (Red+Green+Blue) = 243+147+255=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 147 (57.81% from 255 or 22.79% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #F393FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F393FF is #0C6C00. Grayscale: #BBBBBB. Windows color (decimal): -814081 or 16749555. OLE color: 16749555.
HSL color Cylindrical-coordinate representation of color #F393FF: hue angle of 293.33º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F393FF is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 147 | 255 | - |
| CMYK | 0.05 | 0.42 | 0 | 0 |
| HSL | 293.33º | 1% | 0.79% | - |
| HSV(B) | 293.33º | 0.42% | 1% | - |
| XYZ | 65.45 | 47.14 | 100.26 | - |
| YUV | 188.02 | 165.8 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 255 | 0.05 | 0.42 | 0 | 0 | 293.33 | 1 | 0.79 |
| Hex | F3 | 93 | FF | 5 | 2A | 0 | 0 | 125 | 64 | 4F |
| Octal | 363 | 223 | 377 | 5 | 52 | 0 | 0 | 445 | 144 | 117 |
| Binary | 11110011 | 10010011 | 11111111 | 101 | 101010 | 0 | 0 | 100100101 | 1100100 | 1001111 |
Color Harmonies of #F393FF
Complementary color
Monochromatic Colors of #F393FF
Black with #F393FF
Text Example
Text Example
White with #F393FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F393FF; }
p { color: rgb(243,147,255); }
H1.HeaderClassName
{
color: #F393FF;
}
.AnyTagClassName
{
color: #F393FF;
}
</style>
background-color css
<style>
a { background-color: #F393FF; }
a { background-color: rgb(243,147,255); }
div.DivClassName
{
background-color: #F393FF;
}
.BgClassName
{
background-color: #F393FF;
}
</style>
border-color css
<style>
span { border-color: #F393FF; }
span { border-color: rgb(243,147,255); }
td.TdClassName
{
border-color: #F393FF;
}
.TagClassName
{
border-color: #F393FF;
}
</style>