Shades of Violet #F394FF
Tints of Violet #F394FF
RGB
CMYK
RGB Variations
Color information
#F394FF (or 0xF394FF) is known color: Violet. HEX triplet: F3, 94 and FF. RGB value is (243,148,255). Sum of RGB (Red+Green+Blue) = 243+148+255=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 148 (58.20% from 255 or 22.91% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #F394FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F394FF is #0C6B00. Grayscale: #BCBCBC. Windows color (decimal): -813825 or 16749811. OLE color: 16749811.
HSL color Cylindrical-coordinate representation of color #F394FF: hue angle of 293.27º 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 #F394FF is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 148 | 255 | - |
| CMYK | 0.05 | 0.42 | 0 | 0 |
| HSL | 293.27º | 1% | 0.79% | - |
| HSV(B) | 293.27º | 0.42% | 1% | - |
| XYZ | 65.6 | 47.45 | 100.31 | - |
| YUV | 188.6 | 165.47 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 148 | 255 | 0.05 | 0.42 | 0 | 0 | 293.27 | 1 | 0.79 |
| Hex | F3 | 94 | FF | 5 | 2A | 0 | 0 | 125 | 64 | 4F |
| Octal | 363 | 224 | 377 | 5 | 52 | 0 | 0 | 445 | 144 | 117 |
| Binary | 11110011 | 10010100 | 11111111 | 101 | 101010 | 0 | 0 | 100100101 | 1100100 | 1001111 |
Color Harmonies of #F394FF
Complementary color
Monochromatic Colors of #F394FF
Black with #F394FF
Text Example
Text Example
White with #F394FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F394FF; }
p { color: rgb(243,148,255); }
H1.HeaderClassName
{
color: #F394FF;
}
.AnyTagClassName
{
color: #F394FF;
}
</style>
background-color css
<style>
a { background-color: #F394FF; }
a { background-color: rgb(243,148,255); }
div.DivClassName
{
background-color: #F394FF;
}
.BgClassName
{
background-color: #F394FF;
}
</style>
border-color css
<style>
span { border-color: #F394FF; }
span { border-color: rgb(243,148,255); }
td.TdClassName
{
border-color: #F394FF;
}
.TagClassName
{
border-color: #F394FF;
}
</style>