Shades of Shocking #F798C5
Tints of Shocking #F798C5
RGB
CMYK
RGB Variations
Color information
#F798C5 (or 0xF798C5) is known color: Shocking. HEX triplet: F7, 98 and C5. RGB value is (247,152,197). Sum of RGB (Red+Green+Blue) = 247+152+197=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F798C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F798C5 is #08673A. Grayscale: #B9B9B9. Windows color (decimal): -550715 or 12949751. OLE color: 12949751.
HSL color Cylindrical-coordinate representation of color #F798C5: hue angle of 331.58º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F798C5 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 152 | 197 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.03 |
| HSL | 331.58º | 0.86% | 0.78% | - |
| HSV(B) | 331.58º | 0.38% | 0.97% | - |
| XYZ | 59.66 | 46.26 | 58.61 | - |
| YUV | 185.54 | 134.47 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 152 | 197 | 0 | 0.38 | 0.20 | 0.03 | 331.58 | 0.86 | 0.78 |
| Hex | F7 | 98 | C5 | 0 | 26 | 14 | 3 | 14C | 56 | 4E |
| Octal | 367 | 230 | 305 | 0 | 46 | 24 | 3 | 514 | 126 | 116 |
| Binary | 11110111 | 10011000 | 11000101 | 0 | 100110 | 10100 | 11 | 101001100 | 1010110 | 1001110 |
Color Harmonies of #F798C5
Complementary color
Monochromatic Colors of #F798C5
Black with #F798C5
Text Example
Text Example
White with #F798C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F798C5; }
p { color: rgb(247,152,197); }
H1.HeaderClassName
{
color: #F798C5;
}
.AnyTagClassName
{
color: #F798C5;
}
</style>
background-color css
<style>
a { background-color: #F798C5; }
a { background-color: rgb(247,152,197); }
div.DivClassName
{
background-color: #F798C5;
}
.BgClassName
{
background-color: #F798C5;
}
</style>
border-color css
<style>
span { border-color: #F798C5; }
span { border-color: rgb(247,152,197); }
td.TdClassName
{
border-color: #F798C5;
}
.TagClassName
{
border-color: #F798C5;
}
</style>