Shades of Violet #F497FE
Tints of Violet #F497FE
RGB
CMYK
RGB Variations
Color information
#F497FE (or 0xF497FE) is known color: Violet. HEX triplet: F4, 97 and FE. RGB value is (244,151,254). Sum of RGB (Red+Green+Blue) = 244+151+254=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 151 (59.38% from 255 or 23.27% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #F497FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F497FE is #0B6801. Grayscale: #BEBEBE. Windows color (decimal): -747522 or 16685044. OLE color: 16685044.
HSL color Cylindrical-coordinate representation of color #F497FE: hue angle of 294.17º 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 #F497FE is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 151 | 254 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.00 |
| HSL | 294.17º | 0.98% | 0.79% | - |
| HSV(B) | 294.17º | 0.41% | 1% | - |
| XYZ | 66.26 | 48.52 | 99.64 | - |
| YUV | 190.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 151 | 254 | 0.04 | 0.41 | 0 | 0.00 | 294.17 | 0.98 | 0.79 |
| Hex | F4 | 97 | FE | 4 | 29 | 0 | 0 | 126 | 62 | 4F |
| Octal | 364 | 227 | 376 | 4 | 51 | 0 | 0 | 446 | 142 | 117 |
| Binary | 11110100 | 10010111 | 11111110 | 100 | 101001 | 0 | 0 | 100100110 | 1100010 | 1001111 |
Color Harmonies of #F497FE
Complementary color
Monochromatic Colors of #F497FE
Black with #F497FE
Text Example
Text Example
White with #F497FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F497FE; }
p { color: rgb(244,151,254); }
H1.HeaderClassName
{
color: #F497FE;
}
.AnyTagClassName
{
color: #F497FE;
}
</style>
background-color css
<style>
a { background-color: #F497FE; }
a { background-color: rgb(244,151,254); }
div.DivClassName
{
background-color: #F497FE;
}
.BgClassName
{
background-color: #F497FE;
}
</style>
border-color css
<style>
span { border-color: #F497FE; }
span { border-color: rgb(244,151,254); }
td.TdClassName
{
border-color: #F497FE;
}
.TagClassName
{
border-color: #F497FE;
}
</style>