Shades of Shocking #F190BC
Tints of Shocking #F190BC
RGB
CMYK
RGB Variations
Color information
#F190BC (or 0xF190BC) is known color: Shocking. HEX triplet: F1, 90 and BC. RGB value is (241,144,188). Sum of RGB (Red+Green+Blue) = 241+144+188=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F190BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190BC is #0E6F43. Grayscale: #B1B1B1. Windows color (decimal): -945988 or 12357873. OLE color: 12357873.
HSL color Cylindrical-coordinate representation of color #F190BC: hue angle of 332.78º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190BC is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 188 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.05 |
| HSL | 332.78º | 0.78% | 0.75% | - |
| HSV(B) | 332.78º | 0.4% | 0.95% | - |
| XYZ | 55.33 | 42.28 | 52.82 | - |
| YUV | 178.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 188 | 0 | 0.40 | 0.22 | 0.05 | 332.78 | 0.78 | 0.75 |
| Hex | F1 | 90 | BC | 0 | 28 | 16 | 5 | 14D | 4E | 4B |
| Octal | 361 | 220 | 274 | 0 | 50 | 26 | 5 | 515 | 116 | 113 |
| Binary | 11110001 | 10010000 | 10111100 | 0 | 101000 | 10110 | 101 | 101001101 | 1001110 | 1001011 |
Color Harmonies of #F190BC
Complementary color
Monochromatic Colors of #F190BC
Black with #F190BC
Text Example
Text Example
White with #F190BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190BC; }
p { color: rgb(241,144,188); }
H1.HeaderClassName
{
color: #F190BC;
}
.AnyTagClassName
{
color: #F190BC;
}
</style>
background-color css
<style>
a { background-color: #F190BC; }
a { background-color: rgb(241,144,188); }
div.DivClassName
{
background-color: #F190BC;
}
.BgClassName
{
background-color: #F190BC;
}
</style>
border-color css
<style>
span { border-color: #F190BC; }
span { border-color: rgb(241,144,188); }
td.TdClassName
{
border-color: #F190BC;
}
.TagClassName
{
border-color: #F190BC;
}
</style>