Shades of Shocking #F392BB
Tints of Shocking #F392BB
RGB
CMYK
RGB Variations
Color information
#F392BB (or 0xF392BB) is known color: Shocking. HEX triplet: F3, 92 and BB. RGB value is (243,146,187). Sum of RGB (Red+Green+Blue) = 243+146+187=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F392BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392BB is #0C6D44. Grayscale: #B3B3B3. Windows color (decimal): -814405 or 12292851. OLE color: 12292851.
HSL color Cylindrical-coordinate representation of color #F392BB: hue angle of 334.64º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F392BB is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 146 | 187 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.05 |
| HSL | 334.64º | 0.8% | 0.76% | - |
| HSV(B) | 334.64º | 0.4% | 0.95% | - |
| XYZ | 56.21 | 43.2 | 52.39 | - |
| YUV | 179.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 146 | 187 | 0 | 0.40 | 0.23 | 0.05 | 334.64 | 0.8 | 0.76 |
| Hex | F3 | 92 | BB | 0 | 28 | 17 | 5 | 14F | 50 | 4C |
| Octal | 363 | 222 | 273 | 0 | 50 | 27 | 5 | 517 | 120 | 114 |
| Binary | 11110011 | 10010010 | 10111011 | 0 | 101000 | 10111 | 101 | 101001111 | 1010000 | 1001100 |
Color Harmonies of #F392BB
Complementary color
Monochromatic Colors of #F392BB
Black with #F392BB
Text Example
Text Example
White with #F392BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F392BB; }
p { color: rgb(243,146,187); }
H1.HeaderClassName
{
color: #F392BB;
}
.AnyTagClassName
{
color: #F392BB;
}
</style>
background-color css
<style>
a { background-color: #F392BB; }
a { background-color: rgb(243,146,187); }
div.DivClassName
{
background-color: #F392BB;
}
.BgClassName
{
background-color: #F392BB;
}
</style>
border-color css
<style>
span { border-color: #F392BB; }
span { border-color: rgb(243,146,187); }
td.TdClassName
{
border-color: #F392BB;
}
.TagClassName
{
border-color: #F392BB;
}
</style>