Shades of Violet #F394FA
Tints of Violet #F394FA
RGB
CMYK
RGB Variations
Color information
#F394FA (or 0xF394FA) is known color: Violet. HEX triplet: F3, 94 and FA. RGB value is (243,148,250). Sum of RGB (Red+Green+Blue) = 243+148+250=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 148 (58.20% from 255 or 23.09% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #F394FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F394FA is #0C6B05. Grayscale: #BBBBBB. Windows color (decimal): -813830 or 16422131. OLE color: 16422131.
HSL color Cylindrical-coordinate representation of color #F394FA: hue angle of 295.88º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F394FA is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 148 | 250 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.02 |
| HSL | 295.88º | 0.91% | 0.78% | - |
| HSV(B) | 295.88º | 0.41% | 0.98% | - |
| XYZ | 64.81 | 47.14 | 96.13 | - |
| YUV | 188.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 148 | 250 | 0.03 | 0.41 | 0 | 0.02 | 295.88 | 0.91 | 0.78 |
| Hex | F3 | 94 | FA | 3 | 29 | 0 | 2 | 128 | 5B | 4E |
| Octal | 363 | 224 | 372 | 3 | 51 | 0 | 2 | 450 | 133 | 116 |
| Binary | 11110011 | 10010100 | 11111010 | 11 | 101001 | 0 | 10 | 100101000 | 1011011 | 1001110 |
Color Harmonies of #F394FA
Complementary color
Monochromatic Colors of #F394FA
Black with #F394FA
Text Example
Text Example
White with #F394FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F394FA; }
p { color: rgb(243,148,250); }
H1.HeaderClassName
{
color: #F394FA;
}
.AnyTagClassName
{
color: #F394FA;
}
</style>
background-color css
<style>
a { background-color: #F394FA; }
a { background-color: rgb(243,148,250); }
div.DivClassName
{
background-color: #F394FA;
}
.BgClassName
{
background-color: #F394FA;
}
</style>
border-color css
<style>
span { border-color: #F394FA; }
span { border-color: rgb(243,148,250); }
td.TdClassName
{
border-color: #F394FA;
}
.TagClassName
{
border-color: #F394FA;
}
</style>