Shades of Shocking #F296BA
Tints of Shocking #F296BA
RGB
CMYK
RGB Variations
Color information
#F296BA (or 0xF296BA) is known color: Shocking. HEX triplet: F2, 96 and BA. RGB value is (242,150,186). Sum of RGB (Red+Green+Blue) = 242+150+186=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F296BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296BA is #0D6945. Grayscale: #B5B5B5. Windows color (decimal): -878918 or 12228338. OLE color: 12228338.
HSL color Cylindrical-coordinate representation of color #F296BA: hue angle of 336.52º 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 #F296BA is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 186 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.05 |
| HSL | 336.52º | 0.78% | 0.77% | - |
| HSV(B) | 336.52º | 0.38% | 0.95% | - |
| XYZ | 56.39 | 44.24 | 52.02 | - |
| YUV | 181.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 186 | 0 | 0.38 | 0.23 | 0.05 | 336.52 | 0.78 | 0.77 |
| Hex | F2 | 96 | BA | 0 | 26 | 17 | 5 | 151 | 4E | 4D |
| Octal | 362 | 226 | 272 | 0 | 46 | 27 | 5 | 521 | 116 | 115 |
| Binary | 11110010 | 10010110 | 10111010 | 0 | 100110 | 10111 | 101 | 101010001 | 1001110 | 1001101 |
Color Harmonies of #F296BA
Complementary color
Monochromatic Colors of #F296BA
Black with #F296BA
Text Example
Text Example
White with #F296BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296BA; }
p { color: rgb(242,150,186); }
H1.HeaderClassName
{
color: #F296BA;
}
.AnyTagClassName
{
color: #F296BA;
}
</style>
background-color css
<style>
a { background-color: #F296BA; }
a { background-color: rgb(242,150,186); }
div.DivClassName
{
background-color: #F296BA;
}
.BgClassName
{
background-color: #F296BA;
}
</style>
border-color css
<style>
span { border-color: #F296BA; }
span { border-color: rgb(242,150,186); }
td.TdClassName
{
border-color: #F296BA;
}
.TagClassName
{
border-color: #F296BA;
}
</style>