Shades of Violet #F49BF2
Tints of Violet #F49BF2
RGB
CMYK
RGB Variations
Color information
#F49BF2 (or 0xF49BF2) is known color: Violet. HEX triplet: F4, 9B and F2. RGB value is (244,155,242). Sum of RGB (Red+Green+Blue) = 244+155+242=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 155 (60.94% from 255 or 24.18% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49BF2 is #0B640D. Grayscale: #BFBFBF. Windows color (decimal): -746510 or 15899636. OLE color: 15899636.
HSL color Cylindrical-coordinate representation of color #F49BF2: hue angle of 301.35º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49BF2 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 155 | 242 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.04 |
| HSL | 301.35º | 0.8% | 0.78% | - |
| HSV(B) | 301.35º | 0.36% | 0.96% | - |
| XYZ | 65.06 | 49.09 | 90.05 | - |
| YUV | 191.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 242 | 0 | 0.36 | 0.01 | 0.04 | 301.35 | 0.8 | 0.78 |
| Hex | F4 | 9B | F2 | 0 | 24 | 1 | 4 | 12D | 50 | 4E |
| Octal | 364 | 233 | 362 | 0 | 44 | 1 | 4 | 455 | 120 | 116 |
| Binary | 11110100 | 10011011 | 11110010 | 0 | 100100 | 1 | 100 | 100101101 | 1010000 | 1001110 |
Color Harmonies of #F49BF2
Complementary color
Monochromatic Colors of #F49BF2
Black with #F49BF2
Text Example
Text Example
White with #F49BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49BF2; }
p { color: rgb(244,155,242); }
H1.HeaderClassName
{
color: #F49BF2;
}
.AnyTagClassName
{
color: #F49BF2;
}
</style>
background-color css
<style>
a { background-color: #F49BF2; }
a { background-color: rgb(244,155,242); }
div.DivClassName
{
background-color: #F49BF2;
}
.BgClassName
{
background-color: #F49BF2;
}
</style>
border-color css
<style>
span { border-color: #F49BF2; }
span { border-color: rgb(244,155,242); }
td.TdClassName
{
border-color: #F49BF2;
}
.TagClassName
{
border-color: #F49BF2;
}
</style>