Shades of Shocking #F390BD
Tints of Shocking #F390BD
RGB
CMYK
RGB Variations
Color information
#F390BD (or 0xF390BD) is known color: Shocking. HEX triplet: F3, 90 and BD. RGB value is (243,144,189). Sum of RGB (Red+Green+Blue) = 243+144+189=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F390BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390BD is #0C6F42. Grayscale: #B2B2B2. Windows color (decimal): -814915 or 12423411. OLE color: 12423411.
HSL color Cylindrical-coordinate representation of color #F390BD: hue angle of 332.73º 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 #F390BD is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 189 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.05 |
| HSL | 332.73º | 0.8% | 0.76% | - |
| HSV(B) | 332.73º | 0.41% | 0.95% | - |
| XYZ | 56.12 | 42.68 | 53.42 | - |
| YUV | 178.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 189 | 0 | 0.41 | 0.22 | 0.05 | 332.73 | 0.8 | 0.76 |
| Hex | F3 | 90 | BD | 0 | 29 | 16 | 5 | 14D | 50 | 4C |
| Octal | 363 | 220 | 275 | 0 | 51 | 26 | 5 | 515 | 120 | 114 |
| Binary | 11110011 | 10010000 | 10111101 | 0 | 101001 | 10110 | 101 | 101001101 | 1010000 | 1001100 |
Color Harmonies of #F390BD
Complementary color
Monochromatic Colors of #F390BD
Black with #F390BD
Text Example
Text Example
White with #F390BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390BD; }
p { color: rgb(243,144,189); }
H1.HeaderClassName
{
color: #F390BD;
}
.AnyTagClassName
{
color: #F390BD;
}
</style>
background-color css
<style>
a { background-color: #F390BD; }
a { background-color: rgb(243,144,189); }
div.DivClassName
{
background-color: #F390BD;
}
.BgClassName
{
background-color: #F390BD;
}
</style>
border-color css
<style>
span { border-color: #F390BD; }
span { border-color: rgb(243,144,189); }
td.TdClassName
{
border-color: #F390BD;
}
.TagClassName
{
border-color: #F390BD;
}
</style>