Shades of Illusion #F191B3
Tints of Illusion #F191B3
RGB
CMYK
RGB Variations
Color information
#F191B3 (or 0xF191B3) is known color: Illusion. HEX triplet: F1, 91 and B3. RGB value is (241,145,179). Sum of RGB (Red+Green+Blue) = 241+145+179=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F191B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191B3 is #0E6E4C. Grayscale: #B1B1B1. Windows color (decimal): -945741 or 11768305. OLE color: 11768305.
HSL color Cylindrical-coordinate representation of color #F191B3: hue angle of 338.75º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191B3 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 179 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.05 |
| HSL | 338.75º | 0.77% | 0.76% | - |
| HSV(B) | 338.75º | 0.4% | 0.95% | - |
| XYZ | 54.54 | 42.21 | 47.92 | - |
| YUV | 177.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 179 | 0 | 0.40 | 0.26 | 0.05 | 338.75 | 0.77 | 0.76 |
| Hex | F1 | 91 | B3 | 0 | 28 | 1A | 5 | 153 | 4D | 4C |
| Octal | 361 | 221 | 263 | 0 | 50 | 32 | 5 | 523 | 115 | 114 |
| Binary | 11110001 | 10010001 | 10110011 | 0 | 101000 | 11010 | 101 | 101010011 | 1001101 | 1001100 |
Color Harmonies of #F191B3
Complementary color
Monochromatic Colors of #F191B3
Black with #F191B3
Text Example
Text Example
White with #F191B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191B3; }
p { color: rgb(241,145,179); }
H1.HeaderClassName
{
color: #F191B3;
}
.AnyTagClassName
{
color: #F191B3;
}
</style>
background-color css
<style>
a { background-color: #F191B3; }
a { background-color: rgb(241,145,179); }
div.DivClassName
{
background-color: #F191B3;
}
.BgClassName
{
background-color: #F191B3;
}
</style>
border-color css
<style>
span { border-color: #F191B3; }
span { border-color: rgb(241,145,179); }
td.TdClassName
{
border-color: #F191B3;
}
.TagClassName
{
border-color: #F191B3;
}
</style>