Shades of Shocking #F593BB
Tints of Shocking #F593BB
RGB
CMYK
RGB Variations
Color information
#F593BB (or 0xF593BB) is known color: Shocking. HEX triplet: F5, 93 and BB. RGB value is (245,147,187). Sum of RGB (Red+Green+Blue) = 245+147+187=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F593BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593BB is #0A6C44. Grayscale: #B4B4B4. Windows color (decimal): -683077 or 12293109. OLE color: 12293109.
HSL color Cylindrical-coordinate representation of color #F593BB: hue angle of 335.51º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F593BB is Cyan = 0, Magento = 0.4, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 187 | - |
| CMYK | 0 | 0.4 | 0.24 | 0.04 |
| HSL | 335.51º | 0.83% | 0.77% | - |
| HSV(B) | 335.51º | 0.4% | 0.96% | - |
| XYZ | 57.06 | 43.87 | 52.47 | - |
| YUV | 180.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 187 | 0 | 0.4 | 0.24 | 0.04 | 335.51 | 0.83 | 0.77 |
| Hex | F5 | 93 | BB | 0 | 28 | 18 | 4 | 150 | 53 | 4D |
| Octal | 365 | 223 | 273 | 0 | 50 | 30 | 4 | 520 | 123 | 115 |
| Binary | 11110101 | 10010011 | 10111011 | 0 | 101000 | 11000 | 100 | 101010000 | 1010011 | 1001101 |
Color Harmonies of #F593BB
Complementary color
Monochromatic Colors of #F593BB
Black with #F593BB
Text Example
Text Example
White with #F593BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593BB; }
p { color: rgb(245,147,187); }
H1.HeaderClassName
{
color: #F593BB;
}
.AnyTagClassName
{
color: #F593BB;
}
</style>
background-color css
<style>
a { background-color: #F593BB; }
a { background-color: rgb(245,147,187); }
div.DivClassName
{
background-color: #F593BB;
}
.BgClassName
{
background-color: #F593BB;
}
</style>
border-color css
<style>
span { border-color: #F593BB; }
span { border-color: rgb(245,147,187); }
td.TdClassName
{
border-color: #F593BB;
}
.TagClassName
{
border-color: #F593BB;
}
</style>