Shades of Shocking #F397C0
Tints of Shocking #F397C0
RGB
CMYK
RGB Variations
Color information
#F397C0 (or 0xF397C0) is known color: Shocking. HEX triplet: F3, 97 and C0. RGB value is (243,151,192). Sum of RGB (Red+Green+Blue) = 243+151+192=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F397C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F397C0 is #0C683F. Grayscale: #B7B7B7. Windows color (decimal): -813120 or 12621811. OLE color: 12621811.
HSL color Cylindrical-coordinate representation of color #F397C0: hue angle of 333.26º 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 #F397C0 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 192 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.05 |
| HSL | 333.26º | 0.79% | 0.77% | - |
| HSV(B) | 333.26º | 0.38% | 0.95% | - |
| XYZ | 57.54 | 44.99 | 55.52 | - |
| YUV | 183.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 192 | 0 | 0.38 | 0.21 | 0.05 | 333.26 | 0.79 | 0.77 |
| Hex | F3 | 97 | C0 | 0 | 26 | 15 | 5 | 14D | 4F | 4D |
| Octal | 363 | 227 | 300 | 0 | 46 | 25 | 5 | 515 | 117 | 115 |
| Binary | 11110011 | 10010111 | 11000000 | 0 | 100110 | 10101 | 101 | 101001101 | 1001111 | 1001101 |
Color Harmonies of #F397C0
Complementary color
Monochromatic Colors of #F397C0
Black with #F397C0
Text Example
Text Example
White with #F397C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F397C0; }
p { color: rgb(243,151,192); }
H1.HeaderClassName
{
color: #F397C0;
}
.AnyTagClassName
{
color: #F397C0;
}
</style>
background-color css
<style>
a { background-color: #F397C0; }
a { background-color: rgb(243,151,192); }
div.DivClassName
{
background-color: #F397C0;
}
.BgClassName
{
background-color: #F397C0;
}
</style>
border-color css
<style>
span { border-color: #F397C0; }
span { border-color: rgb(243,151,192); }
td.TdClassName
{
border-color: #F397C0;
}
.TagClassName
{
border-color: #F397C0;
}
</style>