Shades of Illusion #F19BAF
Tints of Illusion #F19BAF
RGB
CMYK
RGB Variations
Color information
#F19BAF (or 0xF19BAF) is known color: Illusion. HEX triplet: F1, 9B and AF. RGB value is (241,155,175). Sum of RGB (Red+Green+Blue) = 241+155+175=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19BAF is #0E6450. Grayscale: #B7B7B7. Windows color (decimal): -943185 or 11508721. OLE color: 11508721.
HSL color Cylindrical-coordinate representation of color #F19BAF: hue angle of 346.05º 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 #F19BAF is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 175 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.05 |
| HSL | 346.05º | 0.75% | 0.78% | - |
| HSV(B) | 346.05º | 0.36% | 0.95% | - |
| XYZ | 55.73 | 45.24 | 46.35 | - |
| YUV | 182.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 175 | 0 | 0.36 | 0.27 | 0.05 | 346.05 | 0.75 | 0.78 |
| Hex | F1 | 9B | AF | 0 | 24 | 1B | 5 | 15A | 4B | 4E |
| Octal | 361 | 233 | 257 | 0 | 44 | 33 | 5 | 532 | 113 | 116 |
| Binary | 11110001 | 10011011 | 10101111 | 0 | 100100 | 11011 | 101 | 101011010 | 1001011 | 1001110 |
Color Harmonies of #F19BAF
Complementary color
Monochromatic Colors of #F19BAF
Black with #F19BAF
Text Example
Text Example
White with #F19BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19BAF; }
p { color: rgb(241,155,175); }
H1.HeaderClassName
{
color: #F19BAF;
}
.AnyTagClassName
{
color: #F19BAF;
}
</style>
background-color css
<style>
a { background-color: #F19BAF; }
a { background-color: rgb(241,155,175); }
div.DivClassName
{
background-color: #F19BAF;
}
.BgClassName
{
background-color: #F19BAF;
}
</style>
border-color css
<style>
span { border-color: #F19BAF; }
span { border-color: rgb(241,155,175); }
td.TdClassName
{
border-color: #F19BAF;
}
.TagClassName
{
border-color: #F19BAF;
}
</style>