Shades of Illusion #F49BB1
Tints of Illusion #F49BB1
RGB
CMYK
RGB Variations
Color information
#F49BB1 (or 0xF49BB1) is known color: Illusion. HEX triplet: F4, 9B and B1. RGB value is (244,155,177). Sum of RGB (Red+Green+Blue) = 244+155+177=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 177 (69.53% from 255 or 30.73% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49BB1 is #0B644E. Grayscale: #B8B8B8. Windows color (decimal): -746575 or 11639796. OLE color: 11639796.
HSL color Cylindrical-coordinate representation of color #F49BB1: hue angle of 345.17º 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 #F49BB1 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 155 | 177 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.04 |
| HSL | 345.17º | 0.8% | 0.78% | - |
| HSV(B) | 345.17º | 0.36% | 0.96% | - |
| XYZ | 56.97 | 45.85 | 47.44 | - |
| YUV | 184.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 177 | 0 | 0.36 | 0.27 | 0.04 | 345.17 | 0.8 | 0.78 |
| Hex | F4 | 9B | B1 | 0 | 24 | 1B | 4 | 159 | 50 | 4E |
| Octal | 364 | 233 | 261 | 0 | 44 | 33 | 4 | 531 | 120 | 116 |
| Binary | 11110100 | 10011011 | 10110001 | 0 | 100100 | 11011 | 100 | 101011001 | 1010000 | 1001110 |
Color Harmonies of #F49BB1
Complementary color
Monochromatic Colors of #F49BB1
Black with #F49BB1
Text Example
Text Example
White with #F49BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49BB1; }
p { color: rgb(244,155,177); }
H1.HeaderClassName
{
color: #F49BB1;
}
.AnyTagClassName
{
color: #F49BB1;
}
</style>
background-color css
<style>
a { background-color: #F49BB1; }
a { background-color: rgb(244,155,177); }
div.DivClassName
{
background-color: #F49BB1;
}
.BgClassName
{
background-color: #F49BB1;
}
</style>
border-color css
<style>
span { border-color: #F49BB1; }
span { border-color: rgb(244,155,177); }
td.TdClassName
{
border-color: #F49BB1;
}
.TagClassName
{
border-color: #F49BB1;
}
</style>