Shades of Shocking #F390B9
Tints of Shocking #F390B9
RGB
CMYK
RGB Variations
Color information
#F390B9 (or 0xF390B9) is known color: Shocking. HEX triplet: F3, 90 and B9. RGB value is (243,144,185). Sum of RGB (Red+Green+Blue) = 243+144+185=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F390B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390B9 is #0C6F46. Grayscale: #B2B2B2. Windows color (decimal): -814919 or 12161267. OLE color: 12161267.
HSL color Cylindrical-coordinate representation of color #F390B9: hue angle of 335.15º 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 #F390B9 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 185 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.05 |
| HSL | 335.15º | 0.8% | 0.76% | - |
| HSV(B) | 335.15º | 0.41% | 0.95% | - |
| XYZ | 55.69 | 42.5 | 51.17 | - |
| YUV | 178.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 185 | 0 | 0.41 | 0.24 | 0.05 | 335.15 | 0.8 | 0.76 |
| Hex | F3 | 90 | B9 | 0 | 29 | 18 | 5 | 14F | 50 | 4C |
| Octal | 363 | 220 | 271 | 0 | 51 | 30 | 5 | 517 | 120 | 114 |
| Binary | 11110011 | 10010000 | 10111001 | 0 | 101001 | 11000 | 101 | 101001111 | 1010000 | 1001100 |
Color Harmonies of #F390B9
Complementary color
Monochromatic Colors of #F390B9
Black with #F390B9
Text Example
Text Example
White with #F390B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390B9; }
p { color: rgb(243,144,185); }
H1.HeaderClassName
{
color: #F390B9;
}
.AnyTagClassName
{
color: #F390B9;
}
</style>
background-color css
<style>
a { background-color: #F390B9; }
a { background-color: rgb(243,144,185); }
div.DivClassName
{
background-color: #F390B9;
}
.BgClassName
{
background-color: #F390B9;
}
</style>
border-color css
<style>
span { border-color: #F390B9; }
span { border-color: rgb(243,144,185); }
td.TdClassName
{
border-color: #F390B9;
}
.TagClassName
{
border-color: #F390B9;
}
</style>