Shades of Shocking #F393BB
Tints of Shocking #F393BB
RGB
CMYK
RGB Variations
Color information
#F393BB (or 0xF393BB) is known color: Shocking. HEX triplet: F3, 93 and BB. RGB value is (243,147,187). Sum of RGB (Red+Green+Blue) = 243+147+187=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F393BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F393BB is #0C6C44. Grayscale: #B4B4B4. Windows color (decimal): -814149 or 12293107. OLE color: 12293107.
HSL color Cylindrical-coordinate representation of color #F393BB: hue angle of 335º 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 #F393BB is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 187 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.05 |
| HSL | 335º | 0.8% | 0.76% | - |
| HSV(B) | 335º | 0.4% | 0.95% | - |
| XYZ | 56.37 | 43.51 | 52.44 | - |
| YUV | 180.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 187 | 0 | 0.40 | 0.23 | 0.05 | 335 | 0.8 | 0.76 |
| Hex | F3 | 93 | BB | 0 | 28 | 17 | 5 | 14F | 50 | 4C |
| Octal | 363 | 223 | 273 | 0 | 50 | 27 | 5 | 517 | 120 | 114 |
| Binary | 11110011 | 10010011 | 10111011 | 0 | 101000 | 10111 | 101 | 101001111 | 1010000 | 1001100 |
Color Harmonies of #F393BB
Complementary color
Monochromatic Colors of #F393BB
Black with #F393BB
Text Example
Text Example
White with #F393BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F393BB; }
p { color: rgb(243,147,187); }
H1.HeaderClassName
{
color: #F393BB;
}
.AnyTagClassName
{
color: #F393BB;
}
</style>
background-color css
<style>
a { background-color: #F393BB; }
a { background-color: rgb(243,147,187); }
div.DivClassName
{
background-color: #F393BB;
}
.BgClassName
{
background-color: #F393BB;
}
</style>
border-color css
<style>
span { border-color: #F393BB; }
span { border-color: rgb(243,147,187); }
td.TdClassName
{
border-color: #F393BB;
}
.TagClassName
{
border-color: #F393BB;
}
</style>