Shades of Shocking #F190BE
Tints of Shocking #F190BE
RGB
CMYK
RGB Variations
Color information
#F190BE (or 0xF190BE) is known color: Shocking. HEX triplet: F1, 90 and BE. RGB value is (241,144,190). Sum of RGB (Red+Green+Blue) = 241+144+190=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F190BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190BE is #0E6F41. Grayscale: #B2B2B2. Windows color (decimal): -945986 or 12488945. OLE color: 12488945.
HSL color Cylindrical-coordinate representation of color #F190BE: hue angle of 331.55º 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 #F190BE is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 190 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.05 |
| HSL | 331.55º | 0.78% | 0.75% | - |
| HSV(B) | 331.55º | 0.4% | 0.95% | - |
| XYZ | 55.54 | 42.37 | 53.97 | - |
| YUV | 178.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 190 | 0 | 0.40 | 0.21 | 0.05 | 331.55 | 0.78 | 0.75 |
| Hex | F1 | 90 | BE | 0 | 28 | 15 | 5 | 14C | 4E | 4B |
| Octal | 361 | 220 | 276 | 0 | 50 | 25 | 5 | 514 | 116 | 113 |
| Binary | 11110001 | 10010000 | 10111110 | 0 | 101000 | 10101 | 101 | 101001100 | 1001110 | 1001011 |
Color Harmonies of #F190BE
Complementary color
Monochromatic Colors of #F190BE
Black with #F190BE
Text Example
Text Example
White with #F190BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190BE; }
p { color: rgb(241,144,190); }
H1.HeaderClassName
{
color: #F190BE;
}
.AnyTagClassName
{
color: #F190BE;
}
</style>
background-color css
<style>
a { background-color: #F190BE; }
a { background-color: rgb(241,144,190); }
div.DivClassName
{
background-color: #F190BE;
}
.BgClassName
{
background-color: #F190BE;
}
</style>
border-color css
<style>
span { border-color: #F190BE; }
span { border-color: rgb(241,144,190); }
td.TdClassName
{
border-color: #F190BE;
}
.TagClassName
{
border-color: #F190BE;
}
</style>