Shades of Shocking #F393BA
Tints of Shocking #F393BA
RGB
CMYK
RGB Variations
Color information
#F393BA (or 0xF393BA) is known color: Shocking. HEX triplet: F3, 93 and BA. RGB value is (243,147,186). Sum of RGB (Red+Green+Blue) = 243+147+186=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F393BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F393BA is #0C6C45. Grayscale: #B4B4B4. Windows color (decimal): -814150 or 12227571. OLE color: 12227571.
HSL color Cylindrical-coordinate representation of color #F393BA: hue angle of 335.62º 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 #F393BA is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 186 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.05 |
| HSL | 335.63º | 0.8% | 0.76% | - |
| HSV(B) | 335.63º | 0.4% | 0.95% | - |
| XYZ | 56.26 | 43.47 | 51.88 | - |
| YUV | 180.15 | 131.3 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 186 | 0 | 0.40 | 0.23 | 0.05 | 335.63 | 0.8 | 0.76 |
| Hex | F3 | 93 | BA | 0 | 28 | 17 | 5 | 150 | 50 | 4C |
| Octal | 363 | 223 | 272 | 0 | 50 | 27 | 5 | 520 | 120 | 114 |
| Binary | 11110011 | 10010011 | 10111010 | 0 | 101000 | 10111 | 101 | 101010000 | 1010000 | 1001100 |
Color Harmonies of #F393BA
Complementary color
Monochromatic Colors of #F393BA
Black with #F393BA
Text Example
Text Example
White with #F393BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F393BA; }
p { color: rgb(243,147,186); }
H1.HeaderClassName
{
color: #F393BA;
}
.AnyTagClassName
{
color: #F393BA;
}
</style>
background-color css
<style>
a { background-color: #F393BA; }
a { background-color: rgb(243,147,186); }
div.DivClassName
{
background-color: #F393BA;
}
.BgClassName
{
background-color: #F393BA;
}
</style>
border-color css
<style>
span { border-color: #F393BA; }
span { border-color: rgb(243,147,186); }
td.TdClassName
{
border-color: #F393BA;
}
.TagClassName
{
border-color: #F393BA;
}
</style>