Shades of Shocking #F393BC
Tints of Shocking #F393BC
RGB
CMYK
RGB Variations
Color information
#F393BC (or 0xF393BC) is known color: Shocking. HEX triplet: F3, 93 and BC. RGB value is (243,147,188). Sum of RGB (Red+Green+Blue) = 243+147+188=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F393BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F393BC is #0C6C43. Grayscale: #B4B4B4. Windows color (decimal): -814148 or 12358643. OLE color: 12358643.
HSL color Cylindrical-coordinate representation of color #F393BC: hue angle of 334.38º 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 #F393BC is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 188 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.05 |
| HSL | 334.38º | 0.8% | 0.76% | - |
| HSV(B) | 334.38º | 0.4% | 0.95% | - |
| XYZ | 56.47 | 43.55 | 53.01 | - |
| YUV | 180.38 | 132.3 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 188 | 0 | 0.40 | 0.23 | 0.05 | 334.38 | 0.8 | 0.76 |
| Hex | F3 | 93 | BC | 0 | 28 | 17 | 5 | 14E | 50 | 4C |
| Octal | 363 | 223 | 274 | 0 | 50 | 27 | 5 | 516 | 120 | 114 |
| Binary | 11110011 | 10010011 | 10111100 | 0 | 101000 | 10111 | 101 | 101001110 | 1010000 | 1001100 |
Color Harmonies of #F393BC
Complementary color
Monochromatic Colors of #F393BC
Black with #F393BC
Text Example
Text Example
White with #F393BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F393BC; }
p { color: rgb(243,147,188); }
H1.HeaderClassName
{
color: #F393BC;
}
.AnyTagClassName
{
color: #F393BC;
}
</style>
background-color css
<style>
a { background-color: #F393BC; }
a { background-color: rgb(243,147,188); }
div.DivClassName
{
background-color: #F393BC;
}
.BgClassName
{
background-color: #F393BC;
}
</style>
border-color css
<style>
span { border-color: #F393BC; }
span { border-color: rgb(243,147,188); }
td.TdClassName
{
border-color: #F393BC;
}
.TagClassName
{
border-color: #F393BC;
}
</style>