Shades of Violet #F397F1
Tints of Violet #F397F1
RGB
CMYK
RGB Variations
Color information
#F397F1 (or 0xF397F1) is known color: Violet. HEX triplet: F3, 97 and F1. RGB value is (243,151,241). Sum of RGB (Red+Green+Blue) = 243+151+241=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 151 (59.38% from 255 or 23.78% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F397F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F397F1 is #0C680E. Grayscale: #BCBCBC. Windows color (decimal): -813071 or 15833075. OLE color: 15833075.
HSL color Cylindrical-coordinate representation of color #F397F1: hue angle of 301.3º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F397F1 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 241 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.05 |
| HSL | 301.3º | 0.79% | 0.77% | - |
| HSV(B) | 301.3º | 0.38% | 0.95% | - |
| XYZ | 63.91 | 47.54 | 89.03 | - |
| YUV | 188.77 | 157.48 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 241 | 0 | 0.38 | 0.01 | 0.05 | 301.3 | 0.79 | 0.77 |
| Hex | F3 | 97 | F1 | 0 | 26 | 1 | 5 | 12D | 4F | 4D |
| Octal | 363 | 227 | 361 | 0 | 46 | 1 | 5 | 455 | 117 | 115 |
| Binary | 11110011 | 10010111 | 11110001 | 0 | 100110 | 1 | 101 | 100101101 | 1001111 | 1001101 |
Color Harmonies of #F397F1
Complementary color
Monochromatic Colors of #F397F1
Black with #F397F1
Text Example
Text Example
White with #F397F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F397F1; }
p { color: rgb(243,151,241); }
H1.HeaderClassName
{
color: #F397F1;
}
.AnyTagClassName
{
color: #F397F1;
}
</style>
background-color css
<style>
a { background-color: #F397F1; }
a { background-color: rgb(243,151,241); }
div.DivClassName
{
background-color: #F397F1;
}
.BgClassName
{
background-color: #F397F1;
}
</style>
border-color css
<style>
span { border-color: #F397F1; }
span { border-color: rgb(243,151,241); }
td.TdClassName
{
border-color: #F397F1;
}
.TagClassName
{
border-color: #F397F1;
}
</style>