Shades of Shocking #F896C5
Tints of Shocking #F896C5
RGB
CMYK
RGB Variations
Color information
#F896C5 (or 0xF896C5) is known color: Shocking. HEX triplet: F8, 96 and C5. RGB value is (248,150,197). Sum of RGB (Red+Green+Blue) = 248+150+197=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F896C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896C5 is #07693A. Grayscale: #B8B8B8. Windows color (decimal): -485691 or 12949240. OLE color: 12949240.
HSL color Cylindrical-coordinate representation of color #F896C5: hue angle of 331.22º 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 #F896C5 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 197 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.03 |
| HSL | 331.22º | 0.88% | 0.78% | - |
| HSV(B) | 331.22º | 0.4% | 0.97% | - |
| XYZ | 59.7 | 45.8 | 58.52 | - |
| YUV | 184.66 | 134.97 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 197 | 0 | 0.40 | 0.21 | 0.03 | 331.22 | 0.88 | 0.78 |
| Hex | F8 | 96 | C5 | 0 | 28 | 15 | 3 | 14B | 58 | 4E |
| Octal | 370 | 226 | 305 | 0 | 50 | 25 | 3 | 513 | 130 | 116 |
| Binary | 11111000 | 10010110 | 11000101 | 0 | 101000 | 10101 | 11 | 101001011 | 1011000 | 1001110 |
Color Harmonies of #F896C5
Complementary color
Monochromatic Colors of #F896C5
Black with #F896C5
Text Example
Text Example
White with #F896C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F896C5; }
p { color: rgb(248,150,197); }
H1.HeaderClassName
{
color: #F896C5;
}
.AnyTagClassName
{
color: #F896C5;
}
</style>
background-color css
<style>
a { background-color: #F896C5; }
a { background-color: rgb(248,150,197); }
div.DivClassName
{
background-color: #F896C5;
}
.BgClassName
{
background-color: #F896C5;
}
</style>
border-color css
<style>
span { border-color: #F896C5; }
span { border-color: rgb(248,150,197); }
td.TdClassName
{
border-color: #F896C5;
}
.TagClassName
{
border-color: #F896C5;
}
</style>