Shades of Shocking #F794BD
Tints of Shocking #F794BD
RGB
CMYK
RGB Variations
Color information
#F794BD (or 0xF794BD) is known color: Shocking. HEX triplet: F7, 94 and BD. RGB value is (247,148,189). Sum of RGB (Red+Green+Blue) = 247+148+189=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F794BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794BD is #086B42. Grayscale: #B6B6B6. Windows color (decimal): -551747 or 12424439. OLE color: 12424439.
HSL color Cylindrical-coordinate representation of color #F794BD: hue angle of 335.15º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F794BD is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 189 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.03 |
| HSL | 335.15º | 0.86% | 0.77% | - |
| HSV(B) | 335.15º | 0.4% | 0.97% | - |
| XYZ | 58.13 | 44.63 | 53.69 | - |
| YUV | 182.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 189 | 0 | 0.40 | 0.23 | 0.03 | 335.15 | 0.86 | 0.77 |
| Hex | F7 | 94 | BD | 0 | 28 | 17 | 3 | 14F | 56 | 4D |
| Octal | 367 | 224 | 275 | 0 | 50 | 27 | 3 | 517 | 126 | 115 |
| Binary | 11110111 | 10010100 | 10111101 | 0 | 101000 | 10111 | 11 | 101001111 | 1010110 | 1001101 |
Color Harmonies of #F794BD
Complementary color
Monochromatic Colors of #F794BD
Black with #F794BD
Text Example
Text Example
White with #F794BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F794BD; }
p { color: rgb(247,148,189); }
H1.HeaderClassName
{
color: #F794BD;
}
.AnyTagClassName
{
color: #F794BD;
}
</style>
background-color css
<style>
a { background-color: #F794BD; }
a { background-color: rgb(247,148,189); }
div.DivClassName
{
background-color: #F794BD;
}
.BgClassName
{
background-color: #F794BD;
}
</style>
border-color css
<style>
span { border-color: #F794BD; }
span { border-color: rgb(247,148,189); }
td.TdClassName
{
border-color: #F794BD;
}
.TagClassName
{
border-color: #F794BD;
}
</style>