Shades of Shocking #F798C7
Tints of Shocking #F798C7
RGB
CMYK
RGB Variations
Color information
#F798C7 (or 0xF798C7) is known color: Shocking. HEX triplet: F7, 98 and C7. RGB value is (247,152,199). Sum of RGB (Red+Green+Blue) = 247+152+199=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F798C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F798C7 is #086738. Grayscale: #B9B9B9. Windows color (decimal): -550713 or 13080823. OLE color: 13080823.
HSL color Cylindrical-coordinate representation of color #F798C7: hue angle of 330.32º 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 #F798C7 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 152 | 199 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.03 |
| HSL | 330.32º | 0.86% | 0.78% | - |
| HSV(B) | 330.32º | 0.38% | 0.97% | - |
| XYZ | 59.89 | 46.35 | 59.82 | - |
| YUV | 185.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 152 | 199 | 0 | 0.38 | 0.19 | 0.03 | 330.32 | 0.86 | 0.78 |
| Hex | F7 | 98 | C7 | 0 | 26 | 13 | 3 | 14A | 56 | 4E |
| Octal | 367 | 230 | 307 | 0 | 46 | 23 | 3 | 512 | 126 | 116 |
| Binary | 11110111 | 10011000 | 11000111 | 0 | 100110 | 10011 | 11 | 101001010 | 1010110 | 1001110 |
Color Harmonies of #F798C7
Complementary color
Monochromatic Colors of #F798C7
Black with #F798C7
Text Example
Text Example
White with #F798C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F798C7; }
p { color: rgb(247,152,199); }
H1.HeaderClassName
{
color: #F798C7;
}
.AnyTagClassName
{
color: #F798C7;
}
</style>
background-color css
<style>
a { background-color: #F798C7; }
a { background-color: rgb(247,152,199); }
div.DivClassName
{
background-color: #F798C7;
}
.BgClassName
{
background-color: #F798C7;
}
</style>
border-color css
<style>
span { border-color: #F798C7; }
span { border-color: rgb(247,152,199); }
td.TdClassName
{
border-color: #F798C7;
}
.TagClassName
{
border-color: #F798C7;
}
</style>