Shades of Shocking #F795BB
Tints of Shocking #F795BB
RGB
CMYK
RGB Variations
Color information
#F795BB (or 0xF795BB) is known color: Shocking. HEX triplet: F7, 95 and BB. RGB value is (247,149,187). Sum of RGB (Red+Green+Blue) = 247+149+187=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F795BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F795BB is #086A44. Grayscale: #B6B6B6. Windows color (decimal): -551493 or 12293623. OLE color: 12293623.
HSL color Cylindrical-coordinate representation of color #F795BB: hue angle of 336.73º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F795BB is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 187 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.03 |
| HSL | 336.73º | 0.86% | 0.78% | - |
| HSV(B) | 336.73º | 0.4% | 0.97% | - |
| XYZ | 58.07 | 44.86 | 52.61 | - |
| YUV | 182.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 187 | 0 | 0.40 | 0.24 | 0.03 | 336.73 | 0.86 | 0.78 |
| Hex | F7 | 95 | BB | 0 | 28 | 18 | 3 | 151 | 56 | 4E |
| Octal | 367 | 225 | 273 | 0 | 50 | 30 | 3 | 521 | 126 | 116 |
| Binary | 11110111 | 10010101 | 10111011 | 0 | 101000 | 11000 | 11 | 101010001 | 1010110 | 1001110 |
Color Harmonies of #F795BB
Complementary color
Monochromatic Colors of #F795BB
Black with #F795BB
Text Example
Text Example
White with #F795BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F795BB; }
p { color: rgb(247,149,187); }
H1.HeaderClassName
{
color: #F795BB;
}
.AnyTagClassName
{
color: #F795BB;
}
</style>
background-color css
<style>
a { background-color: #F795BB; }
a { background-color: rgb(247,149,187); }
div.DivClassName
{
background-color: #F795BB;
}
.BgClassName
{
background-color: #F795BB;
}
</style>
border-color css
<style>
span { border-color: #F795BB; }
span { border-color: rgb(247,149,187); }
td.TdClassName
{
border-color: #F795BB;
}
.TagClassName
{
border-color: #F795BB;
}
</style>