Shades of Violet #F397F0
Tints of Violet #F397F0
RGB
CMYK
RGB Variations
Color information
#F397F0 (or 0xF397F0) is known color: Violet. HEX triplet: F3, 97 and F0. RGB value is (243,151,240). Sum of RGB (Red+Green+Blue) = 243+151+240=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 151 (59.38% from 255 or 23.82% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 243 - color contains mainly: red. Hex color #F397F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F397F0 is #0C680F. Grayscale: #BCBCBC. Windows color (decimal): -813072 or 15767539. OLE color: 15767539.
HSL color Cylindrical-coordinate representation of color #F397F0: hue angle of 301.96º 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 #F397F0 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 240 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.05 |
| HSL | 301.96º | 0.79% | 0.77% | - |
| HSV(B) | 301.96º | 0.38% | 0.95% | - |
| XYZ | 63.76 | 47.48 | 88.24 | - |
| YUV | 188.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 240 | 0 | 0.38 | 0.01 | 0.05 | 301.96 | 0.79 | 0.77 |
| Hex | F3 | 97 | F0 | 0 | 26 | 1 | 5 | 12E | 4F | 4D |
| Octal | 363 | 227 | 360 | 0 | 46 | 1 | 5 | 456 | 117 | 115 |
| Binary | 11110011 | 10010111 | 11110000 | 0 | 100110 | 1 | 101 | 100101110 | 1001111 | 1001101 |
Color Harmonies of #F397F0
Complementary color
Monochromatic Colors of #F397F0
Black with #F397F0
Text Example
Text Example
White with #F397F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F397F0; }
p { color: rgb(243,151,240); }
H1.HeaderClassName
{
color: #F397F0;
}
.AnyTagClassName
{
color: #F397F0;
}
</style>
background-color css
<style>
a { background-color: #F397F0; }
a { background-color: rgb(243,151,240); }
div.DivClassName
{
background-color: #F397F0;
}
.BgClassName
{
background-color: #F397F0;
}
</style>
border-color css
<style>
span { border-color: #F397F0; }
span { border-color: rgb(243,151,240); }
td.TdClassName
{
border-color: #F397F0;
}
.TagClassName
{
border-color: #F397F0;
}
</style>