Shades of Violet #F49CFF
Tints of Violet #F49CFF
RGB
CMYK
RGB Variations
Color information
#F49CFF (or 0xF49CFF) is known color: Violet. HEX triplet: F4, 9C and FF. RGB value is (244,156,255). Sum of RGB (Red+Green+Blue) = 244+156+255=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 156 (61.33% from 255 or 23.82% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #F49CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49CFF is #0B6300. Grayscale: #C1C1C1. Windows color (decimal): -746241 or 16751860. OLE color: 16751860.
HSL color Cylindrical-coordinate representation of color #F49CFF: hue angle of 293.33º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F49CFF is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 156 | 255 | - |
| CMYK | 0.04 | 0.39 | 0 | 0 |
| HSL | 293.33º | 1% | 0.81% | - |
| HSV(B) | 293.33º | 0.39% | 1% | - |
| XYZ | 67.25 | 50.23 | 100.76 | - |
| YUV | 193.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 255 | 0.04 | 0.39 | 0 | 0 | 293.33 | 1 | 0.81 |
| Hex | F4 | 9C | FF | 4 | 27 | 0 | 0 | 125 | 64 | 51 |
| Octal | 364 | 234 | 377 | 4 | 47 | 0 | 0 | 445 | 144 | 121 |
| Binary | 11110100 | 10011100 | 11111111 | 100 | 100111 | 0 | 0 | 100100101 | 1100100 | 1010001 |
Color Harmonies of #F49CFF
Complementary color
Monochromatic Colors of #F49CFF
Black with #F49CFF
Text Example
Text Example
White with #F49CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49CFF; }
p { color: rgb(244,156,255); }
H1.HeaderClassName
{
color: #F49CFF;
}
.AnyTagClassName
{
color: #F49CFF;
}
</style>
background-color css
<style>
a { background-color: #F49CFF; }
a { background-color: rgb(244,156,255); }
div.DivClassName
{
background-color: #F49CFF;
}
.BgClassName
{
background-color: #F49CFF;
}
</style>
border-color css
<style>
span { border-color: #F49CFF; }
span { border-color: rgb(244,156,255); }
td.TdClassName
{
border-color: #F49CFF;
}
.TagClassName
{
border-color: #F49CFF;
}
</style>