Shades of Shocking #F390BF
Tints of Shocking #F390BF
RGB
CMYK
RGB Variations
Color information
#F390BF (or 0xF390BF) is known color: Shocking. HEX triplet: F3, 90 and BF. RGB value is (243,144,191). Sum of RGB (Red+Green+Blue) = 243+144+191=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F390BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390BF is #0C6F40. Grayscale: #B2B2B2. Windows color (decimal): -814913 or 12554483. OLE color: 12554483.
HSL color Cylindrical-coordinate representation of color #F390BF: hue angle of 331.52º 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 #F390BF is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 191 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.05 |
| HSL | 331.52º | 0.8% | 0.76% | - |
| HSV(B) | 331.52º | 0.41% | 0.95% | - |
| XYZ | 56.34 | 42.76 | 54.57 | - |
| YUV | 178.96 | 134.8 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 191 | 0 | 0.41 | 0.21 | 0.05 | 331.52 | 0.8 | 0.76 |
| Hex | F3 | 90 | BF | 0 | 29 | 15 | 5 | 14C | 50 | 4C |
| Octal | 363 | 220 | 277 | 0 | 51 | 25 | 5 | 514 | 120 | 114 |
| Binary | 11110011 | 10010000 | 10111111 | 0 | 101001 | 10101 | 101 | 101001100 | 1010000 | 1001100 |
Color Harmonies of #F390BF
Complementary color
Monochromatic Colors of #F390BF
Black with #F390BF
Text Example
Text Example
White with #F390BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390BF; }
p { color: rgb(243,144,191); }
H1.HeaderClassName
{
color: #F390BF;
}
.AnyTagClassName
{
color: #F390BF;
}
</style>
background-color css
<style>
a { background-color: #F390BF; }
a { background-color: rgb(243,144,191); }
div.DivClassName
{
background-color: #F390BF;
}
.BgClassName
{
background-color: #F390BF;
}
</style>
border-color css
<style>
span { border-color: #F390BF; }
span { border-color: rgb(243,144,191); }
td.TdClassName
{
border-color: #F390BF;
}
.TagClassName
{
border-color: #F390BF;
}
</style>