Shades of Violet #F395F9
Tints of Violet #F395F9
RGB
CMYK
RGB Variations
Color information
#F395F9 (or 0xF395F9) is known color: Violet. HEX triplet: F3, 95 and F9. RGB value is (243,149,249). Sum of RGB (Red+Green+Blue) = 243+149+249=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 149 (58.59% from 255 or 23.24% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #F395F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395F9 is #0C6A06. Grayscale: #BCBCBC. Windows color (decimal): -813575 or 16356851. OLE color: 16356851.
HSL color Cylindrical-coordinate representation of color #F395F9: hue angle of 296.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F395F9 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 149 | 249 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.02 |
| HSL | 296.4º | 0.89% | 0.78% | - |
| HSV(B) | 296.4º | 0.4% | 0.98% | - |
| XYZ | 64.81 | 47.39 | 95.35 | - |
| YUV | 188.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 249 | 0.02 | 0.40 | 0 | 0.02 | 296.4 | 0.89 | 0.78 |
| Hex | F3 | 95 | F9 | 2 | 28 | 0 | 2 | 128 | 59 | 4E |
| Octal | 363 | 225 | 371 | 2 | 50 | 0 | 2 | 450 | 131 | 116 |
| Binary | 11110011 | 10010101 | 11111001 | 10 | 101000 | 0 | 10 | 100101000 | 1011001 | 1001110 |
Color Harmonies of #F395F9
Complementary color
Monochromatic Colors of #F395F9
Black with #F395F9
Text Example
Text Example
White with #F395F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F395F9; }
p { color: rgb(243,149,249); }
H1.HeaderClassName
{
color: #F395F9;
}
.AnyTagClassName
{
color: #F395F9;
}
</style>
background-color css
<style>
a { background-color: #F395F9; }
a { background-color: rgb(243,149,249); }
div.DivClassName
{
background-color: #F395F9;
}
.BgClassName
{
background-color: #F395F9;
}
</style>
border-color css
<style>
span { border-color: #F395F9; }
span { border-color: rgb(243,149,249); }
td.TdClassName
{
border-color: #F395F9;
}
.TagClassName
{
border-color: #F395F9;
}
</style>