Shades of Shocking #F396C6
Tints of Shocking #F396C6
RGB
CMYK
RGB Variations
Color information
#F396C6 (or 0xF396C6) is known color: Shocking. HEX triplet: F3, 96 and C6. RGB value is (243,150,198). Sum of RGB (Red+Green+Blue) = 243+150+198=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F396C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396C6 is #0C6939. Grayscale: #B7B7B7. Windows color (decimal): -813370 or 13014771. OLE color: 13014771.
HSL color Cylindrical-coordinate representation of color #F396C6: hue angle of 329.03º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F396C6 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 150 | 198 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.05 |
| HSL | 329.03º | 0.79% | 0.77% | - |
| HSV(B) | 329.03º | 0.38% | 0.95% | - |
| XYZ | 58.06 | 44.94 | 59.04 | - |
| YUV | 183.28 | 136.31 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 150 | 198 | 0 | 0.38 | 0.19 | 0.05 | 329.03 | 0.79 | 0.77 |
| Hex | F3 | 96 | C6 | 0 | 26 | 13 | 5 | 149 | 4F | 4D |
| Octal | 363 | 226 | 306 | 0 | 46 | 23 | 5 | 511 | 117 | 115 |
| Binary | 11110011 | 10010110 | 11000110 | 0 | 100110 | 10011 | 101 | 101001001 | 1001111 | 1001101 |
Color Harmonies of #F396C6
Complementary color
Monochromatic Colors of #F396C6
Black with #F396C6
Text Example
Text Example
White with #F396C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F396C6; }
p { color: rgb(243,150,198); }
H1.HeaderClassName
{
color: #F396C6;
}
.AnyTagClassName
{
color: #F396C6;
}
</style>
background-color css
<style>
a { background-color: #F396C6; }
a { background-color: rgb(243,150,198); }
div.DivClassName
{
background-color: #F396C6;
}
.BgClassName
{
background-color: #F396C6;
}
</style>
border-color css
<style>
span { border-color: #F396C6; }
span { border-color: rgb(243,150,198); }
td.TdClassName
{
border-color: #F396C6;
}
.TagClassName
{
border-color: #F396C6;
}
</style>