Shades of Violet #F393FE
Tints of Violet #F393FE
RGB
CMYK
RGB Variations
Color information
#F393FE (or 0xF393FE) is known color: Violet. HEX triplet: F3, 93 and FE. RGB value is (243,147,254). Sum of RGB (Red+Green+Blue) = 243+147+254=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 147 (57.81% from 255 or 22.83% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #F393FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F393FE is #0C6C01. Grayscale: #BBBBBB. Windows color (decimal): -814082 or 16684019. OLE color: 16684019.
HSL color Cylindrical-coordinate representation of color #F393FE: hue angle of 293.83º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F393FE is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 147 | 254 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.00 |
| HSL | 293.83º | 0.98% | 0.79% | - |
| HSV(B) | 293.83º | 0.42% | 1% | - |
| XYZ | 65.29 | 47.08 | 99.41 | - |
| YUV | 187.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 254 | 0.04 | 0.42 | 0 | 0.00 | 293.83 | 0.98 | 0.79 |
| Hex | F3 | 93 | FE | 4 | 2A | 0 | 0 | 126 | 62 | 4F |
| Octal | 363 | 223 | 376 | 4 | 52 | 0 | 0 | 446 | 142 | 117 |
| Binary | 11110011 | 10010011 | 11111110 | 100 | 101010 | 0 | 0 | 100100110 | 1100010 | 1001111 |
Color Harmonies of #F393FE
Complementary color
Monochromatic Colors of #F393FE
Black with #F393FE
Text Example
Text Example
White with #F393FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F393FE; }
p { color: rgb(243,147,254); }
H1.HeaderClassName
{
color: #F393FE;
}
.AnyTagClassName
{
color: #F393FE;
}
</style>
background-color css
<style>
a { background-color: #F393FE; }
a { background-color: rgb(243,147,254); }
div.DivClassName
{
background-color: #F393FE;
}
.BgClassName
{
background-color: #F393FE;
}
</style>
border-color css
<style>
span { border-color: #F393FE; }
span { border-color: rgb(243,147,254); }
td.TdClassName
{
border-color: #F393FE;
}
.TagClassName
{
border-color: #F393FE;
}
</style>