Shades of Shocking #F896C6
Tints of Shocking #F896C6
RGB
CMYK
RGB Variations
Color information
#F896C6 (or 0xF896C6) is known color: Shocking. HEX triplet: F8, 96 and C6. RGB value is (248,150,198). Sum of RGB (Red+Green+Blue) = 248+150+198=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F896C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896C6 is #076939. Grayscale: #B8B8B8. Windows color (decimal): -485690 or 13014776. OLE color: 13014776.
HSL color Cylindrical-coordinate representation of color #F896C6: hue angle of 330.61º 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 #F896C6 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 198 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.03 |
| HSL | 330.61º | 0.88% | 0.78% | - |
| HSV(B) | 330.61º | 0.4% | 0.97% | - |
| XYZ | 59.81 | 45.85 | 59.12 | - |
| YUV | 184.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 198 | 0 | 0.40 | 0.20 | 0.03 | 330.61 | 0.88 | 0.78 |
| Hex | F8 | 96 | C6 | 0 | 28 | 14 | 3 | 14B | 58 | 4E |
| Octal | 370 | 226 | 306 | 0 | 50 | 24 | 3 | 513 | 130 | 116 |
| Binary | 11111000 | 10010110 | 11000110 | 0 | 101000 | 10100 | 11 | 101001011 | 1011000 | 1001110 |
Color Harmonies of #F896C6
Complementary color
Monochromatic Colors of #F896C6
Black with #F896C6
Text Example
Text Example
White with #F896C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F896C6; }
p { color: rgb(248,150,198); }
H1.HeaderClassName
{
color: #F896C6;
}
.AnyTagClassName
{
color: #F896C6;
}
</style>
background-color css
<style>
a { background-color: #F896C6; }
a { background-color: rgb(248,150,198); }
div.DivClassName
{
background-color: #F896C6;
}
.BgClassName
{
background-color: #F896C6;
}
</style>
border-color css
<style>
span { border-color: #F896C6; }
span { border-color: rgb(248,150,198); }
td.TdClassName
{
border-color: #F896C6;
}
.TagClassName
{
border-color: #F896C6;
}
</style>