Shades of Shocking #F799BE
Tints of Shocking #F799BE
RGB
CMYK
RGB Variations
Color information
#F799BE (or 0xF799BE) is known color: Shocking. HEX triplet: F7, 99 and BE. RGB value is (247,153,190). Sum of RGB (Red+Green+Blue) = 247+153+190=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F799BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F799BE is #086641. Grayscale: #B9B9B9. Windows color (decimal): -550466 or 12491255. OLE color: 12491255.
HSL color Cylindrical-coordinate representation of color #F799BE: hue angle of 336.38º 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 #F799BE is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 153 | 190 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.03 |
| HSL | 336.38º | 0.85% | 0.78% | - |
| HSV(B) | 336.38º | 0.38% | 0.97% | - |
| XYZ | 59.04 | 46.27 | 54.54 | - |
| YUV | 185.32 | 130.64 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 153 | 190 | 0 | 0.38 | 0.23 | 0.03 | 336.38 | 0.85 | 0.78 |
| Hex | F7 | 99 | BE | 0 | 26 | 17 | 3 | 150 | 55 | 4E |
| Octal | 367 | 231 | 276 | 0 | 46 | 27 | 3 | 520 | 125 | 116 |
| Binary | 11110111 | 10011001 | 10111110 | 0 | 100110 | 10111 | 11 | 101010000 | 1010101 | 1001110 |
Color Harmonies of #F799BE
Complementary color
Monochromatic Colors of #F799BE
Black with #F799BE
Text Example
Text Example
White with #F799BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F799BE; }
p { color: rgb(247,153,190); }
H1.HeaderClassName
{
color: #F799BE;
}
.AnyTagClassName
{
color: #F799BE;
}
</style>
background-color css
<style>
a { background-color: #F799BE; }
a { background-color: rgb(247,153,190); }
div.DivClassName
{
background-color: #F799BE;
}
.BgClassName
{
background-color: #F799BE;
}
</style>
border-color css
<style>
span { border-color: #F799BE; }
span { border-color: rgb(247,153,190); }
td.TdClassName
{
border-color: #F799BE;
}
.TagClassName
{
border-color: #F799BE;
}
</style>