Shades of Shocking #F598BB
Tints of Shocking #F598BB
RGB
CMYK
RGB Variations
Color information
#F598BB (or 0xF598BB) is known color: Shocking. HEX triplet: F5, 98 and BB. RGB value is (245,152,187). Sum of RGB (Red+Green+Blue) = 245+152+187=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F598BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F598BB is #0A6744. Grayscale: #B7B7B7. Windows color (decimal): -681797 or 12294389. OLE color: 12294389.
HSL color Cylindrical-coordinate representation of color #F598BB: hue angle of 337.42º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F598BB is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 187 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.04 |
| HSL | 337.42º | 0.82% | 0.78% | - |
| HSV(B) | 337.42º | 0.38% | 0.96% | - |
| XYZ | 57.85 | 45.46 | 52.74 | - |
| YUV | 183.8 | 129.81 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 187 | 0 | 0.38 | 0.24 | 0.04 | 337.42 | 0.82 | 0.78 |
| Hex | F5 | 98 | BB | 0 | 26 | 18 | 4 | 151 | 52 | 4E |
| Octal | 365 | 230 | 273 | 0 | 46 | 30 | 4 | 521 | 122 | 116 |
| Binary | 11110101 | 10011000 | 10111011 | 0 | 100110 | 11000 | 100 | 101010001 | 1010010 | 1001110 |
Color Harmonies of #F598BB
Complementary color
Monochromatic Colors of #F598BB
Black with #F598BB
Text Example
Text Example
White with #F598BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F598BB; }
p { color: rgb(245,152,187); }
H1.HeaderClassName
{
color: #F598BB;
}
.AnyTagClassName
{
color: #F598BB;
}
</style>
background-color css
<style>
a { background-color: #F598BB; }
a { background-color: rgb(245,152,187); }
div.DivClassName
{
background-color: #F598BB;
}
.BgClassName
{
background-color: #F598BB;
}
</style>
border-color css
<style>
span { border-color: #F598BB; }
span { border-color: rgb(245,152,187); }
td.TdClassName
{
border-color: #F598BB;
}
.TagClassName
{
border-color: #F598BB;
}
</style>