Shades of Shocking #F792BB
Tints of Shocking #F792BB
RGB
CMYK
RGB Variations
Color information
#F792BB (or 0xF792BB) is known color: Shocking. HEX triplet: F7, 92 and BB. RGB value is (247,146,187). Sum of RGB (Red+Green+Blue) = 247+146+187=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F792BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F792BB is #086D44. Grayscale: #B4B4B4. Windows color (decimal): -552261 or 12292855. OLE color: 12292855.
HSL color Cylindrical-coordinate representation of color #F792BB: hue angle of 335.64º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F792BB is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 146 | 187 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.03 |
| HSL | 335.64º | 0.86% | 0.77% | - |
| HSV(B) | 335.64º | 0.41% | 0.97% | - |
| XYZ | 57.61 | 43.92 | 52.45 | - |
| YUV | 180.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 146 | 187 | 0 | 0.41 | 0.24 | 0.03 | 335.64 | 0.86 | 0.77 |
| Hex | F7 | 92 | BB | 0 | 29 | 18 | 3 | 150 | 56 | 4D |
| Octal | 367 | 222 | 273 | 0 | 51 | 30 | 3 | 520 | 126 | 115 |
| Binary | 11110111 | 10010010 | 10111011 | 0 | 101001 | 11000 | 11 | 101010000 | 1010110 | 1001101 |
Color Harmonies of #F792BB
Complementary color
Monochromatic Colors of #F792BB
Black with #F792BB
Text Example
Text Example
White with #F792BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F792BB; }
p { color: rgb(247,146,187); }
H1.HeaderClassName
{
color: #F792BB;
}
.AnyTagClassName
{
color: #F792BB;
}
</style>
background-color css
<style>
a { background-color: #F792BB; }
a { background-color: rgb(247,146,187); }
div.DivClassName
{
background-color: #F792BB;
}
.BgClassName
{
background-color: #F792BB;
}
</style>
border-color css
<style>
span { border-color: #F792BB; }
span { border-color: rgb(247,146,187); }
td.TdClassName
{
border-color: #F792BB;
}
.TagClassName
{
border-color: #F792BB;
}
</style>