Shades of Shocking #F896C7
Tints of Shocking #F896C7
RGB
CMYK
RGB Variations
Color information
#F896C7 (or 0xF896C7) is known color: Shocking. HEX triplet: F8, 96 and C7. RGB value is (248,150,199). Sum of RGB (Red+Green+Blue) = 248+150+199=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F896C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896C7 is #076938. Grayscale: #B8B8B8. Windows color (decimal): -485689 or 13080312. OLE color: 13080312.
HSL color Cylindrical-coordinate representation of color #F896C7: hue angle of 330º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F896C7 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 199 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.03 |
| HSL | 330º | 0.88% | 0.78% | - |
| HSV(B) | 330º | 0.4% | 0.97% | - |
| XYZ | 59.93 | 45.89 | 59.73 | - |
| YUV | 184.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 199 | 0 | 0.40 | 0.20 | 0.03 | 330 | 0.88 | 0.78 |
| Hex | F8 | 96 | C7 | 0 | 28 | 14 | 3 | 14A | 58 | 4E |
| Octal | 370 | 226 | 307 | 0 | 50 | 24 | 3 | 512 | 130 | 116 |
| Binary | 11111000 | 10010110 | 11000111 | 0 | 101000 | 10100 | 11 | 101001010 | 1011000 | 1001110 |
Color Harmonies of #F896C7
Complementary color
Monochromatic Colors of #F896C7
Black with #F896C7
Text Example
Text Example
White with #F896C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F896C7; }
p { color: rgb(248,150,199); }
H1.HeaderClassName
{
color: #F896C7;
}
.AnyTagClassName
{
color: #F896C7;
}
</style>
background-color css
<style>
a { background-color: #F896C7; }
a { background-color: rgb(248,150,199); }
div.DivClassName
{
background-color: #F896C7;
}
.BgClassName
{
background-color: #F896C7;
}
</style>
border-color css
<style>
span { border-color: #F896C7; }
span { border-color: rgb(248,150,199); }
td.TdClassName
{
border-color: #F896C7;
}
.TagClassName
{
border-color: #F896C7;
}
</style>