Shades of Shocking #F190BF
Tints of Shocking #F190BF
RGB
CMYK
RGB Variations
Color information
#F190BF (or 0xF190BF) is known color: Shocking. HEX triplet: F1, 90 and BF. RGB value is (241,144,191). Sum of RGB (Red+Green+Blue) = 241+144+191=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F190BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190BF is #0E6F40. Grayscale: #B2B2B2. Windows color (decimal): -945985 or 12554481. OLE color: 12554481.
HSL color Cylindrical-coordinate representation of color #F190BF: hue angle of 330.93º 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 #F190BF is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 191 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.05 |
| HSL | 330.93º | 0.78% | 0.75% | - |
| HSV(B) | 330.93º | 0.4% | 0.95% | - |
| XYZ | 55.65 | 42.41 | 54.54 | - |
| YUV | 178.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 191 | 0 | 0.40 | 0.21 | 0.05 | 330.93 | 0.78 | 0.75 |
| Hex | F1 | 90 | BF | 0 | 28 | 15 | 5 | 14B | 4E | 4B |
| Octal | 361 | 220 | 277 | 0 | 50 | 25 | 5 | 513 | 116 | 113 |
| Binary | 11110001 | 10010000 | 10111111 | 0 | 101000 | 10101 | 101 | 101001011 | 1001110 | 1001011 |
Color Harmonies of #F190BF
Complementary color
Monochromatic Colors of #F190BF
Black with #F190BF
Text Example
Text Example
White with #F190BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190BF; }
p { color: rgb(241,144,191); }
H1.HeaderClassName
{
color: #F190BF;
}
.AnyTagClassName
{
color: #F190BF;
}
</style>
background-color css
<style>
a { background-color: #F190BF; }
a { background-color: rgb(241,144,191); }
div.DivClassName
{
background-color: #F190BF;
}
.BgClassName
{
background-color: #F190BF;
}
</style>
border-color css
<style>
span { border-color: #F190BF; }
span { border-color: rgb(241,144,191); }
td.TdClassName
{
border-color: #F190BF;
}
.TagClassName
{
border-color: #F190BF;
}
</style>