Shades of Shocking #F397CC
Tints of Shocking #F397CC
RGB
CMYK
RGB Variations
Color information
#F397CC (or 0xF397CC) is known color: Shocking. HEX triplet: F3, 97 and CC. RGB value is (243,151,204). Sum of RGB (Red+Green+Blue) = 243+151+204=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F397CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F397CC is #0C6833. Grayscale: #B8B8B8. Windows color (decimal): -813108 or 13408243. OLE color: 13408243.
HSL color Cylindrical-coordinate representation of color #F397CC: hue angle of 325.43º 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 #F397CC is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 204 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.05 |
| HSL | 325.43º | 0.79% | 0.77% | - |
| HSV(B) | 325.43º | 0.38% | 0.95% | - |
| XYZ | 58.93 | 45.55 | 62.81 | - |
| YUV | 184.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 204 | 0 | 0.38 | 0.16 | 0.05 | 325.43 | 0.79 | 0.77 |
| Hex | F3 | 97 | CC | 0 | 26 | 10 | 5 | 145 | 4F | 4D |
| Octal | 363 | 227 | 314 | 0 | 46 | 20 | 5 | 505 | 117 | 115 |
| Binary | 11110011 | 10010111 | 11001100 | 0 | 100110 | 10000 | 101 | 101000101 | 1001111 | 1001101 |
Color Harmonies of #F397CC
Complementary color
Monochromatic Colors of #F397CC
Black with #F397CC
Text Example
Text Example
White with #F397CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F397CC; }
p { color: rgb(243,151,204); }
H1.HeaderClassName
{
color: #F397CC;
}
.AnyTagClassName
{
color: #F397CC;
}
</style>
background-color css
<style>
a { background-color: #F397CC; }
a { background-color: rgb(243,151,204); }
div.DivClassName
{
background-color: #F397CC;
}
.BgClassName
{
background-color: #F397CC;
}
</style>
border-color css
<style>
span { border-color: #F397CC; }
span { border-color: rgb(243,151,204); }
td.TdClassName
{
border-color: #F397CC;
}
.TagClassName
{
border-color: #F397CC;
}
</style>