Shades of Illusion #F192B0
Tints of Illusion #F192B0
RGB
CMYK
RGB Variations
Color information
#F192B0 (or 0xF192B0) is known color: Illusion. HEX triplet: F1, 92 and B0. RGB value is (241,146,176). Sum of RGB (Red+Green+Blue) = 241+146+176=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F192B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F192B0 is #0E6D4F. Grayscale: #B1B1B1. Windows color (decimal): -945488 or 11571953. OLE color: 11571953.
HSL color Cylindrical-coordinate representation of color #F192B0: hue angle of 341.05º 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 #F192B0 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 176 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.05 |
| HSL | 341.05º | 0.77% | 0.76% | - |
| HSV(B) | 341.05º | 0.39% | 0.95% | - |
| XYZ | 54.39 | 42.39 | 46.39 | - |
| YUV | 177.83 | 126.97 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 176 | 0 | 0.39 | 0.27 | 0.05 | 341.05 | 0.77 | 0.76 |
| Hex | F1 | 92 | B0 | 0 | 27 | 1B | 5 | 155 | 4D | 4C |
| Octal | 361 | 222 | 260 | 0 | 47 | 33 | 5 | 525 | 115 | 114 |
| Binary | 11110001 | 10010010 | 10110000 | 0 | 100111 | 11011 | 101 | 101010101 | 1001101 | 1001100 |
Color Harmonies of #F192B0
Complementary color
Monochromatic Colors of #F192B0
Black with #F192B0
Text Example
Text Example
White with #F192B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192B0; }
p { color: rgb(241,146,176); }
H1.HeaderClassName
{
color: #F192B0;
}
.AnyTagClassName
{
color: #F192B0;
}
</style>
background-color css
<style>
a { background-color: #F192B0; }
a { background-color: rgb(241,146,176); }
div.DivClassName
{
background-color: #F192B0;
}
.BgClassName
{
background-color: #F192B0;
}
</style>
border-color css
<style>
span { border-color: #F192B0; }
span { border-color: rgb(241,146,176); }
td.TdClassName
{
border-color: #F192B0;
}
.TagClassName
{
border-color: #F192B0;
}
</style>