Shades of Shocking #F796C2
Tints of Shocking #F796C2
RGB
CMYK
RGB Variations
Color information
#F796C2 (or 0xF796C2) is known color: Shocking. HEX triplet: F7, 96 and C2. RGB value is (247,150,194). Sum of RGB (Red+Green+Blue) = 247+150+194=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F796C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F796C2 is #08693D. Grayscale: #B7B7B7. Windows color (decimal): -551230 or 12752631. OLE color: 12752631.
HSL color Cylindrical-coordinate representation of color #F796C2: hue angle of 332.78º 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 #F796C2 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 150 | 194 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.03 |
| HSL | 332.78º | 0.86% | 0.78% | - |
| HSV(B) | 332.78º | 0.39% | 0.97% | - |
| XYZ | 59 | 45.48 | 56.71 | - |
| YUV | 184.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 150 | 194 | 0 | 0.39 | 0.21 | 0.03 | 332.78 | 0.86 | 0.78 |
| Hex | F7 | 96 | C2 | 0 | 27 | 15 | 3 | 14D | 56 | 4E |
| Octal | 367 | 226 | 302 | 0 | 47 | 25 | 3 | 515 | 126 | 116 |
| Binary | 11110111 | 10010110 | 11000010 | 0 | 100111 | 10101 | 11 | 101001101 | 1010110 | 1001110 |
Color Harmonies of #F796C2
Complementary color
Monochromatic Colors of #F796C2
Black with #F796C2
Text Example
Text Example
White with #F796C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F796C2; }
p { color: rgb(247,150,194); }
H1.HeaderClassName
{
color: #F796C2;
}
.AnyTagClassName
{
color: #F796C2;
}
</style>
background-color css
<style>
a { background-color: #F796C2; }
a { background-color: rgb(247,150,194); }
div.DivClassName
{
background-color: #F796C2;
}
.BgClassName
{
background-color: #F796C2;
}
</style>
border-color css
<style>
span { border-color: #F796C2; }
span { border-color: rgb(247,150,194); }
td.TdClassName
{
border-color: #F796C2;
}
.TagClassName
{
border-color: #F796C2;
}
</style>