Shades of Shocking #F897C7
Tints of Shocking #F897C7
RGB
CMYK
RGB Variations
Color information
#F897C7 (or 0xF897C7) is known color: Shocking. HEX triplet: F8, 97 and C7. RGB value is (248,151,199). Sum of RGB (Red+Green+Blue) = 248+151+199=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F897C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897C7 is #076838. Grayscale: #B9B9B9. Windows color (decimal): -485433 or 13080568. OLE color: 13080568.
HSL color Cylindrical-coordinate representation of color #F897C7: hue angle of 330.31º 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 #F897C7 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 199 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.03 |
| HSL | 330.31º | 0.87% | 0.78% | - |
| HSV(B) | 330.31º | 0.39% | 0.97% | - |
| XYZ | 60.09 | 46.21 | 59.79 | - |
| YUV | 185.48 | 135.64 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 199 | 0 | 0.39 | 0.20 | 0.03 | 330.31 | 0.87 | 0.78 |
| Hex | F8 | 97 | C7 | 0 | 27 | 14 | 3 | 14A | 57 | 4E |
| Octal | 370 | 227 | 307 | 0 | 47 | 24 | 3 | 512 | 127 | 116 |
| Binary | 11111000 | 10010111 | 11000111 | 0 | 100111 | 10100 | 11 | 101001010 | 1010111 | 1001110 |
Color Harmonies of #F897C7
Complementary color
Monochromatic Colors of #F897C7
Black with #F897C7
Text Example
Text Example
White with #F897C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F897C7; }
p { color: rgb(248,151,199); }
H1.HeaderClassName
{
color: #F897C7;
}
.AnyTagClassName
{
color: #F897C7;
}
</style>
background-color css
<style>
a { background-color: #F897C7; }
a { background-color: rgb(248,151,199); }
div.DivClassName
{
background-color: #F897C7;
}
.BgClassName
{
background-color: #F897C7;
}
</style>
border-color css
<style>
span { border-color: #F897C7; }
span { border-color: rgb(248,151,199); }
td.TdClassName
{
border-color: #F897C7;
}
.TagClassName
{
border-color: #F897C7;
}
</style>