Shades of Illusion #F19BAE
Tints of Illusion #F19BAE
RGB
CMYK
RGB Variations
Color information
#F19BAE (or 0xF19BAE) is known color: Illusion. HEX triplet: F1, 9B and AE. RGB value is (241,155,174). Sum of RGB (Red+Green+Blue) = 241+155+174=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19BAE is #0E6451. Grayscale: #B6B6B6. Windows color (decimal): -943186 or 11443185. OLE color: 11443185.
HSL color Cylindrical-coordinate representation of color #F19BAE: hue angle of 346.74º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19BAE is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 174 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.05 |
| HSL | 346.74º | 0.75% | 0.78% | - |
| HSV(B) | 346.74º | 0.36% | 0.95% | - |
| XYZ | 55.64 | 45.2 | 45.84 | - |
| YUV | 182.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 174 | 0 | 0.36 | 0.28 | 0.05 | 346.74 | 0.75 | 0.78 |
| Hex | F1 | 9B | AE | 0 | 24 | 1C | 5 | 15B | 4B | 4E |
| Octal | 361 | 233 | 256 | 0 | 44 | 34 | 5 | 533 | 113 | 116 |
| Binary | 11110001 | 10011011 | 10101110 | 0 | 100100 | 11100 | 101 | 101011011 | 1001011 | 1001110 |
Color Harmonies of #F19BAE
Complementary color
Monochromatic Colors of #F19BAE
Black with #F19BAE
Text Example
Text Example
White with #F19BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19BAE; }
p { color: rgb(241,155,174); }
H1.HeaderClassName
{
color: #F19BAE;
}
.AnyTagClassName
{
color: #F19BAE;
}
</style>
background-color css
<style>
a { background-color: #F19BAE; }
a { background-color: rgb(241,155,174); }
div.DivClassName
{
background-color: #F19BAE;
}
.BgClassName
{
background-color: #F19BAE;
}
</style>
border-color css
<style>
span { border-color: #F19BAE; }
span { border-color: rgb(241,155,174); }
td.TdClassName
{
border-color: #F19BAE;
}
.TagClassName
{
border-color: #F19BAE;
}
</style>