Shades of Violet #F49BFF
Tints of Violet #F49BFF
RGB
CMYK
RGB Variations
Color information
#F49BFF (or 0xF49BFF) is known color: Violet. HEX triplet: F4, 9B and FF. RGB value is (244,155,255). Sum of RGB (Red+Green+Blue) = 244+155+255=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 155 (60.94% from 255 or 23.70% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #F49BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49BFF is #0B6400. Grayscale: #C0C0C0. Windows color (decimal): -746497 or 16751604. OLE color: 16751604.
HSL color Cylindrical-coordinate representation of color #F49BFF: hue angle of 293.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F49BFF is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 155 | 255 | - |
| CMYK | 0.04 | 0.39 | 0 | 0 |
| HSL | 293.4º | 1% | 0.8% | - |
| HSV(B) | 293.4º | 0.39% | 1% | - |
| XYZ | 67.08 | 49.9 | 100.7 | - |
| YUV | 193.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 255 | 0.04 | 0.39 | 0 | 0 | 293.4 | 1 | 0.8 |
| Hex | F4 | 9B | FF | 4 | 27 | 0 | 0 | 125 | 64 | 50 |
| Octal | 364 | 233 | 377 | 4 | 47 | 0 | 0 | 445 | 144 | 120 |
| Binary | 11110100 | 10011011 | 11111111 | 100 | 100111 | 0 | 0 | 100100101 | 1100100 | 1010000 |
Color Harmonies of #F49BFF
Complementary color
Monochromatic Colors of #F49BFF
Black with #F49BFF
Text Example
Text Example
White with #F49BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49BFF; }
p { color: rgb(244,155,255); }
H1.HeaderClassName
{
color: #F49BFF;
}
.AnyTagClassName
{
color: #F49BFF;
}
</style>
background-color css
<style>
a { background-color: #F49BFF; }
a { background-color: rgb(244,155,255); }
div.DivClassName
{
background-color: #F49BFF;
}
.BgClassName
{
background-color: #F49BFF;
}
</style>
border-color css
<style>
span { border-color: #F49BFF; }
span { border-color: rgb(244,155,255); }
td.TdClassName
{
border-color: #F49BFF;
}
.TagClassName
{
border-color: #F49BFF;
}
</style>