Shades of Shocking #F49BBB
Tints of Shocking #F49BBB
RGB
CMYK
RGB Variations
Color information
#F49BBB (or 0xF49BBB) is known color: Shocking. HEX triplet: F4, 9B and BB. RGB value is (244,155,187). Sum of RGB (Red+Green+Blue) = 244+155+187=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49BBB is #0B6444. Grayscale: #B9B9B9. Windows color (decimal): -746565 or 12295156. OLE color: 12295156.
HSL color Cylindrical-coordinate representation of color #F49BBB: hue angle of 338.43º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49BBB is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 155 | 187 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.04 |
| HSL | 338.43º | 0.8% | 0.78% | - |
| HSV(B) | 338.43º | 0.36% | 0.96% | - |
| XYZ | 58 | 46.26 | 52.89 | - |
| YUV | 185.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 187 | 0 | 0.36 | 0.23 | 0.04 | 338.43 | 0.8 | 0.78 |
| Hex | F4 | 9B | BB | 0 | 24 | 17 | 4 | 152 | 50 | 4E |
| Octal | 364 | 233 | 273 | 0 | 44 | 27 | 4 | 522 | 120 | 116 |
| Binary | 11110100 | 10011011 | 10111011 | 0 | 100100 | 10111 | 100 | 101010010 | 1010000 | 1001110 |
Color Harmonies of #F49BBB
Complementary color
Monochromatic Colors of #F49BBB
Black with #F49BBB
Text Example
Text Example
White with #F49BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49BBB; }
p { color: rgb(244,155,187); }
H1.HeaderClassName
{
color: #F49BBB;
}
.AnyTagClassName
{
color: #F49BBB;
}
</style>
background-color css
<style>
a { background-color: #F49BBB; }
a { background-color: rgb(244,155,187); }
div.DivClassName
{
background-color: #F49BBB;
}
.BgClassName
{
background-color: #F49BBB;
}
</style>
border-color css
<style>
span { border-color: #F49BBB; }
span { border-color: rgb(244,155,187); }
td.TdClassName
{
border-color: #F49BBB;
}
.TagClassName
{
border-color: #F49BBB;
}
</style>