Shades of Shocking #F794C3
Tints of Shocking #F794C3
RGB
CMYK
RGB Variations
Color information
#F794C3 (or 0xF794C3) is known color: Shocking. HEX triplet: F7, 94 and C3. RGB value is (247,148,195). Sum of RGB (Red+Green+Blue) = 247+148+195=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F794C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794C3 is #086B3C. Grayscale: #B6B6B6. Windows color (decimal): -551741 or 12817655. OLE color: 12817655.
HSL color Cylindrical-coordinate representation of color #F794C3: hue angle of 331.52º 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 #F794C3 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 195 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.03 |
| HSL | 331.52º | 0.86% | 0.77% | - |
| HSV(B) | 331.52º | 0.4% | 0.97% | - |
| XYZ | 58.8 | 44.89 | 57.2 | - |
| YUV | 182.96 | 134.8 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 195 | 0 | 0.40 | 0.21 | 0.03 | 331.52 | 0.86 | 0.77 |
| Hex | F7 | 94 | C3 | 0 | 28 | 15 | 3 | 14C | 56 | 4D |
| Octal | 367 | 224 | 303 | 0 | 50 | 25 | 3 | 514 | 126 | 115 |
| Binary | 11110111 | 10010100 | 11000011 | 0 | 101000 | 10101 | 11 | 101001100 | 1010110 | 1001101 |
Color Harmonies of #F794C3
Complementary color
Monochromatic Colors of #F794C3
Black with #F794C3
Text Example
Text Example
White with #F794C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F794C3; }
p { color: rgb(247,148,195); }
H1.HeaderClassName
{
color: #F794C3;
}
.AnyTagClassName
{
color: #F794C3;
}
</style>
background-color css
<style>
a { background-color: #F794C3; }
a { background-color: rgb(247,148,195); }
div.DivClassName
{
background-color: #F794C3;
}
.BgClassName
{
background-color: #F794C3;
}
</style>
border-color css
<style>
span { border-color: #F794C3; }
span { border-color: rgb(247,148,195); }
td.TdClassName
{
border-color: #F794C3;
}
.TagClassName
{
border-color: #F794C3;
}
</style>