Shades of Shocking #F794C5
Tints of Shocking #F794C5
RGB
CMYK
RGB Variations
Color information
#F794C5 (or 0xF794C5) is known color: Shocking. HEX triplet: F7, 94 and C5. RGB value is (247,148,197). Sum of RGB (Red+Green+Blue) = 247+148+197=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F794C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794C5 is #086B3A. Grayscale: #B7B7B7. Windows color (decimal): -551739 or 12948727. OLE color: 12948727.
HSL color Cylindrical-coordinate representation of color #F794C5: hue angle of 330.3º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F794C5 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 197 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.03 |
| HSL | 330.3º | 0.86% | 0.77% | - |
| HSV(B) | 330.3º | 0.4% | 0.97% | - |
| XYZ | 59.03 | 44.99 | 58.4 | - |
| YUV | 183.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 197 | 0 | 0.40 | 0.20 | 0.03 | 330.3 | 0.86 | 0.77 |
| Hex | F7 | 94 | C5 | 0 | 28 | 14 | 3 | 14A | 56 | 4D |
| Octal | 367 | 224 | 305 | 0 | 50 | 24 | 3 | 512 | 126 | 115 |
| Binary | 11110111 | 10010100 | 11000101 | 0 | 101000 | 10100 | 11 | 101001010 | 1010110 | 1001101 |
Color Harmonies of #F794C5
Complementary color
Monochromatic Colors of #F794C5
Black with #F794C5
Text Example
Text Example
White with #F794C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F794C5; }
p { color: rgb(247,148,197); }
H1.HeaderClassName
{
color: #F794C5;
}
.AnyTagClassName
{
color: #F794C5;
}
</style>
background-color css
<style>
a { background-color: #F794C5; }
a { background-color: rgb(247,148,197); }
div.DivClassName
{
background-color: #F794C5;
}
.BgClassName
{
background-color: #F794C5;
}
</style>
border-color css
<style>
span { border-color: #F794C5; }
span { border-color: rgb(247,148,197); }
td.TdClassName
{
border-color: #F794C5;
}
.TagClassName
{
border-color: #F794C5;
}
</style>