Shades of Illusion #F192B6
Tints of Illusion #F192B6
RGB
CMYK
RGB Variations
Color information
#F192B6 (or 0xF192B6) is known color: Illusion. HEX triplet: F1, 92 and B6. RGB value is (241,146,182). Sum of RGB (Red+Green+Blue) = 241+146+182=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F192B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192B6 is #0E6D49. Grayscale: #B2B2B2. Windows color (decimal): -945482 or 11965169. OLE color: 11965169.
HSL color Cylindrical-coordinate representation of color #F192B6: hue angle of 337.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F192B6 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 182 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.05 |
| HSL | 337.26º | 0.77% | 0.76% | - |
| HSV(B) | 337.26º | 0.39% | 0.95% | - |
| XYZ | 55 | 42.64 | 49.59 | - |
| YUV | 178.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 182 | 0 | 0.39 | 0.24 | 0.05 | 337.26 | 0.77 | 0.76 |
| Hex | F1 | 92 | B6 | 0 | 27 | 18 | 5 | 151 | 4D | 4C |
| Octal | 361 | 222 | 266 | 0 | 47 | 30 | 5 | 521 | 115 | 114 |
| Binary | 11110001 | 10010010 | 10110110 | 0 | 100111 | 11000 | 101 | 101010001 | 1001101 | 1001100 |
Color Harmonies of #F192B6
Complementary color
Monochromatic Colors of #F192B6
Black with #F192B6
Text Example
Text Example
White with #F192B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192B6; }
p { color: rgb(241,146,182); }
H1.HeaderClassName
{
color: #F192B6;
}
.AnyTagClassName
{
color: #F192B6;
}
</style>
background-color css
<style>
a { background-color: #F192B6; }
a { background-color: rgb(241,146,182); }
div.DivClassName
{
background-color: #F192B6;
}
.BgClassName
{
background-color: #F192B6;
}
</style>
border-color css
<style>
span { border-color: #F192B6; }
span { border-color: rgb(241,146,182); }
td.TdClassName
{
border-color: #F192B6;
}
.TagClassName
{
border-color: #F192B6;
}
</style>