Shades of Illusion #F192B4
Tints of Illusion #F192B4
RGB
CMYK
RGB Variations
Color information
#F192B4 (or 0xF192B4) is known color: Illusion. HEX triplet: F1, 92 and B4. RGB value is (241,146,180). Sum of RGB (Red+Green+Blue) = 241+146+180=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F192B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192B4 is #0E6D4B. Grayscale: #B2B2B2. Windows color (decimal): -945484 or 11834097. OLE color: 11834097.
HSL color Cylindrical-coordinate representation of color #F192B4: hue angle of 338.53º 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 #F192B4 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 180 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.05 |
| HSL | 338.53º | 0.77% | 0.76% | - |
| HSV(B) | 338.53º | 0.39% | 0.95% | - |
| XYZ | 54.79 | 42.55 | 48.51 | - |
| YUV | 178.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 180 | 0 | 0.39 | 0.25 | 0.05 | 338.53 | 0.77 | 0.76 |
| Hex | F1 | 92 | B4 | 0 | 27 | 19 | 5 | 153 | 4D | 4C |
| Octal | 361 | 222 | 264 | 0 | 47 | 31 | 5 | 523 | 115 | 114 |
| Binary | 11110001 | 10010010 | 10110100 | 0 | 100111 | 11001 | 101 | 101010011 | 1001101 | 1001100 |
Color Harmonies of #F192B4
Complementary color
Monochromatic Colors of #F192B4
Black with #F192B4
Text Example
Text Example
White with #F192B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192B4; }
p { color: rgb(241,146,180); }
H1.HeaderClassName
{
color: #F192B4;
}
.AnyTagClassName
{
color: #F192B4;
}
</style>
background-color css
<style>
a { background-color: #F192B4; }
a { background-color: rgb(241,146,180); }
div.DivClassName
{
background-color: #F192B4;
}
.BgClassName
{
background-color: #F192B4;
}
</style>
border-color css
<style>
span { border-color: #F192B4; }
span { border-color: rgb(241,146,180); }
td.TdClassName
{
border-color: #F192B4;
}
.TagClassName
{
border-color: #F192B4;
}
</style>