Shades of Shocking #F194BB
Tints of Shocking #F194BB
RGB
CMYK
RGB Variations
Color information
#F194BB (or 0xF194BB) is known color: Shocking. HEX triplet: F1, 94 and BB. RGB value is (241,148,187). Sum of RGB (Red+Green+Blue) = 241+148+187=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F194BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194BB is #0E6B44. Grayscale: #B4B4B4. Windows color (decimal): -944965 or 12293361. OLE color: 12293361.
HSL color Cylindrical-coordinate representation of color #F194BB: hue angle of 334.84º 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 #F194BB is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 187 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.05 |
| HSL | 334.84º | 0.77% | 0.76% | - |
| HSV(B) | 334.84º | 0.39% | 0.95% | - |
| XYZ | 55.84 | 43.47 | 52.46 | - |
| YUV | 180.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 187 | 0 | 0.39 | 0.22 | 0.05 | 334.84 | 0.77 | 0.76 |
| Hex | F1 | 94 | BB | 0 | 27 | 16 | 5 | 14F | 4D | 4C |
| Octal | 361 | 224 | 273 | 0 | 47 | 26 | 5 | 517 | 115 | 114 |
| Binary | 11110001 | 10010100 | 10111011 | 0 | 100111 | 10110 | 101 | 101001111 | 1001101 | 1001100 |
Color Harmonies of #F194BB
Complementary color
Monochromatic Colors of #F194BB
Black with #F194BB
Text Example
Text Example
White with #F194BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F194BB; }
p { color: rgb(241,148,187); }
H1.HeaderClassName
{
color: #F194BB;
}
.AnyTagClassName
{
color: #F194BB;
}
</style>
background-color css
<style>
a { background-color: #F194BB; }
a { background-color: rgb(241,148,187); }
div.DivClassName
{
background-color: #F194BB;
}
.BgClassName
{
background-color: #F194BB;
}
</style>
border-color css
<style>
span { border-color: #F194BB; }
span { border-color: rgb(241,148,187); }
td.TdClassName
{
border-color: #F194BB;
}
.TagClassName
{
border-color: #F194BB;
}
</style>