Shades of Shocking #F797C0
Tints of Shocking #F797C0
RGB
CMYK
RGB Variations
Color information
#F797C0 (or 0xF797C0) is known color: Shocking. HEX triplet: F7, 97 and C0. RGB value is (247,151,192). Sum of RGB (Red+Green+Blue) = 247+151+192=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F797C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F797C0 is #08683F. Grayscale: #B8B8B8. Windows color (decimal): -550976 or 12621815. OLE color: 12621815.
HSL color Cylindrical-coordinate representation of color #F797C0: hue angle of 334.38º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F797C0 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 151 | 192 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.03 |
| HSL | 334.38º | 0.86% | 0.78% | - |
| HSV(B) | 334.38º | 0.39% | 0.97% | - |
| XYZ | 58.94 | 45.71 | 55.59 | - |
| YUV | 184.38 | 132.3 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 151 | 192 | 0 | 0.39 | 0.22 | 0.03 | 334.38 | 0.86 | 0.78 |
| Hex | F7 | 97 | C0 | 0 | 27 | 16 | 3 | 14E | 56 | 4E |
| Octal | 367 | 227 | 300 | 0 | 47 | 26 | 3 | 516 | 126 | 116 |
| Binary | 11110111 | 10010111 | 11000000 | 0 | 100111 | 10110 | 11 | 101001110 | 1010110 | 1001110 |
Color Harmonies of #F797C0
Complementary color
Monochromatic Colors of #F797C0
Black with #F797C0
Text Example
Text Example
White with #F797C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F797C0; }
p { color: rgb(247,151,192); }
H1.HeaderClassName
{
color: #F797C0;
}
.AnyTagClassName
{
color: #F797C0;
}
</style>
background-color css
<style>
a { background-color: #F797C0; }
a { background-color: rgb(247,151,192); }
div.DivClassName
{
background-color: #F797C0;
}
.BgClassName
{
background-color: #F797C0;
}
</style>
border-color css
<style>
span { border-color: #F797C0; }
span { border-color: rgb(247,151,192); }
td.TdClassName
{
border-color: #F797C0;
}
.TagClassName
{
border-color: #F797C0;
}
</style>