Shades of Shocking #F296BB
Tints of Shocking #F296BB
RGB
CMYK
RGB Variations
Color information
#F296BB (or 0xF296BB) is known color: Shocking. HEX triplet: F2, 96 and BB. RGB value is (242,150,187). Sum of RGB (Red+Green+Blue) = 242+150+187=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F296BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296BB is #0D6944. Grayscale: #B5B5B5. Windows color (decimal): -878917 or 12293874. OLE color: 12293874.
HSL color Cylindrical-coordinate representation of color #F296BB: hue angle of 335.87º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F296BB is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 187 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.05 |
| HSL | 335.87º | 0.78% | 0.77% | - |
| HSV(B) | 335.87º | 0.38% | 0.95% | - |
| XYZ | 56.49 | 44.28 | 52.58 | - |
| YUV | 181.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 187 | 0 | 0.38 | 0.23 | 0.05 | 335.87 | 0.78 | 0.77 |
| Hex | F2 | 96 | BB | 0 | 26 | 17 | 5 | 150 | 4E | 4D |
| Octal | 362 | 226 | 273 | 0 | 46 | 27 | 5 | 520 | 116 | 115 |
| Binary | 11110010 | 10010110 | 10111011 | 0 | 100110 | 10111 | 101 | 101010000 | 1001110 | 1001101 |
Color Harmonies of #F296BB
Complementary color
Monochromatic Colors of #F296BB
Black with #F296BB
Text Example
Text Example
White with #F296BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296BB; }
p { color: rgb(242,150,187); }
H1.HeaderClassName
{
color: #F296BB;
}
.AnyTagClassName
{
color: #F296BB;
}
</style>
background-color css
<style>
a { background-color: #F296BB; }
a { background-color: rgb(242,150,187); }
div.DivClassName
{
background-color: #F296BB;
}
.BgClassName
{
background-color: #F296BB;
}
</style>
border-color css
<style>
span { border-color: #F296BB; }
span { border-color: rgb(242,150,187); }
td.TdClassName
{
border-color: #F296BB;
}
.TagClassName
{
border-color: #F296BB;
}
</style>