Shades of Violet #F49BFB
Tints of Violet #F49BFB
RGB
CMYK
RGB Variations
Color information
#F49BFB (or 0xF49BFB) is known color: Violet. HEX triplet: F4, 9B and FB. RGB value is (244,155,251). Sum of RGB (Red+Green+Blue) = 244+155+251=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 155 (60.94% from 255 or 23.85% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #F49BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49BFB is #0B6404. Grayscale: #C0C0C0. Windows color (decimal): -746501 or 16489460. OLE color: 16489460.
HSL color Cylindrical-coordinate representation of color #F49BFB: hue angle of 295.62º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F49BFB is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 155 | 251 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.02 |
| HSL | 295.63º | 0.92% | 0.8% | - |
| HSV(B) | 295.63º | 0.38% | 0.98% | - |
| XYZ | 66.44 | 49.64 | 97.35 | - |
| YUV | 192.56 | 160.99 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 251 | 0.03 | 0.38 | 0 | 0.02 | 295.63 | 0.92 | 0.8 |
| Hex | F4 | 9B | FB | 3 | 26 | 0 | 2 | 128 | 5C | 50 |
| Octal | 364 | 233 | 373 | 3 | 46 | 0 | 2 | 450 | 134 | 120 |
| Binary | 11110100 | 10011011 | 11111011 | 11 | 100110 | 0 | 10 | 100101000 | 1011100 | 1010000 |
Color Harmonies of #F49BFB
Complementary color
Monochromatic Colors of #F49BFB
Black with #F49BFB
Text Example
Text Example
White with #F49BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49BFB; }
p { color: rgb(244,155,251); }
H1.HeaderClassName
{
color: #F49BFB;
}
.AnyTagClassName
{
color: #F49BFB;
}
</style>
background-color css
<style>
a { background-color: #F49BFB; }
a { background-color: rgb(244,155,251); }
div.DivClassName
{
background-color: #F49BFB;
}
.BgClassName
{
background-color: #F49BFB;
}
</style>
border-color css
<style>
span { border-color: #F49BFB; }
span { border-color: rgb(244,155,251); }
td.TdClassName
{
border-color: #F49BFB;
}
.TagClassName
{
border-color: #F49BFB;
}
</style>