Shades of Shocking #F390BC
Tints of Shocking #F390BC
RGB
CMYK
RGB Variations
Color information
#F390BC (or 0xF390BC) is known color: Shocking. HEX triplet: F3, 90 and BC. RGB value is (243,144,188). Sum of RGB (Red+Green+Blue) = 243+144+188=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F390BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390BC is #0C6F43. Grayscale: #B2B2B2. Windows color (decimal): -814916 or 12357875. OLE color: 12357875.
HSL color Cylindrical-coordinate representation of color #F390BC: hue angle of 333.33º 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 #F390BC is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 188 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.05 |
| HSL | 333.33º | 0.8% | 0.76% | - |
| HSV(B) | 333.33º | 0.41% | 0.95% | - |
| XYZ | 56.01 | 42.63 | 52.85 | - |
| YUV | 178.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 188 | 0 | 0.41 | 0.23 | 0.05 | 333.33 | 0.8 | 0.76 |
| Hex | F3 | 90 | BC | 0 | 29 | 17 | 5 | 14D | 50 | 4C |
| Octal | 363 | 220 | 274 | 0 | 51 | 27 | 5 | 515 | 120 | 114 |
| Binary | 11110011 | 10010000 | 10111100 | 0 | 101001 | 10111 | 101 | 101001101 | 1010000 | 1001100 |
Color Harmonies of #F390BC
Complementary color
Monochromatic Colors of #F390BC
Black with #F390BC
Text Example
Text Example
White with #F390BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390BC; }
p { color: rgb(243,144,188); }
H1.HeaderClassName
{
color: #F390BC;
}
.AnyTagClassName
{
color: #F390BC;
}
</style>
background-color css
<style>
a { background-color: #F390BC; }
a { background-color: rgb(243,144,188); }
div.DivClassName
{
background-color: #F390BC;
}
.BgClassName
{
background-color: #F390BC;
}
</style>
border-color css
<style>
span { border-color: #F390BC; }
span { border-color: rgb(243,144,188); }
td.TdClassName
{
border-color: #F390BC;
}
.TagClassName
{
border-color: #F390BC;
}
</style>