Shades of Shocking #F897C0
Tints of Shocking #F897C0
RGB
CMYK
RGB Variations
Color information
#F897C0 (or 0xF897C0) is known color: Shocking. HEX triplet: F8, 97 and C0. RGB value is (248,151,192). Sum of RGB (Red+Green+Blue) = 248+151+192=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F897C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897C0 is #07683F. Grayscale: #B8B8B8. Windows color (decimal): -485440 or 12621816. OLE color: 12621816.
HSL color Cylindrical-coordinate representation of color #F897C0: hue angle of 334.64º 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 #F897C0 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 192 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.03 |
| HSL | 334.64º | 0.87% | 0.78% | - |
| HSV(B) | 334.64º | 0.39% | 0.97% | - |
| XYZ | 59.29 | 45.9 | 55.6 | - |
| YUV | 184.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 192 | 0 | 0.39 | 0.23 | 0.03 | 334.64 | 0.87 | 0.78 |
| Hex | F8 | 97 | C0 | 0 | 27 | 17 | 3 | 14F | 57 | 4E |
| Octal | 370 | 227 | 300 | 0 | 47 | 27 | 3 | 517 | 127 | 116 |
| Binary | 11111000 | 10010111 | 11000000 | 0 | 100111 | 10111 | 11 | 101001111 | 1010111 | 1001110 |
Color Harmonies of #F897C0
Complementary color
Monochromatic Colors of #F897C0
Black with #F897C0
Text Example
Text Example
White with #F897C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F897C0; }
p { color: rgb(248,151,192); }
H1.HeaderClassName
{
color: #F897C0;
}
.AnyTagClassName
{
color: #F897C0;
}
</style>
background-color css
<style>
a { background-color: #F897C0; }
a { background-color: rgb(248,151,192); }
div.DivClassName
{
background-color: #F897C0;
}
.BgClassName
{
background-color: #F897C0;
}
</style>
border-color css
<style>
span { border-color: #F897C0; }
span { border-color: rgb(248,151,192); }
td.TdClassName
{
border-color: #F897C0;
}
.TagClassName
{
border-color: #F897C0;
}
</style>