Shades of Shocking #F796C5
Tints of Shocking #F796C5
RGB
CMYK
RGB Variations
Color information
#F796C5 (or 0xF796C5) is known color: Shocking. HEX triplet: F7, 96 and C5. RGB value is (247,150,197). Sum of RGB (Red+Green+Blue) = 247+150+197=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F796C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F796C5 is #08693A. Grayscale: #B8B8B8. Windows color (decimal): -551227 or 12949239. OLE color: 12949239.
HSL color Cylindrical-coordinate representation of color #F796C5: hue angle of 330.93º 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 #F796C5 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 150 | 197 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.03 |
| HSL | 330.93º | 0.86% | 0.78% | - |
| HSV(B) | 330.93º | 0.39% | 0.97% | - |
| XYZ | 59.34 | 45.62 | 58.5 | - |
| YUV | 184.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 150 | 197 | 0 | 0.39 | 0.20 | 0.03 | 330.93 | 0.86 | 0.78 |
| Hex | F7 | 96 | C5 | 0 | 27 | 14 | 3 | 14B | 56 | 4E |
| Octal | 367 | 226 | 305 | 0 | 47 | 24 | 3 | 513 | 126 | 116 |
| Binary | 11110111 | 10010110 | 11000101 | 0 | 100111 | 10100 | 11 | 101001011 | 1010110 | 1001110 |
Color Harmonies of #F796C5
Complementary color
Monochromatic Colors of #F796C5
Black with #F796C5
Text Example
Text Example
White with #F796C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F796C5; }
p { color: rgb(247,150,197); }
H1.HeaderClassName
{
color: #F796C5;
}
.AnyTagClassName
{
color: #F796C5;
}
</style>
background-color css
<style>
a { background-color: #F796C5; }
a { background-color: rgb(247,150,197); }
div.DivClassName
{
background-color: #F796C5;
}
.BgClassName
{
background-color: #F796C5;
}
</style>
border-color css
<style>
span { border-color: #F796C5; }
span { border-color: rgb(247,150,197); }
td.TdClassName
{
border-color: #F796C5;
}
.TagClassName
{
border-color: #F796C5;
}
</style>