Shades of Shocking #F799C5
Tints of Shocking #F799C5
RGB
CMYK
RGB Variations
Color information
#F799C5 (or 0xF799C5) is known color: Shocking. HEX triplet: F7, 99 and C5. RGB value is (247,153,197). Sum of RGB (Red+Green+Blue) = 247+153+197=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F799C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F799C5 is #08663A. Grayscale: #BABABA. Windows color (decimal): -550459 or 12950007. OLE color: 12950007.
HSL color Cylindrical-coordinate representation of color #F799C5: hue angle of 331.91º degrees, saturation: 0.85, 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 #F799C5 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 153 | 197 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.03 |
| HSL | 331.91º | 0.85% | 0.78% | - |
| HSV(B) | 331.91º | 0.38% | 0.97% | - |
| XYZ | 59.83 | 46.59 | 58.66 | - |
| YUV | 186.12 | 134.14 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 153 | 197 | 0 | 0.38 | 0.20 | 0.03 | 331.91 | 0.85 | 0.78 |
| Hex | F7 | 99 | C5 | 0 | 26 | 14 | 3 | 14C | 55 | 4E |
| Octal | 367 | 231 | 305 | 0 | 46 | 24 | 3 | 514 | 125 | 116 |
| Binary | 11110111 | 10011001 | 11000101 | 0 | 100110 | 10100 | 11 | 101001100 | 1010101 | 1001110 |
Color Harmonies of #F799C5
Complementary color
Monochromatic Colors of #F799C5
Black with #F799C5
Text Example
Text Example
White with #F799C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F799C5; }
p { color: rgb(247,153,197); }
H1.HeaderClassName
{
color: #F799C5;
}
.AnyTagClassName
{
color: #F799C5;
}
</style>
background-color css
<style>
a { background-color: #F799C5; }
a { background-color: rgb(247,153,197); }
div.DivClassName
{
background-color: #F799C5;
}
.BgClassName
{
background-color: #F799C5;
}
</style>
border-color css
<style>
span { border-color: #F799C5; }
span { border-color: rgb(247,153,197); }
td.TdClassName
{
border-color: #F799C5;
}
.TagClassName
{
border-color: #F799C5;
}
</style>