Shades of Violet #F397FE
Tints of Violet #F397FE
RGB
CMYK
RGB Variations
Color information
#F397FE (or 0xF397FE) is known color: Violet. HEX triplet: F3, 97 and FE. RGB value is (243,151,254). Sum of RGB (Red+Green+Blue) = 243+151+254=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 151 (59.38% from 255 or 23.30% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #F397FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F397FE is #0C6801. Grayscale: #BDBDBD. Windows color (decimal): -813058 or 16685043. OLE color: 16685043.
HSL color Cylindrical-coordinate representation of color #F397FE: hue angle of 293.59º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F397FE is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 151 | 254 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.00 |
| HSL | 293.59º | 0.98% | 0.79% | - |
| HSV(B) | 293.59º | 0.41% | 1% | - |
| XYZ | 65.92 | 48.34 | 99.62 | - |
| YUV | 190.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 254 | 0.04 | 0.41 | 0 | 0.00 | 293.59 | 0.98 | 0.79 |
| Hex | F3 | 97 | FE | 4 | 29 | 0 | 0 | 126 | 62 | 4F |
| Octal | 363 | 227 | 376 | 4 | 51 | 0 | 0 | 446 | 142 | 117 |
| Binary | 11110011 | 10010111 | 11111110 | 100 | 101001 | 0 | 0 | 100100110 | 1100010 | 1001111 |
Color Harmonies of #F397FE
Complementary color
Monochromatic Colors of #F397FE
Black with #F397FE
Text Example
Text Example
White with #F397FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F397FE; }
p { color: rgb(243,151,254); }
H1.HeaderClassName
{
color: #F397FE;
}
.AnyTagClassName
{
color: #F397FE;
}
</style>
background-color css
<style>
a { background-color: #F397FE; }
a { background-color: rgb(243,151,254); }
div.DivClassName
{
background-color: #F397FE;
}
.BgClassName
{
background-color: #F397FE;
}
</style>
border-color css
<style>
span { border-color: #F397FE; }
span { border-color: rgb(243,151,254); }
td.TdClassName
{
border-color: #F397FE;
}
.TagClassName
{
border-color: #F397FE;
}
</style>