Shades of Shocking #F497CC
Tints of Shocking #F497CC
RGB
CMYK
RGB Variations
Color information
#F497CC (or 0xF497CC) is known color: Shocking. HEX triplet: F4, 97 and CC. RGB value is (244,151,204). Sum of RGB (Red+Green+Blue) = 244+151+204=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 151 (59.38% from 255 or 25.21% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F497CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F497CC is #0B6833. Grayscale: #B8B8B8. Windows color (decimal): -747572 or 13408244. OLE color: 13408244.
HSL color Cylindrical-coordinate representation of color #F497CC: hue angle of 325.81º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F497CC is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 151 | 204 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.04 |
| HSL | 325.81º | 0.81% | 0.77% | - |
| HSV(B) | 325.81º | 0.38% | 0.96% | - |
| XYZ | 59.27 | 45.73 | 62.83 | - |
| YUV | 184.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 151 | 204 | 0 | 0.38 | 0.16 | 0.04 | 325.81 | 0.81 | 0.77 |
| Hex | F4 | 97 | CC | 0 | 26 | 10 | 4 | 146 | 51 | 4D |
| Octal | 364 | 227 | 314 | 0 | 46 | 20 | 4 | 506 | 121 | 115 |
| Binary | 11110100 | 10010111 | 11001100 | 0 | 100110 | 10000 | 100 | 101000110 | 1010001 | 1001101 |
Color Harmonies of #F497CC
Complementary color
Monochromatic Colors of #F497CC
Black with #F497CC
Text Example
Text Example
White with #F497CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F497CC; }
p { color: rgb(244,151,204); }
H1.HeaderClassName
{
color: #F497CC;
}
.AnyTagClassName
{
color: #F497CC;
}
</style>
background-color css
<style>
a { background-color: #F497CC; }
a { background-color: rgb(244,151,204); }
div.DivClassName
{
background-color: #F497CC;
}
.BgClassName
{
background-color: #F497CC;
}
</style>
border-color css
<style>
span { border-color: #F497CC; }
span { border-color: rgb(244,151,204); }
td.TdClassName
{
border-color: #F497CC;
}
.TagClassName
{
border-color: #F497CC;
}
</style>