Shades of Shocking #F698CC
Tints of Shocking #F698CC
RGB
CMYK
RGB Variations
Color information
#F698CC (or 0xF698CC) is known color: Shocking. HEX triplet: F6, 98 and CC. RGB value is (246,152,204). Sum of RGB (Red+Green+Blue) = 246+152+204=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F698CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F698CC is #096733. Grayscale: #B9B9B9. Windows color (decimal): -616244 or 13408502. OLE color: 13408502.
HSL color Cylindrical-coordinate representation of color #F698CC: hue angle of 326.81º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F698CC is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 204 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.04 |
| HSL | 326.81º | 0.84% | 0.78% | - |
| HSV(B) | 326.81º | 0.38% | 0.96% | - |
| XYZ | 60.13 | 46.41 | 62.92 | - |
| YUV | 186.03 | 138.14 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 204 | 0 | 0.38 | 0.17 | 0.04 | 326.81 | 0.84 | 0.78 |
| Hex | F6 | 98 | CC | 0 | 26 | 11 | 4 | 147 | 54 | 4E |
| Octal | 366 | 230 | 314 | 0 | 46 | 21 | 4 | 507 | 124 | 116 |
| Binary | 11110110 | 10011000 | 11001100 | 0 | 100110 | 10001 | 100 | 101000111 | 1010100 | 1001110 |
Color Harmonies of #F698CC
Complementary color
Monochromatic Colors of #F698CC
Black with #F698CC
Text Example
Text Example
White with #F698CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F698CC; }
p { color: rgb(246,152,204); }
H1.HeaderClassName
{
color: #F698CC;
}
.AnyTagClassName
{
color: #F698CC;
}
</style>
background-color css
<style>
a { background-color: #F698CC; }
a { background-color: rgb(246,152,204); }
div.DivClassName
{
background-color: #F698CC;
}
.BgClassName
{
background-color: #F698CC;
}
</style>
border-color css
<style>
span { border-color: #F698CC; }
span { border-color: rgb(246,152,204); }
td.TdClassName
{
border-color: #F698CC;
}
.TagClassName
{
border-color: #F698CC;
}
</style>