Shades of Shocking #F897C5
Tints of Shocking #F897C5
RGB
CMYK
RGB Variations
Color information
#F897C5 (or 0xF897C5) is known color: Shocking. HEX triplet: F8, 97 and C5. RGB value is (248,151,197). Sum of RGB (Red+Green+Blue) = 248+151+197=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F897C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897C5 is #07683A. Grayscale: #B9B9B9. Windows color (decimal): -485435 or 12949496. OLE color: 12949496.
HSL color Cylindrical-coordinate representation of color #F897C5: hue angle of 331.55º 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 #F897C5 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 197 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.03 |
| HSL | 331.55º | 0.87% | 0.78% | - |
| HSV(B) | 331.55º | 0.39% | 0.97% | - |
| XYZ | 59.86 | 46.12 | 58.57 | - |
| YUV | 185.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 197 | 0 | 0.39 | 0.21 | 0.03 | 331.55 | 0.87 | 0.78 |
| Hex | F8 | 97 | C5 | 0 | 27 | 15 | 3 | 14C | 57 | 4E |
| Octal | 370 | 227 | 305 | 0 | 47 | 25 | 3 | 514 | 127 | 116 |
| Binary | 11111000 | 10010111 | 11000101 | 0 | 100111 | 10101 | 11 | 101001100 | 1010111 | 1001110 |
Color Harmonies of #F897C5
Complementary color
Monochromatic Colors of #F897C5
Black with #F897C5
Text Example
Text Example
White with #F897C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F897C5; }
p { color: rgb(248,151,197); }
H1.HeaderClassName
{
color: #F897C5;
}
.AnyTagClassName
{
color: #F897C5;
}
</style>
background-color css
<style>
a { background-color: #F897C5; }
a { background-color: rgb(248,151,197); }
div.DivClassName
{
background-color: #F897C5;
}
.BgClassName
{
background-color: #F897C5;
}
</style>
border-color css
<style>
span { border-color: #F897C5; }
span { border-color: rgb(248,151,197); }
td.TdClassName
{
border-color: #F897C5;
}
.TagClassName
{
border-color: #F897C5;
}
</style>