Shades of Shocking #F798BD
Tints of Shocking #F798BD
RGB
CMYK
RGB Variations
Color information
#F798BD (or 0xF798BD) is known color: Shocking. HEX triplet: F7, 98 and BD. RGB value is (247,152,189). Sum of RGB (Red+Green+Blue) = 247+152+189=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F798BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F798BD is #086742. Grayscale: #B8B8B8. Windows color (decimal): -550723 or 12425463. OLE color: 12425463.
HSL color Cylindrical-coordinate representation of color #F798BD: hue angle of 336.63º degrees, saturation: 0.86, 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 #F798BD is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 152 | 189 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.03 |
| HSL | 336.63º | 0.86% | 0.78% | - |
| HSV(B) | 336.63º | 0.38% | 0.97% | - |
| XYZ | 58.77 | 45.9 | 53.91 | - |
| YUV | 184.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 152 | 189 | 0 | 0.38 | 0.23 | 0.03 | 336.63 | 0.86 | 0.78 |
| Hex | F7 | 98 | BD | 0 | 26 | 17 | 3 | 151 | 56 | 4E |
| Octal | 367 | 230 | 275 | 0 | 46 | 27 | 3 | 521 | 126 | 116 |
| Binary | 11110111 | 10011000 | 10111101 | 0 | 100110 | 10111 | 11 | 101010001 | 1010110 | 1001110 |
Color Harmonies of #F798BD
Complementary color
Monochromatic Colors of #F798BD
Black with #F798BD
Text Example
Text Example
White with #F798BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F798BD; }
p { color: rgb(247,152,189); }
H1.HeaderClassName
{
color: #F798BD;
}
.AnyTagClassName
{
color: #F798BD;
}
</style>
background-color css
<style>
a { background-color: #F798BD; }
a { background-color: rgb(247,152,189); }
div.DivClassName
{
background-color: #F798BD;
}
.BgClassName
{
background-color: #F798BD;
}
</style>
border-color css
<style>
span { border-color: #F798BD; }
span { border-color: rgb(247,152,189); }
td.TdClassName
{
border-color: #F798BD;
}
.TagClassName
{
border-color: #F798BD;
}
</style>