Shades of Shocking #F296C0
Tints of Shocking #F296C0
RGB
CMYK
RGB Variations
Color information
#F296C0 (or 0xF296C0) is known color: Shocking. HEX triplet: F2, 96 and C0. RGB value is (242,150,192). Sum of RGB (Red+Green+Blue) = 242+150+192=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F296C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296C0 is #0D693F. Grayscale: #B6B6B6. Windows color (decimal): -878912 or 12621554. OLE color: 12621554.
HSL color Cylindrical-coordinate representation of color #F296C0: hue angle of 332.61º 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 #F296C0 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 192 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.05 |
| HSL | 332.61º | 0.78% | 0.77% | - |
| HSV(B) | 332.61º | 0.38% | 0.95% | - |
| XYZ | 57.04 | 44.5 | 55.45 | - |
| YUV | 182.3 | 133.48 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 192 | 0 | 0.38 | 0.21 | 0.05 | 332.61 | 0.78 | 0.77 |
| Hex | F2 | 96 | C0 | 0 | 26 | 15 | 5 | 14D | 4E | 4D |
| Octal | 362 | 226 | 300 | 0 | 46 | 25 | 5 | 515 | 116 | 115 |
| Binary | 11110010 | 10010110 | 11000000 | 0 | 100110 | 10101 | 101 | 101001101 | 1001110 | 1001101 |
Color Harmonies of #F296C0
Complementary color
Monochromatic Colors of #F296C0
Black with #F296C0
Text Example
Text Example
White with #F296C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296C0; }
p { color: rgb(242,150,192); }
H1.HeaderClassName
{
color: #F296C0;
}
.AnyTagClassName
{
color: #F296C0;
}
</style>
background-color css
<style>
a { background-color: #F296C0; }
a { background-color: rgb(242,150,192); }
div.DivClassName
{
background-color: #F296C0;
}
.BgClassName
{
background-color: #F296C0;
}
</style>
border-color css
<style>
span { border-color: #F296C0; }
span { border-color: rgb(242,150,192); }
td.TdClassName
{
border-color: #F296C0;
}
.TagClassName
{
border-color: #F296C0;
}
</style>