Shades of Shocking #F790BA
Tints of Shocking #F790BA
RGB
CMYK
RGB Variations
Color information
#F790BA (or 0xF790BA) is known color: Shocking. HEX triplet: F7, 90 and BA. RGB value is (247,144,186). Sum of RGB (Red+Green+Blue) = 247+144+186=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F790BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F790BA is #086F45. Grayscale: #B3B3B3. Windows color (decimal): -552774 or 12226807. OLE color: 12226807.
HSL color Cylindrical-coordinate representation of color #F790BA: hue angle of 335.53º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F790BA is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 144 | 186 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.03 |
| HSL | 335.53º | 0.87% | 0.77% | - |
| HSV(B) | 335.53º | 0.42% | 0.97% | - |
| XYZ | 57.19 | 43.27 | 51.79 | - |
| YUV | 179.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 144 | 186 | 0 | 0.42 | 0.25 | 0.03 | 335.53 | 0.87 | 0.77 |
| Hex | F7 | 90 | BA | 0 | 2A | 19 | 3 | 150 | 57 | 4D |
| Octal | 367 | 220 | 272 | 0 | 52 | 31 | 3 | 520 | 127 | 115 |
| Binary | 11110111 | 10010000 | 10111010 | 0 | 101010 | 11001 | 11 | 101010000 | 1010111 | 1001101 |
Color Harmonies of #F790BA
Complementary color
Monochromatic Colors of #F790BA
Black with #F790BA
Text Example
Text Example
White with #F790BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F790BA; }
p { color: rgb(247,144,186); }
H1.HeaderClassName
{
color: #F790BA;
}
.AnyTagClassName
{
color: #F790BA;
}
</style>
background-color css
<style>
a { background-color: #F790BA; }
a { background-color: rgb(247,144,186); }
div.DivClassName
{
background-color: #F790BA;
}
.BgClassName
{
background-color: #F790BA;
}
</style>
border-color css
<style>
span { border-color: #F790BA; }
span { border-color: rgb(247,144,186); }
td.TdClassName
{
border-color: #F790BA;
}
.TagClassName
{
border-color: #F790BA;
}
</style>