Shades of Illusion #F190B2
Tints of Illusion #F190B2
RGB
CMYK
RGB Variations
Color information
#F190B2 (or 0xF190B2) is known color: Illusion. HEX triplet: F1, 90 and B2. RGB value is (241,144,178). Sum of RGB (Red+Green+Blue) = 241+144+178=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F190B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F190B2 is #0E6F4D. Grayscale: #B0B0B0. Windows color (decimal): -945998 or 11702513. OLE color: 11702513.
HSL color Cylindrical-coordinate representation of color #F190B2: hue angle of 338.97º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190B2 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 178 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.05 |
| HSL | 338.97º | 0.78% | 0.75% | - |
| HSV(B) | 338.97º | 0.4% | 0.95% | - |
| XYZ | 54.28 | 41.86 | 47.34 | - |
| YUV | 176.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 178 | 0 | 0.40 | 0.26 | 0.05 | 338.97 | 0.78 | 0.75 |
| Hex | F1 | 90 | B2 | 0 | 28 | 1A | 5 | 153 | 4E | 4B |
| Octal | 361 | 220 | 262 | 0 | 50 | 32 | 5 | 523 | 116 | 113 |
| Binary | 11110001 | 10010000 | 10110010 | 0 | 101000 | 11010 | 101 | 101010011 | 1001110 | 1001011 |
Color Harmonies of #F190B2
Complementary color
Monochromatic Colors of #F190B2
Black with #F190B2
Text Example
Text Example
White with #F190B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190B2; }
p { color: rgb(241,144,178); }
H1.HeaderClassName
{
color: #F190B2;
}
.AnyTagClassName
{
color: #F190B2;
}
</style>
background-color css
<style>
a { background-color: #F190B2; }
a { background-color: rgb(241,144,178); }
div.DivClassName
{
background-color: #F190B2;
}
.BgClassName
{
background-color: #F190B2;
}
</style>
border-color css
<style>
span { border-color: #F190B2; }
span { border-color: rgb(241,144,178); }
td.TdClassName
{
border-color: #F190B2;
}
.TagClassName
{
border-color: #F190B2;
}
</style>