Shades of Shocking #F397CF
Tints of Shocking #F397CF
RGB
CMYK
RGB Variations
Color information
#F397CF (or 0xF397CF) is known color: Shocking. HEX triplet: F3, 97 and CF. RGB value is (243,151,207). Sum of RGB (Red+Green+Blue) = 243+151+207=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F397CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F397CF is #0C6830. Grayscale: #B8B8B8. Windows color (decimal): -813105 or 13604851. OLE color: 13604851.
HSL color Cylindrical-coordinate representation of color #F397CF: hue angle of 323.48º 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 #F397CF is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 207 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.05 |
| HSL | 323.48º | 0.79% | 0.77% | - |
| HSV(B) | 323.48º | 0.38% | 0.95% | - |
| XYZ | 59.29 | 45.69 | 64.73 | - |
| YUV | 184.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 207 | 0 | 0.38 | 0.15 | 0.05 | 323.48 | 0.79 | 0.77 |
| Hex | F3 | 97 | CF | 0 | 26 | F | 5 | 143 | 4F | 4D |
| Octal | 363 | 227 | 317 | 0 | 46 | 17 | 5 | 503 | 117 | 115 |
| Binary | 11110011 | 10010111 | 11001111 | 0 | 100110 | 1111 | 101 | 101000011 | 1001111 | 1001101 |
Color Harmonies of #F397CF
Complementary color
Monochromatic Colors of #F397CF
Black with #F397CF
Text Example
Text Example
White with #F397CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F397CF; }
p { color: rgb(243,151,207); }
H1.HeaderClassName
{
color: #F397CF;
}
.AnyTagClassName
{
color: #F397CF;
}
</style>
background-color css
<style>
a { background-color: #F397CF; }
a { background-color: rgb(243,151,207); }
div.DivClassName
{
background-color: #F397CF;
}
.BgClassName
{
background-color: #F397CF;
}
</style>
border-color css
<style>
span { border-color: #F397CF; }
span { border-color: rgb(243,151,207); }
td.TdClassName
{
border-color: #F397CF;
}
.TagClassName
{
border-color: #F397CF;
}
</style>