Shades of Shocking #F799BD
Tints of Shocking #F799BD
RGB
CMYK
RGB Variations
Color information
#F799BD (or 0xF799BD) is known color: Shocking. HEX triplet: F7, 99 and BD. RGB value is (247,153,189). Sum of RGB (Red+Green+Blue) = 247+153+189=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F799BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F799BD is #086642. Grayscale: #B9B9B9. Windows color (decimal): -550467 or 12425719. OLE color: 12425719.
HSL color Cylindrical-coordinate representation of color #F799BD: hue angle of 337.02º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F799BD is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 153 | 189 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.03 |
| HSL | 337.02º | 0.85% | 0.78% | - |
| HSV(B) | 337.02º | 0.38% | 0.97% | - |
| XYZ | 58.93 | 46.23 | 53.96 | - |
| YUV | 185.21 | 130.14 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 153 | 189 | 0 | 0.38 | 0.23 | 0.03 | 337.02 | 0.85 | 0.78 |
| Hex | F7 | 99 | BD | 0 | 26 | 17 | 3 | 151 | 55 | 4E |
| Octal | 367 | 231 | 275 | 0 | 46 | 27 | 3 | 521 | 125 | 116 |
| Binary | 11110111 | 10011001 | 10111101 | 0 | 100110 | 10111 | 11 | 101010001 | 1010101 | 1001110 |
Color Harmonies of #F799BD
Complementary color
Monochromatic Colors of #F799BD
Black with #F799BD
Text Example
Text Example
White with #F799BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F799BD; }
p { color: rgb(247,153,189); }
H1.HeaderClassName
{
color: #F799BD;
}
.AnyTagClassName
{
color: #F799BD;
}
</style>
background-color css
<style>
a { background-color: #F799BD; }
a { background-color: rgb(247,153,189); }
div.DivClassName
{
background-color: #F799BD;
}
.BgClassName
{
background-color: #F799BD;
}
</style>
border-color css
<style>
span { border-color: #F799BD; }
span { border-color: rgb(247,153,189); }
td.TdClassName
{
border-color: #F799BD;
}
.TagClassName
{
border-color: #F799BD;
}
</style>