Shades of Shocking #F796C9
Tints of Shocking #F796C9
RGB
CMYK
RGB Variations
Color information
#F796C9 (or 0xF796C9) is known color: Shocking. HEX triplet: F7, 96 and C9. RGB value is (247,150,201). Sum of RGB (Red+Green+Blue) = 247+150+201=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F796C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F796C9 is #086936. Grayscale: #B8B8B8. Windows color (decimal): -551223 or 13211383. OLE color: 13211383.
HSL color Cylindrical-coordinate representation of color #F796C9: hue angle of 328.45º 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 #F796C9 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 150 | 201 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.03 |
| HSL | 328.45º | 0.86% | 0.78% | - |
| HSV(B) | 328.45º | 0.39% | 0.97% | - |
| XYZ | 59.81 | 45.8 | 60.95 | - |
| YUV | 184.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 150 | 201 | 0 | 0.39 | 0.19 | 0.03 | 328.45 | 0.86 | 0.78 |
| Hex | F7 | 96 | C9 | 0 | 27 | 13 | 3 | 148 | 56 | 4E |
| Octal | 367 | 226 | 311 | 0 | 47 | 23 | 3 | 510 | 126 | 116 |
| Binary | 11110111 | 10010110 | 11001001 | 0 | 100111 | 10011 | 11 | 101001000 | 1010110 | 1001110 |
Color Harmonies of #F796C9
Complementary color
Monochromatic Colors of #F796C9
Black with #F796C9
Text Example
Text Example
White with #F796C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F796C9; }
p { color: rgb(247,150,201); }
H1.HeaderClassName
{
color: #F796C9;
}
.AnyTagClassName
{
color: #F796C9;
}
</style>
background-color css
<style>
a { background-color: #F796C9; }
a { background-color: rgb(247,150,201); }
div.DivClassName
{
background-color: #F796C9;
}
.BgClassName
{
background-color: #F796C9;
}
</style>
border-color css
<style>
span { border-color: #F796C9; }
span { border-color: rgb(247,150,201); }
td.TdClassName
{
border-color: #F796C9;
}
.TagClassName
{
border-color: #F796C9;
}
</style>