Shades of Violet #F394FE
Tints of Violet #F394FE
RGB
CMYK
RGB Variations
Color information
#F394FE (or 0xF394FE) is known color: Violet. HEX triplet: F3, 94 and FE. RGB value is (243,148,254). Sum of RGB (Red+Green+Blue) = 243+148+254=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 148 (58.20% from 255 or 22.95% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #F394FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F394FE is #0C6B01. Grayscale: #BCBCBC. Windows color (decimal): -813826 or 16684275. OLE color: 16684275.
HSL color Cylindrical-coordinate representation of color #F394FE: hue angle of 293.77º 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 #F394FE is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 148 | 254 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.00 |
| HSL | 293.77º | 0.98% | 0.79% | - |
| HSV(B) | 293.77º | 0.42% | 1% | - |
| XYZ | 65.44 | 47.39 | 99.46 | - |
| YUV | 188.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 148 | 254 | 0.04 | 0.42 | 0 | 0.00 | 293.77 | 0.98 | 0.79 |
| Hex | F3 | 94 | FE | 4 | 2A | 0 | 0 | 126 | 62 | 4F |
| Octal | 363 | 224 | 376 | 4 | 52 | 0 | 0 | 446 | 142 | 117 |
| Binary | 11110011 | 10010100 | 11111110 | 100 | 101010 | 0 | 0 | 100100110 | 1100010 | 1001111 |
Color Harmonies of #F394FE
Complementary color
Monochromatic Colors of #F394FE
Black with #F394FE
Text Example
Text Example
White with #F394FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F394FE; }
p { color: rgb(243,148,254); }
H1.HeaderClassName
{
color: #F394FE;
}
.AnyTagClassName
{
color: #F394FE;
}
</style>
background-color css
<style>
a { background-color: #F394FE; }
a { background-color: rgb(243,148,254); }
div.DivClassName
{
background-color: #F394FE;
}
.BgClassName
{
background-color: #F394FE;
}
</style>
border-color css
<style>
span { border-color: #F394FE; }
span { border-color: rgb(243,148,254); }
td.TdClassName
{
border-color: #F394FE;
}
.TagClassName
{
border-color: #F394FE;
}
</style>