Shades of Shocking #F897C6
Tints of Shocking #F897C6
RGB
CMYK
RGB Variations
Color information
#F897C6 (or 0xF897C6) is known color: Shocking. HEX triplet: F8, 97 and C6. RGB value is (248,151,198). Sum of RGB (Red+Green+Blue) = 248+151+198=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 151 (59.38% from 255 or 25.29% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F897C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897C6 is #076839. Grayscale: #B9B9B9. Windows color (decimal): -485434 or 13015032. OLE color: 13015032.
HSL color Cylindrical-coordinate representation of color #F897C6: hue angle of 330.93º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F897C6 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 198 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.03 |
| HSL | 330.93º | 0.87% | 0.78% | - |
| HSV(B) | 330.93º | 0.39% | 0.97% | - |
| XYZ | 59.97 | 46.17 | 59.18 | - |
| YUV | 185.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 198 | 0 | 0.39 | 0.20 | 0.03 | 330.93 | 0.87 | 0.78 |
| Hex | F8 | 97 | C6 | 0 | 27 | 14 | 3 | 14B | 57 | 4E |
| Octal | 370 | 227 | 306 | 0 | 47 | 24 | 3 | 513 | 127 | 116 |
| Binary | 11111000 | 10010111 | 11000110 | 0 | 100111 | 10100 | 11 | 101001011 | 1010111 | 1001110 |
Color Harmonies of #F897C6
Complementary color
Monochromatic Colors of #F897C6
Black with #F897C6
Text Example
Text Example
White with #F897C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F897C6; }
p { color: rgb(248,151,198); }
H1.HeaderClassName
{
color: #F897C6;
}
.AnyTagClassName
{
color: #F897C6;
}
</style>
background-color css
<style>
a { background-color: #F897C6; }
a { background-color: rgb(248,151,198); }
div.DivClassName
{
background-color: #F897C6;
}
.BgClassName
{
background-color: #F897C6;
}
</style>
border-color css
<style>
span { border-color: #F897C6; }
span { border-color: rgb(248,151,198); }
td.TdClassName
{
border-color: #F897C6;
}
.TagClassName
{
border-color: #F897C6;
}
</style>