Shades of Shocking #F997C0
Tints of Shocking #F997C0
RGB
CMYK
RGB Variations
Color information
#F997C0 (or 0xF997C0) is known color: Shocking. HEX triplet: F9, 97 and C0. RGB value is (249,151,192). Sum of RGB (Red+Green+Blue) = 249+151+192=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 151 (59.38% from 255 or 25.51% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F997C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997C0 is #06683F. Grayscale: #B8B8B8. Windows color (decimal): -419904 or 12621817. OLE color: 12621817.
HSL color Cylindrical-coordinate representation of color #F997C0: hue angle of 334.9º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F997C0 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 192 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.02 |
| HSL | 334.9º | 0.89% | 0.78% | - |
| HSV(B) | 334.9º | 0.39% | 0.98% | - |
| XYZ | 59.65 | 46.08 | 55.62 | - |
| YUV | 184.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 192 | 0 | 0.39 | 0.23 | 0.02 | 334.9 | 0.89 | 0.78 |
| Hex | F9 | 97 | C0 | 0 | 27 | 17 | 2 | 14F | 59 | 4E |
| Octal | 371 | 227 | 300 | 0 | 47 | 27 | 2 | 517 | 131 | 116 |
| Binary | 11111001 | 10010111 | 11000000 | 0 | 100111 | 10111 | 10 | 101001111 | 1011001 | 1001110 |
Color Harmonies of #F997C0
Complementary color
Monochromatic Colors of #F997C0
Black with #F997C0
Text Example
Text Example
White with #F997C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F997C0; }
p { color: rgb(249,151,192); }
H1.HeaderClassName
{
color: #F997C0;
}
.AnyTagClassName
{
color: #F997C0;
}
</style>
background-color css
<style>
a { background-color: #F997C0; }
a { background-color: rgb(249,151,192); }
div.DivClassName
{
background-color: #F997C0;
}
.BgClassName
{
background-color: #F997C0;
}
</style>
border-color css
<style>
span { border-color: #F997C0; }
span { border-color: rgb(249,151,192); }
td.TdClassName
{
border-color: #F997C0;
}
.TagClassName
{
border-color: #F997C0;
}
</style>