Shades of Shocking #F194B9
Tints of Shocking #F194B9
RGB
CMYK
RGB Variations
Color information
#F194B9 (or 0xF194B9) is known color: Shocking. HEX triplet: F1, 94 and B9. RGB value is (241,148,185). Sum of RGB (Red+Green+Blue) = 241+148+185=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F194B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194B9 is #0E6B46. Grayscale: #B3B3B3. Windows color (decimal): -944967 or 12162289. OLE color: 12162289.
HSL color Cylindrical-coordinate representation of color #F194B9: hue angle of 336.13º 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 #F194B9 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 185 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.05 |
| HSL | 336.13º | 0.77% | 0.76% | - |
| HSV(B) | 336.13º | 0.39% | 0.95% | - |
| XYZ | 55.62 | 43.38 | 51.34 | - |
| YUV | 180.03 | 130.81 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 185 | 0 | 0.39 | 0.23 | 0.05 | 336.13 | 0.77 | 0.76 |
| Hex | F1 | 94 | B9 | 0 | 27 | 17 | 5 | 150 | 4D | 4C |
| Octal | 361 | 224 | 271 | 0 | 47 | 27 | 5 | 520 | 115 | 114 |
| Binary | 11110001 | 10010100 | 10111001 | 0 | 100111 | 10111 | 101 | 101010000 | 1001101 | 1001100 |
Color Harmonies of #F194B9
Complementary color
Monochromatic Colors of #F194B9
Black with #F194B9
Text Example
Text Example
White with #F194B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F194B9; }
p { color: rgb(241,148,185); }
H1.HeaderClassName
{
color: #F194B9;
}
.AnyTagClassName
{
color: #F194B9;
}
</style>
background-color css
<style>
a { background-color: #F194B9; }
a { background-color: rgb(241,148,185); }
div.DivClassName
{
background-color: #F194B9;
}
.BgClassName
{
background-color: #F194B9;
}
</style>
border-color css
<style>
span { border-color: #F194B9; }
span { border-color: rgb(241,148,185); }
td.TdClassName
{
border-color: #F194B9;
}
.TagClassName
{
border-color: #F194B9;
}
</style>