Shades of Shocking #F696C4
Tints of Shocking #F696C4
RGB
CMYK
RGB Variations
Color information
#F696C4 (or 0xF696C4) is known color: Shocking. HEX triplet: F6, 96 and C4. RGB value is (246,150,196). Sum of RGB (Red+Green+Blue) = 246+150+196=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F696C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696C4 is #09693B. Grayscale: #B7B7B7. Windows color (decimal): -616764 or 12883702. OLE color: 12883702.
HSL color Cylindrical-coordinate representation of color #F696C4: hue angle of 331.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 #F696C4 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 196 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.04 |
| HSL | 331.25º | 0.84% | 0.78% | - |
| HSV(B) | 331.25º | 0.39% | 0.96% | - |
| XYZ | 58.88 | 45.39 | 57.88 | - |
| YUV | 183.95 | 134.8 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 196 | 0 | 0.39 | 0.20 | 0.04 | 331.25 | 0.84 | 0.78 |
| Hex | F6 | 96 | C4 | 0 | 27 | 14 | 4 | 14B | 54 | 4E |
| Octal | 366 | 226 | 304 | 0 | 47 | 24 | 4 | 513 | 124 | 116 |
| Binary | 11110110 | 10010110 | 11000100 | 0 | 100111 | 10100 | 100 | 101001011 | 1010100 | 1001110 |
Color Harmonies of #F696C4
Complementary color
Monochromatic Colors of #F696C4
Black with #F696C4
Text Example
Text Example
White with #F696C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696C4; }
p { color: rgb(246,150,196); }
H1.HeaderClassName
{
color: #F696C4;
}
.AnyTagClassName
{
color: #F696C4;
}
</style>
background-color css
<style>
a { background-color: #F696C4; }
a { background-color: rgb(246,150,196); }
div.DivClassName
{
background-color: #F696C4;
}
.BgClassName
{
background-color: #F696C4;
}
</style>
border-color css
<style>
span { border-color: #F696C4; }
span { border-color: rgb(246,150,196); }
td.TdClassName
{
border-color: #F696C4;
}
.TagClassName
{
border-color: #F696C4;
}
</style>