Shades of Shocking #F390BA
Tints of Shocking #F390BA
RGB
CMYK
RGB Variations
Color information
#F390BA (or 0xF390BA) is known color: Shocking. HEX triplet: F3, 90 and BA. RGB value is (243,144,186). Sum of RGB (Red+Green+Blue) = 243+144+186=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F390BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390BA is #0C6F45. Grayscale: #B2B2B2. Windows color (decimal): -814918 or 12226803. OLE color: 12226803.
HSL color Cylindrical-coordinate representation of color #F390BA: hue angle of 334.55º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F390BA is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 186 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.05 |
| HSL | 334.55º | 0.8% | 0.76% | - |
| HSV(B) | 334.55º | 0.41% | 0.95% | - |
| XYZ | 55.8 | 42.55 | 51.73 | - |
| YUV | 178.39 | 132.3 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 186 | 0 | 0.41 | 0.23 | 0.05 | 334.55 | 0.8 | 0.76 |
| Hex | F3 | 90 | BA | 0 | 29 | 17 | 5 | 14F | 50 | 4C |
| Octal | 363 | 220 | 272 | 0 | 51 | 27 | 5 | 517 | 120 | 114 |
| Binary | 11110011 | 10010000 | 10111010 | 0 | 101001 | 10111 | 101 | 101001111 | 1010000 | 1001100 |
Color Harmonies of #F390BA
Complementary color
Monochromatic Colors of #F390BA
Black with #F390BA
Text Example
Text Example
White with #F390BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390BA; }
p { color: rgb(243,144,186); }
H1.HeaderClassName
{
color: #F390BA;
}
.AnyTagClassName
{
color: #F390BA;
}
</style>
background-color css
<style>
a { background-color: #F390BA; }
a { background-color: rgb(243,144,186); }
div.DivClassName
{
background-color: #F390BA;
}
.BgClassName
{
background-color: #F390BA;
}
</style>
border-color css
<style>
span { border-color: #F390BA; }
span { border-color: rgb(243,144,186); }
td.TdClassName
{
border-color: #F390BA;
}
.TagClassName
{
border-color: #F390BA;
}
</style>