Shades of Illusion #F192B5
Tints of Illusion #F192B5
RGB
CMYK
RGB Variations
Color information
#F192B5 (or 0xF192B5) is known color: Illusion. HEX triplet: F1, 92 and B5. RGB value is (241,146,181). Sum of RGB (Red+Green+Blue) = 241+146+181=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F192B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192B5 is #0E6D4A. Grayscale: #B2B2B2. Windows color (decimal): -945483 or 11899633. OLE color: 11899633.
HSL color Cylindrical-coordinate representation of color #F192B5: hue angle of 337.89º 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 #F192B5 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 181 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.05 |
| HSL | 337.89º | 0.77% | 0.76% | - |
| HSV(B) | 337.89º | 0.39% | 0.95% | - |
| XYZ | 54.9 | 42.59 | 49.04 | - |
| YUV | 178.4 | 129.47 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 181 | 0 | 0.39 | 0.25 | 0.05 | 337.89 | 0.77 | 0.76 |
| Hex | F1 | 92 | B5 | 0 | 27 | 19 | 5 | 152 | 4D | 4C |
| Octal | 361 | 222 | 265 | 0 | 47 | 31 | 5 | 522 | 115 | 114 |
| Binary | 11110001 | 10010010 | 10110101 | 0 | 100111 | 11001 | 101 | 101010010 | 1001101 | 1001100 |
Color Harmonies of #F192B5
Complementary color
Monochromatic Colors of #F192B5
Black with #F192B5
Text Example
Text Example
White with #F192B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192B5; }
p { color: rgb(241,146,181); }
H1.HeaderClassName
{
color: #F192B5;
}
.AnyTagClassName
{
color: #F192B5;
}
</style>
background-color css
<style>
a { background-color: #F192B5; }
a { background-color: rgb(241,146,181); }
div.DivClassName
{
background-color: #F192B5;
}
.BgClassName
{
background-color: #F192B5;
}
</style>
border-color css
<style>
span { border-color: #F192B5; }
span { border-color: rgb(241,146,181); }
td.TdClassName
{
border-color: #F192B5;
}
.TagClassName
{
border-color: #F192B5;
}
</style>