Shades of Violet #F49CF7
Tints of Violet #F49CF7
RGB
CMYK
RGB Variations
Color information
#F49CF7 (or 0xF49CF7) is known color: Violet. HEX triplet: F4, 9C and F7. RGB value is (244,156,247). Sum of RGB (Red+Green+Blue) = 244+156+247=647 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.71% from 647); Green value is 156 (61.33% from 255 or 24.11% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 247 - color contains mainly: blue. Hex color #F49CF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49CF7 is #0B6308. Grayscale: #C0C0C0. Windows color (decimal): -746249 or 16227572. OLE color: 16227572.
HSL color Cylindrical-coordinate representation of color #F49CF7: hue angle of 298.02º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F49CF7 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 156 | 247 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.03 |
| HSL | 298.02º | 0.85% | 0.79% | - |
| HSV(B) | 298.02º | 0.37% | 0.97% | - |
| XYZ | 65.99 | 49.73 | 94.12 | - |
| YUV | 192.69 | 158.65 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 247 | 0.01 | 0.37 | 0 | 0.03 | 298.02 | 0.85 | 0.79 |
| Hex | F4 | 9C | F7 | 1 | 25 | 0 | 3 | 12A | 55 | 4F |
| Octal | 364 | 234 | 367 | 1 | 45 | 0 | 3 | 452 | 125 | 117 |
| Binary | 11110100 | 10011100 | 11110111 | 1 | 100101 | 0 | 11 | 100101010 | 1010101 | 1001111 |
Color Harmonies of #F49CF7
Complementary color
Monochromatic Colors of #F49CF7
Black with #F49CF7
Text Example
Text Example
White with #F49CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49CF7; }
p { color: rgb(244,156,247); }
H1.HeaderClassName
{
color: #F49CF7;
}
.AnyTagClassName
{
color: #F49CF7;
}
</style>
background-color css
<style>
a { background-color: #F49CF7; }
a { background-color: rgb(244,156,247); }
div.DivClassName
{
background-color: #F49CF7;
}
.BgClassName
{
background-color: #F49CF7;
}
</style>
border-color css
<style>
span { border-color: #F49CF7; }
span { border-color: rgb(244,156,247); }
td.TdClassName
{
border-color: #F49CF7;
}
.TagClassName
{
border-color: #F49CF7;
}
</style>