Shades of Illusion #F194B5
Tints of Illusion #F194B5
RGB
CMYK
RGB Variations
Color information
#F194B5 (or 0xF194B5) is known color: Illusion. HEX triplet: F1, 94 and B5. RGB value is (241,148,181). Sum of RGB (Red+Green+Blue) = 241+148+181=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F194B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194B5 is #0E6B4A. Grayscale: #B3B3B3. Windows color (decimal): -944971 or 11900145. OLE color: 11900145.
HSL color Cylindrical-coordinate representation of color #F194B5: hue angle of 338.71º 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 #F194B5 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 181 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.05 |
| HSL | 338.71º | 0.77% | 0.76% | - |
| HSV(B) | 338.71º | 0.39% | 0.95% | - |
| XYZ | 55.21 | 43.22 | 49.15 | - |
| YUV | 179.57 | 128.81 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 181 | 0 | 0.39 | 0.25 | 0.05 | 338.71 | 0.77 | 0.76 |
| Hex | F1 | 94 | B5 | 0 | 27 | 19 | 5 | 153 | 4D | 4C |
| Octal | 361 | 224 | 265 | 0 | 47 | 31 | 5 | 523 | 115 | 114 |
| Binary | 11110001 | 10010100 | 10110101 | 0 | 100111 | 11001 | 101 | 101010011 | 1001101 | 1001100 |
Color Harmonies of #F194B5
Complementary color
Monochromatic Colors of #F194B5
Black with #F194B5
Text Example
Text Example
White with #F194B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F194B5; }
p { color: rgb(241,148,181); }
H1.HeaderClassName
{
color: #F194B5;
}
.AnyTagClassName
{
color: #F194B5;
}
</style>
background-color css
<style>
a { background-color: #F194B5; }
a { background-color: rgb(241,148,181); }
div.DivClassName
{
background-color: #F194B5;
}
.BgClassName
{
background-color: #F194B5;
}
</style>
border-color css
<style>
span { border-color: #F194B5; }
span { border-color: rgb(241,148,181); }
td.TdClassName
{
border-color: #F194B5;
}
.TagClassName
{
border-color: #F194B5;
}
</style>