Shades of Shocking #F794C1
Tints of Shocking #F794C1
RGB
CMYK
RGB Variations
Color information
#F794C1 (or 0xF794C1) is known color: Shocking. HEX triplet: F7, 94 and C1. RGB value is (247,148,193). Sum of RGB (Red+Green+Blue) = 247+148+193=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F794C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794C1 is #086B3E. Grayscale: #B6B6B6. Windows color (decimal): -551743 or 12686583. OLE color: 12686583.
HSL color Cylindrical-coordinate representation of color #F794C1: hue angle of 332.73º 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 #F794C1 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 193 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.03 |
| HSL | 332.73º | 0.86% | 0.77% | - |
| HSV(B) | 332.73º | 0.4% | 0.97% | - |
| XYZ | 58.57 | 44.8 | 56.01 | - |
| YUV | 182.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 193 | 0 | 0.40 | 0.22 | 0.03 | 332.73 | 0.86 | 0.77 |
| Hex | F7 | 94 | C1 | 0 | 28 | 16 | 3 | 14D | 56 | 4D |
| Octal | 367 | 224 | 301 | 0 | 50 | 26 | 3 | 515 | 126 | 115 |
| Binary | 11110111 | 10010100 | 11000001 | 0 | 101000 | 10110 | 11 | 101001101 | 1010110 | 1001101 |
Color Harmonies of #F794C1
Complementary color
Monochromatic Colors of #F794C1
Black with #F794C1
Text Example
Text Example
White with #F794C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F794C1; }
p { color: rgb(247,148,193); }
H1.HeaderClassName
{
color: #F794C1;
}
.AnyTagClassName
{
color: #F794C1;
}
</style>
background-color css
<style>
a { background-color: #F794C1; }
a { background-color: rgb(247,148,193); }
div.DivClassName
{
background-color: #F794C1;
}
.BgClassName
{
background-color: #F794C1;
}
</style>
border-color css
<style>
span { border-color: #F794C1; }
span { border-color: rgb(247,148,193); }
td.TdClassName
{
border-color: #F794C1;
}
.TagClassName
{
border-color: #F794C1;
}
</style>