Shades of Violet #F397FF
Tints of Violet #F397FF
RGB
CMYK
RGB Variations
Color information
#F397FF (or 0xF397FF) is known color: Violet. HEX triplet: F3, 97 and FF. RGB value is (243,151,255). Sum of RGB (Red+Green+Blue) = 243+151+255=649 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.44% from 649); Green value is 151 (59.38% from 255 or 23.27% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #F397FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F397FF is #0C6800. Grayscale: #BEBEBE. Windows color (decimal): -813057 or 16750579. OLE color: 16750579.
HSL color Cylindrical-coordinate representation of color #F397FF: hue angle of 293.08º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F397FF is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 151 | 255 | - |
| CMYK | 0.05 | 0.41 | 0 | 0 |
| HSL | 293.08º | 1% | 0.8% | - |
| HSV(B) | 293.08º | 0.41% | 1% | - |
| XYZ | 66.08 | 48.41 | 100.47 | - |
| YUV | 190.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 255 | 0.05 | 0.41 | 0 | 0 | 293.08 | 1 | 0.8 |
| Hex | F3 | 97 | FF | 5 | 29 | 0 | 0 | 125 | 64 | 50 |
| Octal | 363 | 227 | 377 | 5 | 51 | 0 | 0 | 445 | 144 | 120 |
| Binary | 11110011 | 10010111 | 11111111 | 101 | 101001 | 0 | 0 | 100100101 | 1100100 | 1010000 |
Color Harmonies of #F397FF
Complementary color
Monochromatic Colors of #F397FF
Black with #F397FF
Text Example
Text Example
White with #F397FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F397FF; }
p { color: rgb(243,151,255); }
H1.HeaderClassName
{
color: #F397FF;
}
.AnyTagClassName
{
color: #F397FF;
}
</style>
background-color css
<style>
a { background-color: #F397FF; }
a { background-color: rgb(243,151,255); }
div.DivClassName
{
background-color: #F397FF;
}
.BgClassName
{
background-color: #F397FF;
}
</style>
border-color css
<style>
span { border-color: #F397FF; }
span { border-color: rgb(243,151,255); }
td.TdClassName
{
border-color: #F397FF;
}
.TagClassName
{
border-color: #F397FF;
}
</style>