Shades of Shocking #F194BE
Tints of Shocking #F194BE
RGB
CMYK
RGB Variations
Color information
#F194BE (or 0xF194BE) is known color: Shocking. HEX triplet: F1, 94 and BE. RGB value is (241,148,190). Sum of RGB (Red+Green+Blue) = 241+148+190=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F194BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194BE is #0E6B41. Grayscale: #B4B4B4. Windows color (decimal): -944962 or 12489969. OLE color: 12489969.
HSL color Cylindrical-coordinate representation of color #F194BE: hue angle of 332.9º 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 #F194BE is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 190 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.05 |
| HSL | 332.9º | 0.77% | 0.76% | - |
| HSV(B) | 332.9º | 0.39% | 0.95% | - |
| XYZ | 56.16 | 43.6 | 54.17 | - |
| YUV | 180.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 190 | 0 | 0.39 | 0.21 | 0.05 | 332.9 | 0.77 | 0.76 |
| Hex | F1 | 94 | BE | 0 | 27 | 15 | 5 | 14D | 4D | 4C |
| Octal | 361 | 224 | 276 | 0 | 47 | 25 | 5 | 515 | 115 | 114 |
| Binary | 11110001 | 10010100 | 10111110 | 0 | 100111 | 10101 | 101 | 101001101 | 1001101 | 1001100 |
Color Harmonies of #F194BE
Complementary color
Monochromatic Colors of #F194BE
Black with #F194BE
Text Example
Text Example
White with #F194BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F194BE; }
p { color: rgb(241,148,190); }
H1.HeaderClassName
{
color: #F194BE;
}
.AnyTagClassName
{
color: #F194BE;
}
</style>
background-color css
<style>
a { background-color: #F194BE; }
a { background-color: rgb(241,148,190); }
div.DivClassName
{
background-color: #F194BE;
}
.BgClassName
{
background-color: #F194BE;
}
</style>
border-color css
<style>
span { border-color: #F194BE; }
span { border-color: rgb(241,148,190); }
td.TdClassName
{
border-color: #F194BE;
}
.TagClassName
{
border-color: #F194BE;
}
</style>