Shades of Shocking #F798C9
Tints of Shocking #F798C9
RGB
CMYK
RGB Variations
Color information
#F798C9 (or 0xF798C9) is known color: Shocking. HEX triplet: F7, 98 and C9. RGB value is (247,152,201). Sum of RGB (Red+Green+Blue) = 247+152+201=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 152 (59.77% from 255 or 25.33% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F798C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F798C9 is #086736. Grayscale: #B9B9B9. Windows color (decimal): -550711 or 13211895. OLE color: 13211895.
HSL color Cylindrical-coordinate representation of color #F798C9: hue angle of 329.05º 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 #F798C9 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 152 | 201 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.03 |
| HSL | 329.05º | 0.86% | 0.78% | - |
| HSV(B) | 329.05º | 0.38% | 0.97% | - |
| XYZ | 60.13 | 46.45 | 61.05 | - |
| YUV | 185.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 152 | 201 | 0 | 0.38 | 0.19 | 0.03 | 329.05 | 0.86 | 0.78 |
| Hex | F7 | 98 | C9 | 0 | 26 | 13 | 3 | 149 | 56 | 4E |
| Octal | 367 | 230 | 311 | 0 | 46 | 23 | 3 | 511 | 126 | 116 |
| Binary | 11110111 | 10011000 | 11001001 | 0 | 100110 | 10011 | 11 | 101001001 | 1010110 | 1001110 |
Color Harmonies of #F798C9
Complementary color
Monochromatic Colors of #F798C9
Black with #F798C9
Text Example
Text Example
White with #F798C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F798C9; }
p { color: rgb(247,152,201); }
H1.HeaderClassName
{
color: #F798C9;
}
.AnyTagClassName
{
color: #F798C9;
}
</style>
background-color css
<style>
a { background-color: #F798C9; }
a { background-color: rgb(247,152,201); }
div.DivClassName
{
background-color: #F798C9;
}
.BgClassName
{
background-color: #F798C9;
}
</style>
border-color css
<style>
span { border-color: #F798C9; }
span { border-color: rgb(247,152,201); }
td.TdClassName
{
border-color: #F798C9;
}
.TagClassName
{
border-color: #F798C9;
}
</style>