Shades of Shocking #F396C9
Tints of Shocking #F396C9
RGB
CMYK
RGB Variations
Color information
#F396C9 (or 0xF396C9) is known color: Shocking. HEX triplet: F3, 96 and C9. RGB value is (243,150,201). Sum of RGB (Red+Green+Blue) = 243+150+201=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F396C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396C9 is #0C6936. Grayscale: #B7B7B7. Windows color (decimal): -813367 or 13211379. OLE color: 13211379.
HSL color Cylindrical-coordinate representation of color #F396C9: hue angle of 327.1º 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 #F396C9 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 150 | 201 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.05 |
| HSL | 327.1º | 0.79% | 0.77% | - |
| HSV(B) | 327.1º | 0.38% | 0.95% | - |
| XYZ | 58.41 | 45.08 | 60.88 | - |
| YUV | 183.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 150 | 201 | 0 | 0.38 | 0.17 | 0.05 | 327.1 | 0.79 | 0.77 |
| Hex | F3 | 96 | C9 | 0 | 26 | 11 | 5 | 147 | 4F | 4D |
| Octal | 363 | 226 | 311 | 0 | 46 | 21 | 5 | 507 | 117 | 115 |
| Binary | 11110011 | 10010110 | 11001001 | 0 | 100110 | 10001 | 101 | 101000111 | 1001111 | 1001101 |
Color Harmonies of #F396C9
Complementary color
Monochromatic Colors of #F396C9
Black with #F396C9
Text Example
Text Example
White with #F396C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F396C9; }
p { color: rgb(243,150,201); }
H1.HeaderClassName
{
color: #F396C9;
}
.AnyTagClassName
{
color: #F396C9;
}
</style>
background-color css
<style>
a { background-color: #F396C9; }
a { background-color: rgb(243,150,201); }
div.DivClassName
{
background-color: #F396C9;
}
.BgClassName
{
background-color: #F396C9;
}
</style>
border-color css
<style>
span { border-color: #F396C9; }
span { border-color: rgb(243,150,201); }
td.TdClassName
{
border-color: #F396C9;
}
.TagClassName
{
border-color: #F396C9;
}
</style>