Shades of Shocking #F591BB
Tints of Shocking #F591BB
RGB
CMYK
RGB Variations
Color information
#F591BB (or 0xF591BB) is known color: Shocking. HEX triplet: F5, 91 and BB. RGB value is (245,145,187). Sum of RGB (Red+Green+Blue) = 245+145+187=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F591BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F591BB is #0A6E44. Grayscale: #B3B3B3. Windows color (decimal): -683589 or 12292597. OLE color: 12292597.
HSL color Cylindrical-coordinate representation of color #F591BB: hue angle of 334.8º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F591BB is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 187 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.04 |
| HSL | 334.8º | 0.83% | 0.76% | - |
| HSV(B) | 334.8º | 0.41% | 0.96% | - |
| XYZ | 56.75 | 43.25 | 52.37 | - |
| YUV | 179.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 187 | 0 | 0.41 | 0.24 | 0.04 | 334.8 | 0.83 | 0.76 |
| Hex | F5 | 91 | BB | 0 | 29 | 18 | 4 | 14F | 53 | 4C |
| Octal | 365 | 221 | 273 | 0 | 51 | 30 | 4 | 517 | 123 | 114 |
| Binary | 11110101 | 10010001 | 10111011 | 0 | 101001 | 11000 | 100 | 101001111 | 1010011 | 1001100 |
Color Harmonies of #F591BB
Complementary color
Monochromatic Colors of #F591BB
Black with #F591BB
Text Example
Text Example
White with #F591BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F591BB; }
p { color: rgb(245,145,187); }
H1.HeaderClassName
{
color: #F591BB;
}
.AnyTagClassName
{
color: #F591BB;
}
</style>
background-color css
<style>
a { background-color: #F591BB; }
a { background-color: rgb(245,145,187); }
div.DivClassName
{
background-color: #F591BB;
}
.BgClassName
{
background-color: #F591BB;
}
</style>
border-color css
<style>
span { border-color: #F591BB; }
span { border-color: rgb(245,145,187); }
td.TdClassName
{
border-color: #F591BB;
}
.TagClassName
{
border-color: #F591BB;
}
</style>