Shades of Shocking #F696CC
Tints of Shocking #F696CC
RGB
CMYK
RGB Variations
Color information
#F696CC (or 0xF696CC) is known color: Shocking. HEX triplet: F6, 96 and CC. RGB value is (246,150,204). Sum of RGB (Red+Green+Blue) = 246+150+204=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F696CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696CC is #096933. Grayscale: #B8B8B8. Windows color (decimal): -616756 or 13407990. OLE color: 13407990.
HSL color Cylindrical-coordinate representation of color #F696CC: hue angle of 326.25º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F696CC is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 204 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.04 |
| HSL | 326.25º | 0.84% | 0.78% | - |
| HSV(B) | 326.25º | 0.39% | 0.96% | - |
| XYZ | 59.81 | 45.77 | 62.81 | - |
| YUV | 184.86 | 138.8 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 204 | 0 | 0.39 | 0.17 | 0.04 | 326.25 | 0.84 | 0.78 |
| Hex | F6 | 96 | CC | 0 | 27 | 11 | 4 | 146 | 54 | 4E |
| Octal | 366 | 226 | 314 | 0 | 47 | 21 | 4 | 506 | 124 | 116 |
| Binary | 11110110 | 10010110 | 11001100 | 0 | 100111 | 10001 | 100 | 101000110 | 1010100 | 1001110 |
Color Harmonies of #F696CC
Complementary color
Monochromatic Colors of #F696CC
Black with #F696CC
Text Example
Text Example
White with #F696CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696CC; }
p { color: rgb(246,150,204); }
H1.HeaderClassName
{
color: #F696CC;
}
.AnyTagClassName
{
color: #F696CC;
}
</style>
background-color css
<style>
a { background-color: #F696CC; }
a { background-color: rgb(246,150,204); }
div.DivClassName
{
background-color: #F696CC;
}
.BgClassName
{
background-color: #F696CC;
}
</style>
border-color css
<style>
span { border-color: #F696CC; }
span { border-color: rgb(246,150,204); }
td.TdClassName
{
border-color: #F696CC;
}
.TagClassName
{
border-color: #F696CC;
}
</style>